updated style

This commit is contained in:
Matthias Hannig 2018-10-18 15:02:17 +02:00
parent 494af10e0c
commit d7f3b6884c
3 changed files with 47 additions and 2 deletions

View File

@ -0,0 +1,24 @@
.lookup-filters-editor {
// Select Control
.select-ctrl {
width: 100%;
.select-container {
width: 100%;
}
select {
padding: 0px;
width: 100%;
}
.btn {
margin-left: 3px;
border-radius: 100px;
padding: 8px 10px;
font-size: 10px;
line-height: 10px;
}
}
}

View File

@ -7,8 +7,7 @@
}
li {
padding: 8px;
padding-left: 15px;
padding: 5px 0;
}
}
@ -29,3 +28,24 @@
}
}
/*
* Filters
*/
.lookup-filters-editor {
h2 {
color: #555;
font-weight: bold;
margin-top: 8px;
margin-bottom: 5px;
font-size: 12px;
text-transform: uppercase;
padding: 0;
}
}

View File

@ -13,4 +13,5 @@
@import 'components/lookup';
@import 'components/pagination';
@import 'components/communities';
@import 'components/filter-editor';