diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-12 12:21:11 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-12 12:21:11 +0200 |
commit | 519af559f94aab1bd1446cc01144cbf2640fcc6a (patch) | |
tree | 1ced7b8b6f885fc8161e5b504d121078b28a8082 /scss/main.scss | |
parent | 89705dd61f418df561ebbe7cf645ba82a61e47e7 (diff) | |
download | cerrado-519af559f94aab1bd1446cc01144cbf2640fcc6a.tar.gz cerrado-519af559f94aab1bd1446cc01144cbf2640fcc6a.tar.bz2 cerrado-519af559f94aab1bd1446cc01144cbf2640fcc6a.zip |
feat: Add wip bannerv0.0.4
Diffstat (limited to 'scss/main.scss')
-rw-r--r-- | scss/main.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scss/main.scss b/scss/main.scss index 26155a6..5500a38 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -21,6 +21,10 @@ $headings-margin-bottom: 0; @import "bootstrap/scss/_grid.scss"; @import "tree.scss"; +// TODO remove once is not needed +$alert-border-radius: 0; +@import "bootstrap/scss/_alert.scss"; + // overwrite to reduce the ammount of css generated by loading all utilities $utilities: ( "order": ( @@ -46,6 +50,16 @@ $utilities: ( none: none, ) ), + "text-align": ( + responsive: true, + property: text-align, + class: text, + values: ( + start: left, + end: right, + center: center, + ) +), ); @import "bootstrap/scss/utilities/_api.scss"; |