aboutsummaryrefslogtreecommitdiff
path: root/client-web/style/master.sass
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/style/master.sass')
-rw-r--r--client-web/style/master.sass99
1 files changed, 16 insertions, 83 deletions
diff --git a/client-web/style/master.sass b/client-web/style/master.sass
index 390f2c8..67313b9 100644
--- a/client-web/style/master.sass
+++ b/client-web/style/master.sass
@@ -6,14 +6,16 @@
@use 'chat'
@use 'logger'
@use 'room'
-@use 'prefs'
+@use 'side'
@use 'menu'
+@use 'start'
@import url("/assets/font/include.css")
@import url("/overrides.css")
*
font-family: "Ubuntu", sans-serif
+ font-weight: 300
color: white
margin: 0px
padding: 0px
@@ -31,8 +33,20 @@ body.start
overflow: hidden
body
- font-weight: 300
+ height: 100vh
+ width: 100vw
+ overflow: hidden
background-color: var(--bg-dark)
+ display: flex
+ flex-direction: column
+
+.main
+ flex: 1
+ display: flex
+ flex-flow: row
+.control-bar
+ flex: 0
+
h1
text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75)
@@ -75,84 +89,3 @@ button:disabled,
.side-ui-control input
display: none
-
-.start-box
- text-align: center
- position: absolute
- max-width: 64em
-
-.instructions
- margin-bottom: 0.5em
- font-size: x-large
- color: #c5c5c5
- text-align: left
-
-.start-box input[type="text"]
- margin: 2em 0 1em 0
- width: 25em
- font-weight: 500
- color: whitesmoke
- border: 0.15em solid var(--ac)
- background-color: rgba(0, 0, 0, 0.3)
- backdrop-filter: blur(5px)
- border-radius: 0.5em
- outline: none
-
-.start-box input[type="text"]:focus
- transition: 0.1s ease-out
- background-color: rgba(0, 0, 0, 0.5)
- border-color: lightgray !important
-
-.start-box input[type="button"]
- margin: 1em 0 1em 0
- border-radius: 0.5em
- font-size: x-large
- width: 12em
- padding: 0.5em
- font-weight: 500
- color: white
- background-color: var(--ac)
- backdrop-filter: blur(5px)
- border: 0
- cursor: pointer
- border: 0.15em solid var(--ac)
-
-.start-box .description
- margin-bottom: 1.5em
- font-size: x-large
- font-weight: bold
- text-align: center
-
-.main
- height: calc(100vh - 64px)
- display: flex
-
-#room-id-input
- padding: 0.5em
- font-size: x-large
-
-@media (max-width: 1100px)
- .start-box
- max-width: 90%
-
- .start-box input[type="text"]
- width: 90%
-
-@media (max-width: 900px) and (max-height: 700px), (max-height: 550px)
- h1
- font-size: 3em
- font-weight: 700
- text-align: center
-
- .instructions
- font-size: large
-
- .start-box .description
- font-size: large
-
- #room-id-input
- padding: 0.5em
- font-size: large
-
- .start-box input[type="button"]
- font-size: large