mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-31 23:10:44 +00:00
f6b30be278
Improve brackets Update gitignore and docs.
100 lines
No EOL
1.5 KiB
SCSS
100 lines
No EOL
1.5 KiB
SCSS
#sidebar {
|
|
|
|
.widget {
|
|
@include span-columns(12);
|
|
@include omega;
|
|
background: #0d0f10;
|
|
margin-bottom: $container-padding;
|
|
padding: 20px;
|
|
border-radius: $base-border-radius;
|
|
box-shadow: $light-shadow;
|
|
margin-bottom: $container-padding;
|
|
color: white;
|
|
|
|
h4 {
|
|
@include span-columns(12);
|
|
margin-bottom: 20px;
|
|
margin-top: 20px;
|
|
color: $light-blue;
|
|
}
|
|
|
|
h4:first-child {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.widget-content-wrapper {
|
|
@include span-columns(12);
|
|
font-size: 12px;
|
|
}
|
|
|
|
.separator {
|
|
color: white;
|
|
background: $dark-gray;
|
|
padding: 0 20px;
|
|
margin: 0 -20px;
|
|
margin-bottom: 12px;
|
|
font-weight: 600;
|
|
line-height: 35px;
|
|
|
|
a {
|
|
color: white;
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.calendar {
|
|
.time {
|
|
color: lighten($medium-gray, 20%);
|
|
float: right;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
.shoutbox {
|
|
.transcript {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
input {
|
|
@include span-columns(12);
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
.highlights,
|
|
.posts {
|
|
ol {
|
|
margin-bottom: 20px;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.poll {
|
|
.question {
|
|
@include span-columns(12);
|
|
margin-bottom: 20px;
|
|
|
|
h5 {
|
|
margin-bottom: 1em;
|
|
}
|
|
}
|
|
|
|
.bar {
|
|
display: block;
|
|
background: $blue;
|
|
height: 10px;
|
|
}
|
|
|
|
.button {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
} |