summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components')
-rw-r--r--webapp/sass/components/_modal.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index 3d3a11de0..30b5d29cd 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -29,6 +29,21 @@
}
}
+ .modal__hint {
+ @include opacity(.8);
+ display: block;
+ font-size: .9em;
+ margin: 0 0 10px;
+ }
+
+ .modal__error {
+ color: $red;
+ float: left;
+ font-size: .95em;
+ font-weight: normal;
+ margin-top: 6px;
+ }
+
.more-table {
margin: 0;
table-layout: fixed;