2014-04-08 23:28:46 +00:00
|
|
|
#sidebar {
|
|
|
|
|
|
|
|
.widget {
|
2014-04-09 00:50:07 +00:00
|
|
|
@include span-columns(12);
|
2014-04-18 00:07:07 +00:00
|
|
|
box-shadow: $content-shadow;
|
2014-04-29 18:18:14 +00:00
|
|
|
margin-bottom: $container-padding;
|
2014-04-29 23:34:48 +00:00
|
|
|
border-radius: $base-border-radius;
|
2014-04-29 18:18:14 +00:00
|
|
|
padding: 20px;
|
2014-04-18 00:07:07 +00:00
|
|
|
background: white;
|
2014-04-08 23:28:46 +00:00
|
|
|
|
|
|
|
h4 {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget-content-wrapper {
|
2014-04-09 00:50:07 +00:00
|
|
|
@include span-columns(12);
|
2014-04-29 23:34:48 +00:00
|
|
|
font-size: 12px;
|
2014-04-08 23:28:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.separator {
|
|
|
|
color: white;
|
2014-04-19 01:12:02 +00:00
|
|
|
background: $blue;
|
2014-04-29 18:18:14 +00:00
|
|
|
padding: 0 20px;
|
2014-04-08 23:28:46 +00:00
|
|
|
margin: 0 -20px;
|
2014-04-29 18:18:14 +00:00
|
|
|
margin-bottom: 12px;
|
2014-04-27 23:58:11 +00:00
|
|
|
font-weight: 600;
|
2014-04-29 18:18:14 +00:00
|
|
|
line-height: 35px;
|
2014-04-19 01:12:02 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: white;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
2014-04-08 23:28:46 +00:00
|
|
|
}
|
|
|
|
}
|
2014-04-09 00:50:07 +00:00
|
|
|
|
|
|
|
.calendar {
|
2014-04-29 18:18:14 +00:00
|
|
|
max-height: 400px;
|
2014-04-29 20:20:02 +00:00
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: scroll;
|
2014-04-09 00:50:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.shoutbox {
|
|
|
|
.transcript {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
@include span-columns(12);
|
2014-04-29 18:18:14 +00:00
|
|
|
margin-bottom: 10px;
|
2014-04-09 00:50:07 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.highlights,
|
|
|
|
.posts {
|
|
|
|
|
|
|
|
ol {
|
2014-04-29 18:18:14 +00:00
|
|
|
margin-bottom: 20px;
|
2014-04-09 00:50:07 +00:00
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.poll {
|
|
|
|
.question {
|
|
|
|
@include span-columns(12);
|
2014-04-29 18:18:14 +00:00
|
|
|
margin-bottom: 20px;
|
2014-04-09 00:50:07 +00:00
|
|
|
|
|
|
|
h5 {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar {
|
|
|
|
display: block;
|
2014-04-27 23:58:11 +00:00
|
|
|
background: $blue;
|
2014-04-09 00:50:07 +00:00
|
|
|
height: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2014-04-08 23:28:46 +00:00
|
|
|
}
|