Fix grid gaps

This commit is contained in:
elhombretecla 2020-11-03 19:44:01 +01:00
parent 444491f577
commit fd1d564f03
5 changed files with 6 additions and 8 deletions

View file

@ -12,7 +12,7 @@
background-color: $color-white; background-color: $color-white;
display: flex; display: flex;
height: 63px; height: 63px;
padding: $x-small $small; padding: $x-small $medium $x-small $small;
position: relative; position: relative;
z-index: 10; z-index: 10;
justify-content: space-between; justify-content: space-between;

View file

@ -123,7 +123,6 @@
display: flex; display: flex;
max-width: 324px; max-width: 324px;
width: 324px; width: 324px;
height: 100px;
background-color: $color-white; background-color: $color-white;
flex-direction: column; flex-direction: column;
padding: 12px; padding: 12px;
@ -139,7 +138,7 @@
.name { .name {
margin-top: 10px; margin-top: 10px;
font-size: $fs32; font-size: $fs28;
color: $color-black; color: $color-black;
@include text-ellipsis; @include text-ellipsis;
margin-right: 90px; margin-right: 90px;

View file

@ -12,7 +12,7 @@
border-top-right-radius: $br-huge; border-top-right-radius: $br-huge;
border-top-left-radius: $br-huge; border-top-left-radius: $br-huge;
flex: 1 0 0; flex: 1 0 0;
margin-right: $small; margin-right: $medium;
overflow-y: auto; overflow-y: auto;
&.search { &.search {

View file

@ -247,8 +247,7 @@
position: absolute; position: absolute;
left: 0; left: 0;
z-index: 12; z-index: 12;
width: 200px; max-height: 31rem;
max-height: 30rem;
min-width: 7rem; min-width: 7rem;
overflow-y: auto; overflow-y: auto;
@ -261,7 +260,7 @@
cursor: pointer; cursor: pointer;
font-size: $fs14; font-size: $fs14;
display: flex; display: flex;
padding: $small $small $small 25px; padding: $small $medium $small 25px;
&.selected { &.selected {
background-image: url(/images/icons/tick.svg); background-image: url(/images/icons/tick.svg);

View file

@ -149,7 +149,7 @@
li { li {
cursor: pointer; cursor: pointer;
font-size: $fs14; font-size: $fs14;
padding: $small $x-small; padding: $small;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;