aboutsummaryrefslogtreecommitdiff
path: root/themes/alps/assets/style.css
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-10-30 15:21:33 -0400
committerDrew DeVault <sir@cmpwn.com>2020-10-30 15:21:33 -0400
commite4daf0778dc4682405017a7cbdc593808257408f (patch)
tree84628d405bcdf696636a9902d83201387ade4fda /themes/alps/assets/style.css
parent62e7cf89339ac585bdb72e78d90f0b468916436a (diff)
downloadalps-e4daf0778dc4682405017a7cbdc593808257408f.tar.gz
alps-e4daf0778dc4682405017a7cbdc593808257408f.zip
Implement mailbox deletion
Diffstat (limited to 'themes/alps/assets/style.css')
-rw-r--r--themes/alps/assets/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css
index 388f25f..8b80504 100644
--- a/themes/alps/assets/style.css
+++ b/themes/alps/assets/style.css
@@ -766,3 +766,13 @@ button:active,
color: #ccc;
background-color: #f8f8f8;
}
+
+.alert {
+ padding: 0.5rem;
+ border: 1px solid transparent;
+ margin: 1rem 0;
+ background: #f8d7da;
+ color: #721c24;
+ border-color: #f5c6cb;
+ max-width: 600px;
+}