updated style
This commit is contained in:
parent
494af10e0c
commit
d7f3b6884c
24
client/assets/scss/components/filter-editor.scss
Normal file
24
client/assets/scss/components/filter-editor.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -13,4 +13,5 @@
|
||||
@import 'components/lookup';
|
||||
@import 'components/pagination';
|
||||
@import 'components/communities';
|
||||
@import 'components/filter-editor';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user