mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 22:48:28 +02:00
🎉 Add new visual changes
This commit is contained in:
parent
5dc646e44e
commit
385616f3df
4 changed files with 21 additions and 4 deletions
|
@ -260,8 +260,10 @@
|
|||
}
|
||||
|
||||
.section-title {
|
||||
color: $color-black;
|
||||
font-size: $fs15;
|
||||
padding: 0 $size-4;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.section-list {
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
|
||||
.asset-group {
|
||||
background-color: $color-gray-60;
|
||||
border-top: 1px solid $color-gray-50;
|
||||
padding: $small;
|
||||
font-size: $fs12;
|
||||
color: $color-gray-20;
|
||||
|
@ -164,10 +165,10 @@
|
|||
}
|
||||
|
||||
.group-grid {
|
||||
margin-top: $small;
|
||||
margin-top: $medium;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
grid-auto-rows: 7vh;
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||
grid-auto-rows: 6vh;
|
||||
column-gap: 0.5rem;
|
||||
row-gap: 0.5rem;
|
||||
|
||||
|
@ -253,6 +254,10 @@
|
|||
// overflow-y: scroll;
|
||||
// }
|
||||
|
||||
.group-list {
|
||||
margin-top: $medium;
|
||||
}
|
||||
|
||||
.group-list-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue