aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/static/style.css')
-rw-r--r--cmd/web/static/style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css
index 5e49c55..2212168 100644
--- a/cmd/web/static/style.css
+++ b/cmd/web/static/style.css
@@ -44,6 +44,10 @@ i.cc {
44 margin-bottom: 30px; 44 margin-bottom: 30px;
45} 45}
46 46
47.header-menu-section {
48 margin-right: 10px;
49}
50
47h1 { 51h1 {
48 font-size: 1.5em; 52 font-size: 1.5em;
49 margin-bottom: 5px; 53 margin-bottom: 5px;
@@ -57,6 +61,22 @@ h1 {
57 background-color: white; 61 background-color: white;
58} 62}
59 63
64.config-status {
65 margin-bottom: 10px;
66 font-size: 0.9em;
67}
68
69.config-status .icon-cancel-circled {
70 color: red;
71}
72
73.config-status .icon-ok-circled {
74 color: green;
75}
76.config-status i {
77 font-size: 1.2em;
78}
79
60.sign-in .submit { 80.sign-in .submit {
61 background-color: rgb(20, 20, 20); 81 background-color: rgb(20, 20, 20);
62 color: white; 82 color: white;