diff options
author | metamuffin <metamuffin@disroot.org> | 2023-06-25 10:15:39 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-06-25 10:15:39 +0200 |
commit | 4dd7314b2e5cc3776c76cdfdc029d48d9265ad67 (patch) | |
tree | 4ad4a35ef6a3b91fd987c7607e8ab3fd89799e2e /client-web/style/master.sass | |
parent | 3108716934dfc26c4f93eb60001f37065fef3186 (diff) | |
download | keks-meet-4dd7314b2e5cc3776c76cdfdc029d48d9265ad67.tar keks-meet-4dd7314b2e5cc3776c76cdfdc029d48d9265ad67.tar.bz2 keks-meet-4dd7314b2e5cc3776c76cdfdc029d48d9265ad67.tar.zst |
leave button
Diffstat (limited to 'client-web/style/master.sass')
-rw-r--r-- | client-web/style/master.sass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client-web/style/master.sass b/client-web/style/master.sass index ecd0465..6a26b67 100644 --- a/client-web/style/master.sass +++ b/client-web/style/master.sass @@ -57,6 +57,7 @@ button, border-radius: 3px font-size: small font-weight: 400 + cursor: pointer input[type="button"]:hover, button:hover, @@ -74,6 +75,10 @@ input[type="number"] background-color: var(--bg-dark) border: 1px solid var(--ac-light) +button.leave + left: 0px + background-color: #9a2020 + input:disabled, button:disabled, .side-ui-control:disabled |