diaspora/app/assets/stylesheets/report.scss
Jonne Haß c96834bdf2 Remove .css extension from SCSS files
sass-rails 5.0 deprecated those
2015-02-28 03:37:46 +01:00

21 lines
309 B
SCSS

#reports {
padding-top: 2em;
.content {
float: left;
span {
display: block;
}
span.text {
padding-bottom: 1em;
}
}
.options {
float: right;
}
.clear {
clear: both;
border-bottom: 1px solid #808080;
padding-bottom: 1em;
margin-bottom: 1em;
}
}