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

19 lines
283 B
SCSS
Raw Normal View History

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