Demo cosmetics

pull/132/head
cagataycivici 2019-12-10 18:04:11 +03:00
parent 7148d9998d
commit d65e0423b0
2 changed files with 7 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 370 KiB

View File

@ -702,13 +702,13 @@ body {
font-weight: bold;
text-align: center;
color: #ffffff;
background-color: #41b883;
background-color: #007ad9;
padding: 10px 24px 9px 24px;
border-radius: 3px;
@include transition(background-color .2s);
&:hover {
background-color: #4acf94;
background-color: #116fbf;
color: #ffffff;
}
}
@ -939,19 +939,21 @@ body {
float: none;
width: 100%;
height: 41px;
margin: 0;
text-align: center;
margin: -1px 0 0 0;
border-bottom: 1px solid #363c3f;
border-top: 1px solid #363c3f;
> li {
height: 40px;
line-height: 40px;
width: 25%;
font-size: 14px;
> a {
padding-bottom: 0;
height: 40px;
min-width: 100px;
width: 100%;
min-width: auto;
}
&.topbar-menu-themes > ul {