diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-01-17 17:50:50 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-01-31 11:18:53 +0000 |
commit | 7c49ea4a87bb8b98f1c14e28dc4859c05205f9b7 (patch) | |
tree | ba947a7f9d542eda2434ad7c29c6a671505a9038 /web | |
parent | 736984870d4b1eaf645d2ad3d23058d9abbf4333 (diff) |
Admin ability to make user anonymous.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_admin.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/sass/_admin.scss b/web/cobrands/sass/_admin.scss index 8a16b3f00..11536882b 100644 --- a/web/cobrands/sass/_admin.scss +++ b/web/cobrands/sass/_admin.scss @@ -201,3 +201,7 @@ $button_bg_col: #a1a1a1; // also search bar (tables) right: 0.25em; } } + +.danger-zone { + text-align: right; +} |