0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🐛 Fix guides submenu visualization

This commit is contained in:
Eva Marco 2024-09-06 09:47:09 +02:00
parent 886c0c596f
commit bf202473e9

View file

@ -199,7 +199,6 @@
.height { .height {
@extend .input-element; @extend .input-element;
@include bodySmallTypography; @include bodySmallTypography;
width: $s-108;
.icon-text { .icon-text {
padding-top: $s-1; padding-top: $s-1;
} }
@ -208,7 +207,6 @@
.margin { .margin {
@extend .input-element; @extend .input-element;
@include bodySmallTypography; @include bodySmallTypography;
width: $s-108;
.icon { .icon {
&.rotated svg { &.rotated svg {
transform: rotate(90deg); transform: rotate(90deg);