mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-01 07:11:41 +00:00
6f56bf81fd
Improved layout Improved form styling Fixes issues with firefox Added menu icons
85 lines
No EOL
1.2 KiB
SCSS
85 lines
No EOL
1.2 KiB
SCSS
#sidebar {
|
|
|
|
.widget {
|
|
@include span-columns(12);
|
|
box-shadow: $content-shadow;
|
|
margin-bottom: em(30);
|
|
padding: em(20);
|
|
background: white;
|
|
|
|
h4 {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.widget-content-wrapper {
|
|
@include span-columns(12);
|
|
font-size: em(14);
|
|
}
|
|
|
|
.separator {
|
|
color: white;
|
|
background: $blue;
|
|
padding: em(12) em(24);
|
|
margin: 0 -20px;
|
|
margin-bottom: em(12);
|
|
|
|
a {
|
|
color: white;
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.calendar {
|
|
max-height: 500px;
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
.shoutbox {
|
|
.transcript {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
input {
|
|
@include span-columns(12);
|
|
margin-bottom: em(10);
|
|
}
|
|
}
|
|
|
|
.highlights,
|
|
.posts {
|
|
|
|
ol {
|
|
margin-bottom: em(20);
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.poll {
|
|
.question {
|
|
@include span-columns(12);
|
|
margin-bottom: em(20);
|
|
|
|
h5 {
|
|
margin-bottom: 1em;
|
|
}
|
|
}
|
|
|
|
.bar {
|
|
display: block;
|
|
background: $green;
|
|
height: 10px;
|
|
}
|
|
|
|
.button {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
} |