discourse/app/assets/stylesheets/mobile/directory.scss

19 lines
283 B
SCSS
Raw Normal View History

2015-06-03 05:46:35 -04:00
.directory .user {
2017-06-11 22:20:14 -04:00
border-top: 1px solid $primary-low;
2015-05-07 16:41:25 -04:00
padding: 1em;
.user-stat {
margin-left: 55px;
.value {
font-weight: bold;
}
.label {
margin-left: 0.2em;
2018-02-23 21:41:40 -05:00
color: $primary-medium;
2015-05-07 16:41:25 -04:00
}
.d-icon-heart {
2015-07-10 17:41:38 -04:00
color: $love;
}
2015-05-07 16:41:25 -04:00
}
}