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;
display: flex;
height: 63px;
padding: $x-small $small;
padding: $x-small $medium $x-small $small;
position: relative;
z-index: 10;
justify-content: space-between;

View file

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

View file

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

View file

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

View file

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