mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 09:21: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 {
|
.align-icons {
|
||||||
border: 1px solid $color-gray-60;
|
|
||||||
border-radius: $br-small;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
justify-content: space-between;
|
justify-content: flex-end;
|
||||||
margin-left: $small;
|
margin: $small 0 $small $small;
|
||||||
padding: $small;
|
padding: 0 $x-small;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
justify-content: space-between;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -542,8 +541,8 @@
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $color-gray-30;
|
fill: $color-gray-30;
|
||||||
height: 15px;
|
height: 14px;
|
||||||
width: 15px;
|
width: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
|
@ -651,12 +650,12 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 18px;
|
width: 14px;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $color-gray-30;
|
fill: $color-gray-30;
|
||||||
height: 16px;
|
height: 14px;
|
||||||
width: 16px;
|
width: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -927,6 +926,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.spacing-options {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
.asset-group {
|
.asset-group {
|
||||||
.typography-entry {
|
.typography-entry {
|
||||||
margin: 0.25rem 0;
|
margin: 0.25rem 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue