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

Fix Components grid and text-size input

This commit is contained in:
elhombretecla 2020-11-03 19:04:09 +01:00 committed by Andrés Moya
parent a947a53aa2
commit 47b166536e
2 changed files with 6 additions and 4 deletions

View file

@ -92,7 +92,7 @@
color: $color-gray-10;
border: 1px solid transparent;
border-bottom-color: $color-gray-40;
padding: $x-small $x-small 0 $x-small;
padding: $x-small;
margin: $small $small $medium $small;
&:focus {
@ -102,7 +102,7 @@
option {
color: $color-gray-60;
background: $color-white;
font-size: $fs11;
font-size: $fs12;
}
}
@ -186,12 +186,13 @@
}
.grid-cell {
background-color: $color-white;
background-color: $color-canvas;
border-radius: 4px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
padding: $small;
position: relative;
cursor: pointer;

View file

@ -924,11 +924,12 @@
.size-option .custom-select-dropdown {
position: fixed;
cursor: pointer;
max-height: 16rem;
min-width: 6rem;
margin-top: 25px;
left: initial;
top: 0;
}
.typography-read-only-data {