diff options
author | elijah <elijah@riseup.net> | 2016-01-10 16:27:49 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-01-10 16:27:49 -0800 |
commit | 854746e247a1a05ebbfe59ba3ccac99d1c75ed51 (patch) | |
tree | 260ba4028c219abf677af4e61363e7daab65249d /app/assets/stylesheets | |
parent | c678806489cbe7d63d3946de1265697c7fb996e6 (diff) |
highlight admin areas with caution tape (wip)
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/leap.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss index 9fe2195..5bc3c10 100644 --- a/app/assets/stylesheets/leap.scss +++ b/app/assets/stylesheets/leap.scss @@ -43,6 +43,14 @@ display: none; } +.admin-area { + background-color: #fff6ef; + background-image: url(/leap-img/caution.png); + border: 1px dotted #eea; + border-radius: 4px; + padding: 4px 6px; +} + // // ICONS // |