diff options
| author | kanadeko <[email protected]> | 2017-01-16 06:26:43 -0300 |
|---|---|---|
| committer | kanadeko <[email protected]> | 2017-01-16 06:26:43 -0300 |
| commit | 0da43c45206e62c27b4487514258333974ec54d1 (patch) | |
| tree | 95c2968e96f37a3997b594a110257d47b325bf19 /public/css | |
| parent | Fix on token check (diff) | |
| download | host.fuwn.me-0da43c45206e62c27b4487514258333974ec54d1.tar.xz host.fuwn.me-0da43c45206e62c27b4487514258333974ec54d1.zip | |
Login screen on dashboard
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/style.css | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css index fcd4923..ad67545 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -75,4 +75,18 @@ img.logo { height: 200px; margin-top: 20px; } -webkit-transform: scale(1); transform: scale(1); } -}
\ No newline at end of file +} + +/* ------------------ + PANEL +------------------ */ + +section#dashboard { display: none } +section#auth input, section#auth a { + border-left: 0px; + border-top: 0px; + border-right: 0px; + border-radius: 0px; + background: rgba(0, 0, 0, 0); + box-shadow: 0 0 0; +} |