mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
fix: front-end improvements
makes some fields visible and other hidden depending on the result of some API calls, e.g. visitor is logged in -> show "Log out" button
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
body {
|
||||
color: #2898BD;
|
||||
}
|
||||
|
||||
.hidden-before-load {
|
||||
display: none !important;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.input-field {
|
||||
border-radius: 10px;
|
||||
padding: 10px;
|
||||
|
||||
Reference in New Issue
Block a user