summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/base/_typography.scss4
-rw-r--r--webapp/sass/utils/_modifiers.scss4
2 files changed, 8 insertions, 0 deletions
diff --git a/webapp/sass/base/_typography.scss b/webapp/sass/base/_typography.scss
index c91aec668..83f3e6b8b 100644
--- a/webapp/sass/base/_typography.scss
+++ b/webapp/sass/base/_typography.scss
@@ -22,6 +22,10 @@ body {
font-family: 'Open Sans', sans-serif;
}
+.light {
+ @include opacity(.6);
+}
+
.word-break--all {
word-break: break-all;
}
diff --git a/webapp/sass/utils/_modifiers.scss b/webapp/sass/utils/_modifiers.scss
index 467b9a086..e388d0901 100644
--- a/webapp/sass/utils/_modifiers.scss
+++ b/webapp/sass/utils/_modifiers.scss
@@ -83,6 +83,10 @@
.margin-top {
margin-top: 7px;
+ &.half {
+ margin-top: 4px;
+ }
+
&.x2 {
margin-top: 14px;
}