2020-04-21 10:50:26 +02:00
|
|
|
#big_container {
|
|
|
|
background: $primary;
|
|
|
|
|
2020-06-12 19:17:39 +02:00
|
|
|
main {
|
2020-06-07 13:52:14 +02:00
|
|
|
margin-bottom: 2em;
|
|
|
|
padding-bottom: 5em;
|
|
|
|
background: $white;
|
2020-04-21 10:50:26 +02:00
|
|
|
}
|
|
|
|
.big-header {
|
2020-06-07 13:52:14 +02:00
|
|
|
margin-bottom: 1em;
|
2020-04-21 10:50:26 +02:00
|
|
|
|
|
|
|
.container {
|
2020-06-07 13:52:14 +02:00
|
|
|
padding-bottom: 5em;
|
|
|
|
|
2020-04-21 10:50:26 +02:00
|
|
|
@extend .boxed-shadow;
|
|
|
|
|
|
|
|
.column:last-of-type {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
@extend .boxed-shadow;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar-votestack {
|
|
|
|
background: $white;
|
|
|
|
border-top: 2px solid $primary_color;
|
|
|
|
z-index: 2;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 100%;
|
|
|
|
text-align: right;
|
|
|
|
padding: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-toast-message-content {
|
|
|
|
background: $white;
|
|
|
|
}
|
|
|
|
}
|