Fixed grid filter tags Ui

This commit is contained in:
jitendra 2019-02-20 12:51:55 +05:30
parent 5e4ab5dd8f
commit a172a1c139
3 changed files with 14 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/ui.js": "/js/ui.js?id=8f9e12057b68b45d7046",
"/css/ui.css": "/css/ui.css?id=e7caa868a32a7ddceb90"
"/css/ui.css": "/css/ui.css?id=790533c7b1929cfa97ea"
}

View File

@ -1,3 +1,5 @@
@import "mixins";
.grid-container {
display: block;
width: 100%;
@ -8,7 +10,7 @@
width: 100%;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
margin-bottom: 20px;
}
.filter-row-two {
@ -96,10 +98,11 @@
font-size: 14px;
height: 28px;
border-radius: 2px;
margin-right: 20px;
.wrapper {
margin-left: 5px;
padding: 0px 5px 0px 5px;
margin-left: 10px;
padding: 5px 10px 5px 10px;
display: flex;
flex-direction: row;
align-items: center;
@ -108,9 +111,11 @@
height: 28px;
color: #000311;
letter-spacing: -0.22px;
}
}
@include border-radius(2px);
.filter-tag:not(first-child) {
margin-left: 10px;
.icon.cross-icon {
margin-left: 10px;
cursor: pointer;
}
}
}