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

49 lines
731 B
SCSS
Raw Normal View History

2015-05-07 16:41:25 -04:00
.directory {
.period-chooser button {
margin: 0;
}
.period-chooser {
li {
text-align: left;
}
}
}
.user-controls {
padding: 1em;
}
.total-rows {
padding: 0.25em 0.5em;
}
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;
&.me {
2017-06-11 22:20:14 -04:00
background-color: $highlight-low;
2015-05-07 16:41:25 -04:00
.username a, .name, .title, .number, .time-read, .user-stat .label {
color: scale-color($highlight, $lightness: -50%);
}
}
.user-stat {
margin-left: 55px;
font-size: 13px;
.value {
font-weight: bold;
}
.label {
margin-left: 0.2em;
2017-06-11 22:20:14 -04:00
color: blend-primary-secondary(50%);
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
}
margin-bottom: 1em;
}