summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/routes')
-rw-r--r--webapp/sass/routes/_about-modal.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/webapp/sass/routes/_about-modal.scss b/webapp/sass/routes/_about-modal.scss
index 4bfd04e57..4506eac4e 100644
--- a/webapp/sass/routes/_about-modal.scss
+++ b/webapp/sass/routes/_about-modal.scss
@@ -20,12 +20,22 @@
color: inherit;
font-size: 16px;
}
+
+ .fa {
+ margin: 0 4px 0 8px;
+ }
}
.modal-body {
padding: 20px 25px 5px;
}
+ &.large {
+ .modal-body {
+ padding-bottom: 20px;
+ }
+ }
+
.about-modal__content {
@include clearfix;
@include display-flex;