summaryrefslogtreecommitdiffstats
path: root/webapp/sass/base/_typography.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/base/_typography.scss')
-rw-r--r--webapp/sass/base/_typography.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/webapp/sass/base/_typography.scss b/webapp/sass/base/_typography.scss
index f5795d862..f595e0ed9 100644
--- a/webapp/sass/base/_typography.scss
+++ b/webapp/sass/base/_typography.scss
@@ -25,3 +25,17 @@ body {
.word-break--all {
word-break: break-all;
}
+
+.fa {
+ &.fa-margin--left {
+ margin-left: 2px;
+ }
+
+ &.fa-margin--right {
+ margin-right: 2px;
+ }
+}
+
+.font-weight--normal {
+ font-weight: normal;
+}