mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-16 09:52:03 +00:00
5487854a6c
Added new ISO country code flag icons to asset pipeline Lots and lots of new style changes Began converting to JS to coffeescript
40 lines
No EOL
539 B
SCSS
40 lines
No EOL
539 B
SCSS
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: #046;
|
|
@include background-image(linear-gradient(#046, $medium-gray));
|
|
}
|
|
|
|
%container-padded {
|
|
padding: 0 em(20);
|
|
}
|
|
|
|
.wrapper {
|
|
@include outer-container;
|
|
}
|
|
|
|
#content {
|
|
@extend %container-padded;
|
|
}
|
|
|
|
#content,
|
|
#forums {
|
|
@include span-columns(12);
|
|
background: #F3F3FB;
|
|
padding-top: em(20);
|
|
}
|
|
|
|
#main {
|
|
@include span-columns(9);
|
|
}
|
|
|
|
#sidebar {
|
|
@include span-columns(3);
|
|
@include omega();
|
|
}
|
|
|
|
img.flag {
|
|
display: inline-block;
|
|
vertical-align: - em(6);
|
|
margin-right: em(10);
|
|
} |