aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_base.scss
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2019-08-27 10:56:29 +0100
committerDave Arter <davea@mysociety.org>2019-10-07 13:41:18 +0100
commit8cbe1ccebf47a660fdf74cea30db2eee68a310a7 (patch)
tree35943d8e9adac4a6a52311ef03a640c9ef89428b /web/cobrands/sass/_base.scss
parent430d09533846ded9bdc03bc7f378d3e796776ab4 (diff)
Display asset message as button on mobile
Diffstat (limited to 'web/cobrands/sass/_base.scss')
-rw-r--r--web/cobrands/sass/_base.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 8e460f102..4a0f0b168 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -2170,6 +2170,10 @@ label .muted {
}
}
+.category_meta_message.btn {
+ display: block;
+}
+
.js-hide-if-public-category {
display: none;
}