Repair top menu styles
parent
606eed0528
commit
34a3fef1ed
|
@ -40,7 +40,7 @@ $dropdown-width: 350px;
|
||||||
> a,
|
> a,
|
||||||
.topnav-dropdown-wrapper > a {
|
.topnav-dropdown-wrapper > a {
|
||||||
color: $white;
|
color: $white;
|
||||||
margin: 0 .75rem;
|
margin: 0;
|
||||||
padding: .5rem 1rem;
|
padding: .5rem 1rem;
|
||||||
}
|
}
|
||||||
.active {
|
.active {
|
||||||
|
@ -58,8 +58,8 @@ $dropdown-width: 350px;
|
||||||
color: $white;
|
color: $white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transition: all .2s linear;
|
transition: all .2s linear;
|
||||||
&:hover:not(.user-avatar) {
|
&:hover {
|
||||||
background: rgba($white, .95);
|
background: rgba($black, .2);
|
||||||
color: $primary-light;
|
color: $primary-light;
|
||||||
svg {
|
svg {
|
||||||
fill: $primary-light;
|
fill: $primary-light;
|
||||||
|
@ -71,9 +71,6 @@ $dropdown-width: 350px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
&:hover {
|
|
||||||
background: rgba($black, .2);
|
|
||||||
}
|
|
||||||
span {
|
span {
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
}
|
}
|
||||||
|
@ -219,7 +216,7 @@ $dropdown-width: 350px;
|
||||||
color: $white;
|
color: $white;
|
||||||
font-size: .7rem;
|
font-size: .7rem;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
left: 52px;
|
left: 35px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue