Revert "Merge branch 'develop' into lasten"

This reverts commit 365f06575e, reversing
changes made to 60c7a97ffe.
This commit is contained in:
2024-02-05 18:07:27 +01:00
parent 365f06575e
commit a7d79d921b
10 changed files with 69 additions and 334 deletions
+9 -18
View File
@@ -11,41 +11,38 @@
.flexcolumn {
flex-wrap: wrap;
flex-direction: column;
}
.flexcolumn-1 {
flex-basis: 100%;
flex: 100%;
flex-wrap: wrap;
}
.flexcolumn-2 {
flex-basis: 50%;
flex: 50%;
flex-wrap: wrap;
}
.flexcolumn-3 {
flex-basis: 33%;
flex: 33%;
flex-wrap: wrap;
}
.flexcolumn-4 {
flex-basis: 25%;
flex: 25%;
flex-wrap: wrap;
}
.flexcolumn-5 {
flex-basis: 20%;
flex: 20%;
flex-wrap: wrap;
}
.flexpart {
gap: 0;
padding: 0;
margin: 2px;
margin: 5px;
background-color: beige;
border-collapse: separate;
border-radius: 10px;
border: 2px solid black;
}
@@ -68,15 +65,10 @@
h3 {
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
margin-top: 0.5rem;
margin-bottom: 0;
text-align: left;
font-weight: bold;
background-color: #eeede0;
color: black;
border-collapse: separate;
border: 2px solid black;
border-radius: 10px;
background-color: dimgray;
color: white;
}
.profile-img {
@@ -254,8 +246,7 @@
padding: 1px;
//align-items: stretch;
input,
.max-value {
input {
flex: 0 0 2rem;
text-align: center;
height: 100%;