ensl.org/app/assets/stylesheets/themes/flat/layout/_sidebar.scss
Ari Timonen f6b30be278 Improve contest page and match list for maps
Improve brackets
Update gitignore and docs.
2020-03-28 22:39:41 +02:00

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;
}
}
}