mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-31 23:10:44 +00:00
12ed7c90ae
Added new ISO country code flag icons to asset pipeline Lots and lots of new style changes Began converting to JS to coffeescript
13 lines
170 B
SCSS
13 lines
170 B
SCSS
/*
|
|
Gather Status
|
|
*/
|
|
|
|
#gather {
|
|
@include span-columns(12);
|
|
@include flash;
|
|
|
|
padding: em(14);
|
|
text-align: center;
|
|
margin-left: - em(20);
|
|
width: $max-width;
|
|
}
|