Demo cosmetics
parent
7148d9998d
commit
d65e0423b0
Binary file not shown.
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 370 KiB |
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue