mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-06 01:40:53 +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
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;
|
|
}
|