From 519af559f94aab1bd1446cc01144cbf2640fcc6a Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Wed, 12 Jun 2024 12:21:11 +0200 Subject: feat: Add wip banner --- scss/main.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'scss/main.scss') 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"; -- cgit v1.2.3