You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
771 B
43 lines
771 B
@if $compact-theme == false { |
|
#sddm { |
|
li { |
|
background: lighten($gray-100, 10%); |
|
float: $left; |
|
list-style: none; |
|
margin: 0; |
|
|
|
a { |
|
display: block; |
|
margin: 0 1px 0 0; |
|
text-align: $left; |
|
text-decoration: none; |
|
|
|
&:hover { |
|
background: $gray-300; |
|
} |
|
} |
|
} |
|
|
|
div { |
|
position: absolute; |
|
visibility: hidden; |
|
|
|
a { |
|
@include font-size("0.8rem"); |
|
display: block; |
|
font-weight: normal; |
|
margin: 0; |
|
padding: 5px 10px; |
|
position: relative; |
|
text-align: $left; |
|
text-decoration: none; |
|
white-space: normal; |
|
width: 170px; |
|
|
|
&:hover { |
|
color: $white; |
|
} |
|
} |
|
} |
|
} |
|
}
|
|
|