css progress done
This commit is contained in:
parent
9bee0d7774
commit
4590593d73
12 changed files with 48 additions and 34 deletions
|
@ -1,7 +1,5 @@
|
|||
/* Input Section */
|
||||
.input {
|
||||
grid-column: 2/3;
|
||||
grid-row: 4/5;
|
||||
border-radius: 8px;
|
||||
background-color: var(--input-background-color);
|
||||
padding: 1em;
|
||||
|
@ -13,7 +11,12 @@
|
|||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: auto;
|
||||
height: 10vh;
|
||||
height: 10dvh;
|
||||
position: absolute;
|
||||
left: 0.25vw;
|
||||
bottom: 3dvh;
|
||||
right: 0.25vw;
|
||||
box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.input input {
|
||||
|
@ -44,8 +47,8 @@
|
|||
border-radius: 8px;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
height: 50px;
|
||||
width: 75px;
|
||||
height: 8dvh;
|
||||
width: 8vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue