@@ -12,7 +12,7 @@ a.out,
|
||||
}
|
||||
|
||||
input.input {
|
||||
border-color: $input-border-color !important;
|
||||
// border-color: $input-border-color !important;
|
||||
}
|
||||
|
||||
.section {
|
||||
@@ -44,3 +44,41 @@ $color-black: #000;
|
||||
background: initial;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.select select {
|
||||
border-color: $borders;
|
||||
}
|
||||
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: opacity 0.5s;
|
||||
}
|
||||
.fade-enter,
|
||||
.fade-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.module-description {
|
||||
margin-bottom: 2rem;
|
||||
color: $violet-1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user