mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 19:18:31 +02:00
💄 UI structure redesign
This commit is contained in:
parent
1bb3a3a084
commit
28a06c99b5
97 changed files with 2194 additions and 259 deletions
|
@ -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 {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
display: grid;
|
||||
grid-template-rows: auto 1fr;
|
||||
grid-template-columns: 100%;
|
||||
height: 100%;
|
||||
height: calc(100% - 45px);
|
||||
}
|
||||
|
||||
.tab-container-tabs {
|
||||
|
|
|
@ -322,7 +322,6 @@
|
|||
display: flex;
|
||||
margin-left: 0px;
|
||||
margin-right: 10px;
|
||||
/* border: 1px solid red; */
|
||||
width: 150px;
|
||||
justify-content: flex-end;
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue