Cosmetics
parent
d81d1b18cf
commit
935e0f025e
|
@ -494,7 +494,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.content-submenu {
|
&.content-submenu {
|
||||||
background-color: #f4f4f4;
|
background-color: #3e5265;
|
||||||
padding: 15px 30px;
|
padding: 15px 30px;
|
||||||
@include clearfix();
|
@include clearfix();
|
||||||
|
|
||||||
|
@ -510,18 +510,16 @@ body {
|
||||||
padding: .25em;
|
padding: .25em;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #484848;
|
color: #ffffff;
|
||||||
display: block;
|
display: block;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@include transition(border-color .1s);
|
@include transition(background-color .1s);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border: 1px solid #adadad;
|
background-color: #4c667d;
|
||||||
color: #363636;
|
|
||||||
background-color: #ececec
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
@ -787,10 +785,10 @@ body {
|
||||||
width: 52px;
|
width: 52px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
line-height: 52px;
|
line-height: 52px;
|
||||||
background-color: #445c71;
|
background-color: #41b883;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fafafa;
|
color: #fafafa;
|
||||||
top: 230px;
|
top: 200px;
|
||||||
left: -51px;
|
left: -51px;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -810,7 +808,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #577691;
|
background-color: #3aa476;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue