mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-04 00:40:55 +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
29 lines
No EOL
430 B
SCSS
29 lines
No EOL
430 B
SCSS
#sidebar {
|
|
|
|
.widget {
|
|
margin-bottom: em(20);
|
|
padding: em(20);
|
|
background: $light-gray;
|
|
|
|
h4 {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.widget-content-wrapper {
|
|
font-size: em(14);
|
|
}
|
|
}
|
|
|
|
.calendar {
|
|
max-height: 500px;
|
|
overflow-x: scroll;
|
|
|
|
.separator {
|
|
color: white;
|
|
background: #5a9aa8;
|
|
padding: em(12) em(24);
|
|
margin: 0 -20px;
|
|
margin-bottom: em(12);
|
|
}
|
|
}
|
|
} |