aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/common/index.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-30 23:02:41 +0800
committercrupest <crupest@outlook.com>2021-06-30 23:02:41 +0800
commit1d320f3e363d46900a420650360b68ba9a4f3f2f (patch)
tree1c8f7efd5383a656ab1876337e2589bdcdab2272 /FrontEnd/src/views/common/index.css
parentfdc2d4a971d608bb230cd8aa1e602197c7775231 (diff)
downloadtimeline-1d320f3e363d46900a420650360b68ba9a4f3f2f.tar.gz
timeline-1d320f3e363d46900a420650360b68ba9a4f3f2f.tar.bz2
timeline-1d320f3e363d46900a420650360b68ba9a4f3f2f.zip
...
Diffstat (limited to 'FrontEnd/src/views/common/index.css')
-rw-r--r--FrontEnd/src/views/common/index.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/FrontEnd/src/views/common/index.css b/FrontEnd/src/views/common/index.css
index 4a860e95..8eb24e1d 100644
--- a/FrontEnd/src/views/common/index.css
+++ b/FrontEnd/src/views/common/index.css
@@ -144,6 +144,14 @@
float: right;
}
+.cru-align-text-bottom {
+ vertical-align: text-bottom;
+}
+
+.cru-align-middle {
+ vertical-align: middle;
+}
+
.cru-clearfix::after {
clear: both;
}