Filter field for mobile

This commit is contained in:
James Barnsley
2017-08-22 21:03:16 +12:00
parent 2a1057e955
commit dc42024bfe
5 changed files with 28 additions and 10 deletions

View File

@ -249,7 +249,7 @@
border-radius: 3px;
.title {
padding: 16px 20px;
padding: 14px 18px;
box-sizing: border-box;
border-radius: 3px 3px 0 0;
}
@ -269,7 +269,7 @@
.menu-item-wrapper {
.menu-item {
padding: 16px 20px;
padding: 14px 18px;
box-sizing: border-box;
}
}

View File

@ -39,4 +39,21 @@
background: $grey;
}
}
}
#context-menu {
.filter-field {
display: block;
.fa {
top: 17px;
left: 24px;
}
input {
padding: 14px 18px 14px 42px;
width: 100%;
box-sizing: border-box;
}
}
}