2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00
discourse/app/assets/stylesheets/mobile/directory.scss

18 lines
283 B
SCSS

.directory .user {
border-top: 1px solid $primary-low;
padding: 1em;
.user-stat {
margin-left: 55px;
.value {
font-weight: bold;
}
.label {
margin-left: 0.2em;
color: $primary-medium;
}
.d-icon-heart {
color: $love;
}
}
}