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