mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:30:57 +08:00
19 lines
283 B
SCSS
19 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;
|
|
}
|
|
}
|
|
}
|