diaspora/app/assets/stylesheets/mobile/stream_element.scss
2015-07-23 16:06:28 +02:00

16 lines
277 B
SCSS

.stream_element {
.location {
color: $text-grey;
font-size: $font-size-small;
white-space: normal;
}
.poll {
border-top: 1px solid $border-grey;
margin-top: 20px;
padding-top: 10px;
.poll-head .question {
font-weight: bold;
}
}
}