diaspora/app/assets/stylesheets/aspects.scss
2017-08-31 02:44:53 +02:00

23 lines
334 B
SCSS

.aspect-dropdown {
li {
@include selectable-list;
.status_indicator {
width: 19px;
height: 14px;
display: inline-block;
}
a {
.text {
color: #333333;
}
&:hover {
background: $background-grey;
}
cursor: pointer;
padding-left: 10px;
}
}
}