mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 11:36:21 +00:00
fix: application.scss
This commit is contained in:
parent
4e6d0067cf
commit
beb918edee
1 changed files with 32 additions and 0 deletions
32
app/assets/stylesheets/application.scss
Normal file
32
app/assets/stylesheets/application.scss
Normal file
|
@ -0,0 +1,32 @@
|
|||
$black: black;
|
||||
$white: white;
|
||||
$grey: grey;
|
||||
$cyan: #13fefe;
|
||||
$magenta: #f206f9;
|
||||
|
||||
$colors: (
|
||||
"black": $black,
|
||||
"white": $white,
|
||||
"cyan": $cyan,
|
||||
"magenta": $magenta
|
||||
);
|
||||
|
||||
// Redefinir variables de Bootstrap
|
||||
$primary: $magenta;
|
||||
$secondary: $black;
|
||||
$jumbotron-bg: transparent;
|
||||
$enable-rounded: false;
|
||||
$form-feedback-valid-color: $cyan;
|
||||
$form-feedback-invalid-color: $magenta;
|
||||
$form-feedback-icon-valid-color: $black;
|
||||
$component-active-bg: $magenta;
|
||||
$font-family-sans-serif: 'Saira', sans-serif;
|
||||
|
||||
$spacers: (
|
||||
2-plus: 0.75rem
|
||||
);
|
||||
|
||||
@import './fonts';
|
||||
@import 'bootstrap/scss/bootstrap';
|
||||
@import './styles';
|
||||
@import './new_editor';
|
Loading…
Reference in a new issue