|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
main > .container {
|
|
|
|
|
background: $body-background-color;
|
|
|
|
|
background: $whitest;
|
|
|
|
|
min-height: 70vh;
|
|
|
|
|
}
|
|
|
|
|
.step-content{
|
|
|
|
@ -46,6 +46,15 @@ main {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
> #homepage{
|
|
|
|
|
background: $whitest;
|
|
|
|
|
#featured_events{
|
|
|
|
|
background: $whitest;
|
|
|
|
|
}
|
|
|
|
|
#picture{
|
|
|
|
|
.container, .section{
|
|
|
|
|
background: $whitest;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
> .container{
|
|
|
|
|
min-height: 25vh;
|
|
|
|
|
}
|
|
|
|
@ -97,21 +106,22 @@ $color-black: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
// background: #f7f8fa;
|
|
|
|
|
background: $body-background-color;
|
|
|
|
|
font-family: BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, "Segoe UI",
|
|
|
|
|
"Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
|
|
|
|
|
|
/*main {*/
|
|
|
|
|
/* margin: 1rem auto 0;*/
|
|
|
|
|
/*}*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#mobilizon > .container > .message {
|
|
|
|
|
margin: 1rem auto auto;
|
|
|
|
|
.message-header {
|
|
|
|
|
button.delete {
|
|
|
|
|
background: #4a4a4a;
|
|
|
|
|
#mobilizon{
|
|
|
|
|
> main{
|
|
|
|
|
background: $body-background-color;
|
|
|
|
|
}
|
|
|
|
|
> .container > .message {
|
|
|
|
|
margin: 1rem auto auto;
|
|
|
|
|
.message-header {
|
|
|
|
|
button.delete {
|
|
|
|
|
background: $chapril_grey;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -185,7 +195,7 @@ a.list-item {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.columns{
|
|
|
|
|
background: white;
|
|
|
|
|
background: $whitest;
|
|
|
|
|
}
|
|
|
|
|
.setting-menu-item {
|
|
|
|
|
background-color: $yellow-4;
|
|
|
|
@ -215,7 +225,7 @@ a.list-item {
|
|
|
|
|
color: $white;
|
|
|
|
|
background: $chapril_blue_light;
|
|
|
|
|
span.month {
|
|
|
|
|
color: $white;
|
|
|
|
|
color: $whitest;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -225,5 +235,5 @@ footer
|
|
|
|
|
*/
|
|
|
|
|
footer.footer[data-v-40ab164b] span.select select{
|
|
|
|
|
background: $chapril_blue_light;
|
|
|
|
|
color: #000;
|
|
|
|
|
color: $footer-text-color;
|
|
|
|
|
}
|
|
|
|
|