update
Took 7 hours 48 minutes
This commit is contained in:
@ -4,34 +4,28 @@
|
||||
padding-top: 1%;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, calc(95% / 2));
|
||||
grid-template-rows: repeat(7, calc(100% / 7));
|
||||
grid-gap: 2% 5%;
|
||||
grid-template-rows: repeat(9, calc(100% / 9));
|
||||
grid-gap: 2% 2%;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#setup_slots {
|
||||
min-width: 55px;
|
||||
width: 10%;
|
||||
margin-left: 3%;
|
||||
border: 1px solid aliceblue;
|
||||
}
|
||||
|
||||
#setup #setupContainersDiv {
|
||||
grid-row: span 5;
|
||||
grid-row: span 18;
|
||||
grid-column: span 2;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
border: 1px solid cadetblue;
|
||||
border: 1px solid white;
|
||||
border-radius: 5px;
|
||||
padding: 1% 10px;
|
||||
padding: 0.45% 10px;
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
|
||||
#setup #setupContainersDiv #containerAddBtn {
|
||||
position: relative;
|
||||
left: 43%;
|
||||
bottom: 10%;
|
||||
left: 46%;
|
||||
bottom: 8%;
|
||||
}
|
||||
|
||||
#setup #setupLEDDiv {
|
||||
@ -39,7 +33,7 @@
|
||||
grid-column: span 1;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
border: 1px solid cadetblue;
|
||||
border: 1px solid white;
|
||||
border-radius: 5px;
|
||||
padding: 1% 10px;
|
||||
margin-right: 10%;
|
||||
@ -52,7 +46,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
border: 1px solid cadetblue;
|
||||
border: 1px solid white;
|
||||
border-radius: 5px;
|
||||
padding: 1% 10px;
|
||||
|
||||
@ -73,7 +67,7 @@
|
||||
border-radius: 10px;
|
||||
padding: 3% 10px;
|
||||
transition: 0.5s;
|
||||
background-color: rgb(111, 109, 109);
|
||||
background-color: rgb(135, 133, 133);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user