aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-flex.css
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css/bootstrap-flex.css')
-rw-r--r--dist/css/bootstrap-flex.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/dist/css/bootstrap-flex.css b/dist/css/bootstrap-flex.css
index 30ab2c060..5d7151374 100644
--- a/dist/css/bootstrap-flex.css
+++ b/dist/css/bootstrap-flex.css
@@ -6033,6 +6033,30 @@ button.close {
}
}
+.align-baseline {
+ vertical-align: baseline !important;
+}
+
+.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;
+}
+
.bg-faded {
background-color: #f7f7f9;
}