summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/styles/bootstrap/utilities/_align.scss
diff options
context:
space:
mode:
Diffstat (limited to 'portal-FE-common/src/styles/bootstrap/utilities/_align.scss')
-rw-r--r--portal-FE-common/src/styles/bootstrap/utilities/_align.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/portal-FE-common/src/styles/bootstrap/utilities/_align.scss b/portal-FE-common/src/styles/bootstrap/utilities/_align.scss
new file mode 100644
index 00000000..8b7df9f7
--- /dev/null
+++ b/portal-FE-common/src/styles/bootstrap/utilities/_align.scss
@@ -0,0 +1,8 @@
+// stylelint-disable declaration-no-important
+
+.align-baseline { vertical-align: baseline !important; } // Browser default
+.align-top { vertical-align: top !important; }
+.align-middle { vertical-align: middle !important; }
+.align-bottom { vertical-align: bottom !important; }
+.align-text-bottom { vertical-align: text-bottom !important; }
+.align-text-top { vertical-align: text-top !important; }