diff options
author | metamuffin <metamuffin@disroot.org> | 2023-06-24 23:24:54 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-06-24 23:24:54 +0200 |
commit | 01d446dfb5931acb5b187d6c5394257d2804eb9d (patch) | |
tree | 0e60876adfaf42bac5af7f2fd20c172bc59134ea /client-web/style/master.sass | |
parent | 87945a8ee7f239d51871274d1de329882910a47d (diff) | |
download | keks-meet-01d446dfb5931acb5b187d6c5394257d2804eb9d.tar keks-meet-01d446dfb5931acb5b187d6c5394257d2804eb9d.tar.bz2 keks-meet-01d446dfb5931acb5b187d6c5394257d2804eb9d.tar.zst |
merge tpart/master
Diffstat (limited to 'client-web/style/master.sass')
-rw-r--r-- | client-web/style/master.sass | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/client-web/style/master.sass b/client-web/style/master.sass index 5ca6028..6e8793f 100644 --- a/client-web/style/master.sass +++ b/client-web/style/master.sass @@ -19,7 +19,8 @@ padding: 0px body.start - background-image: linear-gradient(var(--ac-dark-transparent), black 150%), url("/assets/tile-backdrop.svg") + background-image: linear-gradient(var(--ac-dark-transparent), black 150%), + url("./tile-backdrop.svg"); background-attachment: fixed background-size: cover, 750px background-color: var(--ac-dark) @@ -33,9 +34,6 @@ body.start body font-weight: 300 background-color: var(--bg-dark) - height: 100vh - width: 100vw - justify-content: left h1 text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75) @@ -45,19 +43,24 @@ h1 margin-bottom: 0.1em input[type="button"], -button +button, +.side-ui-control padding: 0.5em margin: 0.25em background-color: var(--ac) border: 0px solid transparent border-radius: 3px + font-size: small + font-weight: 400 input[type="button"]:hover, -button:hover +button:hover, +.side-ui-control:hover filter: brightness(130%) input[type="button"].active, -button.active +button.active, +.side-ui-control:active filter: hue-rotate(20deg) input[type="text"], @@ -67,9 +70,13 @@ input[type="number"] border: 1px solid var(--ac-light) input:disabled, -button:disabled +button:disabled, +.side-ui-control:disabled filter: sepia(90%) +.side-ui-control input + display: none + .start-box text-align: center position: absolute @@ -117,6 +124,10 @@ button:disabled font-weight: bold text-align: center +.main + height: calc(100vh - 64px) + display: flex + #room-id-input padding: 0.5em font-size: x-large |