This commit is contained in:
2021-11-12 20:52:11 +10:00
parent e2c3a2e6ed
commit 29ca45a0b1
21 changed files with 119 additions and 927 deletions

View File

@@ -28,13 +28,13 @@
#virtualNumpad
@include absoluteCenter
flex-direction: column
height: 70vh
width: 30vw
height: 70%
width: 25%
border: solid 2px var(--global-border-color)
@include mobile
height: 100vh
width: 100vw
height: 100%
width: 100%
#virtualNumpadInput
background-color: var(--global-secondary-bgcolor)
@@ -63,14 +63,14 @@
#virtualKeyboard
@include absoluteCenter
flex-direction: column
width: 80vw
height: 40vh
width: 80%
height: 40%
background-color: var(--global-bgcolor)
border: solid 2px var(--global-border-color)
@include mobile
width: 100vw
height: 10vh
width: 100%
height: 10%
top: 0
bottom: auto
@@ -118,14 +118,14 @@
@include flex-column
@include absoluteCenter
display: none
width: 60vw
height: 40vh
width: 60%
height: 40%
background-color: var(--global-bgcolor)
border: solid 2px var(--global-border-color)
@include mobile
width: 100vw
height: 100vh
width: 100%
height: 100%
> *
@include flex