diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-11-19 11:17:40 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-11-19 11:17:40 -0500 |
commit | cb37df882edc51ed47f4b353ce42eabd80416b19 (patch) | |
tree | 42b060f231d5d976626f6a04b9e3160f974066f0 /themes/alps/assets | |
parent | 405c18d21388f1cc6f8b7349186efb3fa44eef87 (diff) | |
download | alps-cb37df882edc51ed47f4b353ce42eabd80416b19.tar.gz alps-cb37df882edc51ed47f4b353ce42eabd80416b19.zip |
Add notices on action completion
Diffstat (limited to 'themes/alps/assets')
-rw-r--r-- | themes/alps/assets/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css index e07f4e2..e4a0d35 100644 --- a/themes/alps/assets/style.css +++ b/themes/alps/assets/style.css @@ -118,6 +118,13 @@ header nav div { float: right; } header nav div > a{ margin-left: 1rem; } header a.active { font-weight: bold; color: black; text-decoration: none; } +header .notice { + color: #0c5460; + background-color: #d1ecf1; + border: 1px solid #bee5eb; + padding: 0.5rem; + text-align: center; +} footer { text-align: right; } |