bigger list on mobile

This commit is contained in:
antelle 2019-03-28 22:49:51 +01:00
parent 16bbae35f2
commit 04fc3ee3d4
2 changed files with 7 additions and 0 deletions

View File

@ -38,6 +38,9 @@
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
@include mobile {
font-size: 1.2em;
}
}
&-field-wrap {
flex: 1;
@ -45,6 +48,9 @@
}
&-field {
width: 100%;
@include mobile {
font-size: 1.05em !important;
}
}
&-icon-search {
@include th { color: th(muted-color); }

View File

@ -40,6 +40,7 @@
&-text { font-size: 1.1em; }
.open__icons--lower & {
margin: 14px;
&-i, &-svg { font-size: 4.2em; margin-bottom: .1em; }
}
}
}