summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/components/_modal.scss10
-rw-r--r--webapp/sass/layout/_post.scss4
-rw-r--r--webapp/sass/responsive/_tablet.scss2
-rw-r--r--webapp/sass/routes/_about-modal.scss10
4 files changed, 21 insertions, 5 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index 8b078de86..6e41dff39 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -89,9 +89,15 @@
}
.info__label {
+ @include opacity(.5);
+ font-size: .9em;
font-weight: 600;
- padding-right: 0;
- text-align: right;
+ margin-bottom: 3px;
+ }
+
+ .info__value {
+ padding-left: 10px;
+ word-break: break-word;
}
.team-member-list {
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 228efe26f..a3c354f89 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -768,7 +768,7 @@ body.ios {
white-space: nowrap;
}
- strong {
+ .colon {
display: none;
font-weight: 900;
margin-left: 2px;
@@ -1118,7 +1118,7 @@ body.ios {
font-family: inherit;
font-size: 11px;
font-weight: 600;
- margin: 0 0 0 -4px;
+ margin: 0 10px 0 -4px;
padding: 2px 4px;
}
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index a461dd35a..44a7be2ac 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -122,7 +122,7 @@
z-index: 1;
}
- strong {
+ .colon {
display: inline;
}
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;