summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/routes/_about-modal.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/webapp/sass/routes/_about-modal.scss b/webapp/sass/routes/_about-modal.scss
index bb583c73a..539130ad0 100644
--- a/webapp/sass/routes/_about-modal.scss
+++ b/webapp/sass/routes/_about-modal.scss
@@ -87,6 +87,18 @@
}
}
+ .about-modal__notice {
+ @include opacity(.8);
+ font-size: .79em;
+ text-align: right;
+
+ p {
+ &:first-child {
+ text-align: left;
+ }
+ }
+ }
+
.about-modal__logo {
@include opacity(.9);
padding: 0 40px 0 20px;