diff options
Diffstat (limited to 'frontend/common')
| -rw-r--r-- | frontend/common/app.css | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/frontend/common/app.css b/frontend/common/app.css index 08b2408..a02d0e3 100644 --- a/frontend/common/app.css +++ b/frontend/common/app.css @@ -24,7 +24,8 @@ body { height: 100%; width: 100%; } -.app { +.app, +.app > div { display: flex; flex-direction: column; height: 100%; @@ -33,6 +34,7 @@ body { .app .body { display: flex; flex-grow: 1; + position: relative; } .row { @@ -87,12 +89,24 @@ header a { font-weight: 500; } header > div:first-child { - font-weight: bold; display: flex; justify-content: flex-start; align-items: center; padding-left: 1.5rem; } +header > div:last-child { + padding-right: 1.5rem; +} +header > div > button { + padding: 0.25rem; + margin: 0 0 0 0.5rem; + border-color: #8df; + color: #8df; +} +header > div > button:hover { + border-color: #fff; + color: #fff; +} header .vcat-btn { font-size: 0.875rem; padding-left: 0.5rem; @@ -125,9 +139,6 @@ header a.navbar-brand { font-size: .8rem; } -header > div:last-child { - padding-right: 8px; -} header .username { cursor: pointer; } |
