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

39 lines
623 B
SCSS
Raw Normal View History

.directory {
.select-kit.dropdown-select-box.period-chooser
.period-chooser-header
h2.selected-name {
font-size: $font-up-1;
margin-bottom: 0.25em;
}
2015-05-07 16:41:25 -04:00
.filter-name {
float: left;
}
.user {
border-top: 1px solid $primary-low;
padding: 1em;
display: flex;
flex-wrap: wrap;
.user-info {
width: 100%;
margin-bottom: 1em;
2015-05-07 16:41:25 -04:00
}
.user-stat {
flex: 1 1 50%;
.value {
font-weight: bold;
}
.label {
margin-left: 0.2em;
color: $primary-medium;
}
.d-icon-heart {
color: $love;
}
2015-07-10 17:41:38 -04:00
}
2015-05-07 16:41:25 -04:00
}
}