Private
Public Access
1
0

some more fine tuning

This commit is contained in:
Sander Roosendaal
2022-04-07 19:00:01 +02:00
parent bd3da60c28
commit a6010815c8
4 changed files with 128 additions and 22 deletions

View File

@@ -325,7 +325,7 @@ th.rotate > div > span {
.stepcontainer {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-columns: 4fr 1fr 4fr;
gap: 10px;
}
@@ -353,23 +353,39 @@ th.rotate > div > span {
background-color: #add8e6;
}
.RepeatUntilStepsCmplt {
background-color: #ffffa7;
}
.drop-zone {
position: relative;
overflow: hidden;
background: #878787;
background-color: #D7D7D7;
/* color: white; */
padding: 10px;
padding-bottom: 40px;
}
.allcentered {
/* Center vertically and horizontally */
display: flex;
justify-content: center;
align-items: center;
}
.allcenteredchild {
margin-top: 50%;
}
.divlines {
display: block;
overflow-x: hidden;
border-width: 1px 0 0 0;
border-color: #333 #333 #333 #333;
border-style: solid;
padding: 0px;
margin: 0px;
width: 50px;
height: 50px;
background-color: red;
/* Center vertically and horizontally */
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px; /* Apply negative top and left margins to truly center the element */
}
.workoutcontainer {