mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 23:51:39 +02:00
🎉 Text design new layout
This commit is contained in:
parent
08589889fd
commit
a22ec43cf2
1 changed files with 13 additions and 10 deletions
|
@ -518,16 +518,15 @@
|
|||
}
|
||||
|
||||
.align-icons {
|
||||
border: 1px solid $color-gray-60;
|
||||
border-radius: $br-small;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
justify-content: space-between;
|
||||
margin-left: $small;
|
||||
padding: $small;
|
||||
justify-content: flex-end;
|
||||
margin: $small 0 $small $small;
|
||||
padding: 0 $x-small;
|
||||
|
||||
&:first-child {
|
||||
justify-content: space-between;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
|
@ -542,8 +541,8 @@
|
|||
|
||||
svg {
|
||||
fill: $color-gray-30;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
|
@ -651,12 +650,12 @@
|
|||
display: flex;
|
||||
height: 18px;
|
||||
position: relative;
|
||||
width: 18px;
|
||||
width: 14px;
|
||||
|
||||
svg {
|
||||
fill: $color-gray-30;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -927,6 +926,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.spacing-options {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.asset-group {
|
||||
.typography-entry {
|
||||
margin: 0.25rem 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue