1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-20 02:57:05 +00:00

ui: extract mailbox.css

This commit is contained in:
James Hillyerd
2019-02-09 09:43:16 -08:00
parent 5ae69314dd
commit 99df27ee34
4 changed files with 164 additions and 167 deletions

View File

@@ -1,10 +1,6 @@
/** NAV BAR */
:root {
--bg-color: #fff;
--primary-color: #333;
--border-color: #ddd;
--selected-color: #eee;
--navbar-color: #9d9d9d;
--navbar-bg: #222;
--navbar-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);