🎉 Text design new layout

This commit is contained in:
elhombretecla 2020-11-18 15:25:03 +01:00
parent 08589889fd
commit a22ec43cf2

View file

@ -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;