diff options
| author | Melonai <einebeere@gmail.com> | 2020-05-07 20:31:31 +0200 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2020-05-07 20:31:31 +0200 |
| commit | 417a3dbf1a0e0f5d9761192eb53d18bb40fde2cc (patch) | |
| tree | bfb3c56142fdd4d45e3a05b881ef7a34f843cd7c /client/static/main.css | |
| parent | 1e06820480fb2d9cf9db1373817d5980a891d5b4 (diff) | |
| download | shorest-417a3dbf1a0e0f5d9761192eb53d18bb40fde2cc.tar.zst shorest-417a3dbf1a0e0f5d9761192eb53d18bb40fde2cc.zip | |
frontend fixes
Diffstat (limited to 'client/static/main.css')
| -rw-r--r-- | client/static/main.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/client/static/main.css b/client/static/main.css index 1726881..2964681 100644 --- a/client/static/main.css +++ b/client/static/main.css @@ -5,8 +5,9 @@ html * { .active { justify-content: center; + position: absolute; max-width: 100vw; - margin-top: 20%; + top: 40%; padding: 0 50px 0 50px; } @@ -21,7 +22,6 @@ html * { position: relative; display: table; border-collapse: separate; - border-color: #E0E0E0; transition: border-color 1s; } @@ -62,7 +62,7 @@ html * { height: 10vh; } -.btn-container { +.button-container { display: table-cell; position: relative; font-size: 0; @@ -73,7 +73,7 @@ html * { border-color: inherit; } -.btn { +.button { z-index: 2; margin-left: -1px; display: inline-block; @@ -87,6 +87,7 @@ html * { cursor: pointer; background-image: none; background-color: #fff; + color: #727272; padding: 4px 5vw; height: 10vh; -webkit-user-select: none; @@ -97,4 +98,5 @@ html * { border: 2px solid; border-color: inherit; border-left: none; + transition: color 1s; } \ No newline at end of file |
