mirror of
https://github.com/penpot/penpot.git
synced 2026-03-03 08:43:44 +00:00
🎉 Text design new layout
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user