Fix Components grid and text-size input

This commit is contained in:
elhombretecla 2020-11-03 19:04:09 +01:00
parent 75202fdcba
commit a2ecc1bdb6
2 changed files with 6 additions and 4 deletions

View file

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

View file

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