aboutsummaryrefslogtreecommitdiff
path: root/scss/main.scss
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-06-12 12:21:11 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-06-12 12:21:11 +0200
commit519af559f94aab1bd1446cc01144cbf2640fcc6a (patch)
tree1ced7b8b6f885fc8161e5b504d121078b28a8082 /scss/main.scss
parent89705dd61f418df561ebbe7cf645ba82a61e47e7 (diff)
downloadcerrado-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.scss14
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";