mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 07:28:28 +02:00
✨ UI improvements in Project section div
This commit is contained in:
parent
00222499cc
commit
eeb8d284cc
1 changed files with 5 additions and 4 deletions
|
@ -191,9 +191,10 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: $size-4;
|
margin-top: $size-4;
|
||||||
padding: $size-1 $size-1 $size-1 $size-2;
|
padding: $size-2 $size-2 $size-2 $size-4;
|
||||||
width: 99%;
|
width: 99%;
|
||||||
height: 40px;
|
max-height: 40px;
|
||||||
|
gap: $size-2;
|
||||||
.project-name-wrapper {
|
.project-name-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -227,7 +228,7 @@
|
||||||
|
|
||||||
.btn-secondary {
|
.btn-secondary {
|
||||||
border: none;
|
border: none;
|
||||||
height: 32px;
|
padding: $size-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
@ -236,7 +237,7 @@
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: $color-black;
|
color: $color-black;
|
||||||
margin-right: $size-4;
|
margin-right: $size-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-wrapper {
|
.edit-wrapper {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue