💄 UI structure redesign

This commit is contained in:
Eva 2023-07-31 07:33:47 +02:00 committed by Alejandro Alonso
parent 1bb3a3a084
commit 28a06c99b5
97 changed files with 2194 additions and 259 deletions

View file

@ -85,7 +85,7 @@
grid-template-areas: "previous next";
.step-prev {
display: flex;
align-items: end;
align-items: flex-end;
justify-content: flex-start;
grid-area: previous;
button {
@ -99,7 +99,7 @@
.step-next {
display: flex;
align-items: end;
align-items: flex-end;
justify-content: flex-end;
grid-area: next;
input {

View file

@ -2,7 +2,7 @@
display: grid;
grid-template-rows: auto 1fr;
grid-template-columns: 100%;
height: 100%;
height: calc(100% - 45px);
}
.tab-container-tabs {

View file

@ -322,7 +322,6 @@
display: flex;
margin-left: 0px;
margin-right: 10px;
/* border: 1px solid red; */
width: 150px;
justify-content: flex-end;

View file

@ -161,7 +161,7 @@ $height-palette-max: 80px;
justify-content: center;
align-items: center;
svg#loader-pencil {
svg {
fill: $color-gray-50;
}
}
@ -171,7 +171,7 @@ $height-palette-max: 80px;
display: flex;
padding: 0;
margin: 0;
grid-area: viewport;
&.scrolling {
cursor: grab;
}