aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_base.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index a26f67ee8..a9ffe7295 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -976,6 +976,19 @@ a:hover.button-left {
margin-bottom: 0.5em;
}
+.report_meta_info,
+.council_sent_info {
+ font-size: 0.9em;
+}
+
+.council_sent_info {
+ color: #666;
+
+ p + & {
+ margin-top: -0.6em; // partly counteract margin-bottom on previous paragraph
+ }
+}
+
// map stuff
#map_box{
@extend .full-width;