diff --git a/src/html/components/_scripts.astro b/src/html/components/_scripts.astro index 7999933e9..4dd4a791e 100644 --- a/src/html/components/_scripts.astro +++ b/src/html/components/_scripts.astro @@ -58,17 +58,16 @@ const adminlteJsUrl = path + "/js/adminlte.js"; const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl)); - + - + diff --git a/src/html/pages/components/general.astro b/src/html/pages/components/general.astro index 140214412..6d6f53bbe 100644 --- a/src/html/pages/components/general.astro +++ b/src/html/pages/components/general.astro @@ -225,31 +225,31 @@ const pageTitle = "General Components";
- - - - - - - - - + + + + + + + + +
- - - - - - + + + + + +
- - - - - - - - + + + + + + + +
@@ -271,23 +271,23 @@ const pageTitle = "General Components";
-
+
-
+
-
+

-
+
@@ -297,7 +297,7 @@ const pageTitle = "General Components";
-
+
@@ -308,7 +308,7 @@ const pageTitle = "General Components";

-
+
@@ -612,8 +612,28 @@ const pageTitle = "General Components";
- + +
+ + + + + + + +
+ - - - - - - - - - - - - + + + + + + +
diff --git a/src/scss/_toasts.scss b/src/scss/_toasts.scss index d484b5272..e1d4b43fc 100644 --- a/src/scss/_toasts.scss +++ b/src/scss/_toasts.scss @@ -1,5 +1,5 @@ /** - * Toast styles to reflect Bootstrap colors + * Custom toast styles to reflect Bootstrap colors */ .toast { min-width: 300px; @@ -15,7 +15,6 @@ } .toast-danger .toast-header { - //background-color: #dc3545 !important; color: $white !important; background-color: $red !important; border-color: $red; @@ -141,4 +140,3 @@ color: #1f2d3d; background-color: #ffce3a; } -