|
@@ -2,8 +2,6 @@
|
|
|
@import "bootstrap/scss/functions";
|
|
@import "bootstrap/scss/functions";
|
|
|
@import "bootstrap/scss/variables";
|
|
@import "bootstrap/scss/variables";
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
$primary: #2B3948;
|
|
$primary: #2B3948;
|
|
|
$secondary: #818A91;
|
|
$secondary: #818A91;
|
|
|
// $success: #00ff00;
|
|
// $success: #00ff00;
|
|
@@ -13,7 +11,6 @@ $secondary: #818A91;
|
|
|
// $light: #00ff00;
|
|
// $light: #00ff00;
|
|
|
// $dark: #00ff00;
|
|
// $dark: #00ff00;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
$theme-colors: (
|
|
$theme-colors: (
|
|
|
"primary": $primary,
|
|
"primary": $primary,
|
|
|
"secondary": $secondary,
|
|
"secondary": $secondary,
|
|
@@ -24,7 +21,6 @@ $theme-colors: (
|
|
|
@import "bootstrap/scss/mixins";
|
|
@import "bootstrap/scss/mixins";
|
|
|
@import "bootstrap/scss/utilities";
|
|
@import "bootstrap/scss/utilities";
|
|
|
|
|
|
|
|
-
|
|
|
|
|
@import "bootstrap/scss/root";
|
|
@import "bootstrap/scss/root";
|
|
|
@import "bootstrap/scss/reboot";
|
|
@import "bootstrap/scss/reboot";
|
|
|
@import "bootstrap/scss/type";
|
|
@import "bootstrap/scss/type";
|
|
@@ -112,7 +108,7 @@ button:focus {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
main {
|
|
|
- padding: 1em 1em 1em calc(2 * 1em + 35px);
|
|
|
|
|
|
|
+ padding: 1em;
|
|
|
max-width: 240px;
|
|
max-width: 240px;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
}
|
|
}
|