ensl.org/app/assets/stylesheets/layout/_helpers.scss
Luke Barratt 775f5682a4 Added form view styling
Improved articles styling
Improved bbcode to html formatting
HTML and CSS refactorings
Moved Extra into concerns
Changed repo URL to read-only for deploys
Fixes quotes in comments
2014-04-12 02:35:42 +01:00

37 lines
442 B
SCSS

/*
Global Helpers
*/
img.flag {
display: inline-block;
vertical-align: - em(6);
margin-right: em(10);
}
.actions-bottom {
@include span-columns(12);
margin-top: em(20);
}
fieldset {
border: em(2) solid $light-gray;
> br:first-child,
> br:last-child {
display: none;
}
legend {
padding: 0 em(10);
&+br {
display: none;
}
}
blockquote {
border: 0;
padding: 0;
margin: 0;
}
}