mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
chrone: sperate client and server to different repos.
This commit is contained in:
115
src/style/views/filter-dropdown.scss
Normal file
115
src/style/views/filter-dropdown.scss
Normal file
@@ -0,0 +1,115 @@
|
||||
|
||||
.filter-dropdown{
|
||||
width: 600px;
|
||||
|
||||
&__form{
|
||||
|
||||
}
|
||||
|
||||
|
||||
&__conditions-wrap{
|
||||
|
||||
}
|
||||
|
||||
&__conditions{
|
||||
padding: 6px 0
|
||||
}
|
||||
|
||||
&__condition{
|
||||
display: flex;
|
||||
padding: 6px 12px;
|
||||
|
||||
.bp3-input{
|
||||
padding: 0 6px;
|
||||
}
|
||||
.form-group--select-list .bp3-popover-target .bp3-button{
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
.bp3-html-select::after,
|
||||
.form-group--select-list .bp3-button::after{
|
||||
margin-right: 6px;
|
||||
border-top-color: #c5c5c5;
|
||||
}
|
||||
.bp3-html-select,
|
||||
.bp3-input,
|
||||
.form-group--select-list .bp3-button{
|
||||
|
||||
&:not(:focus){
|
||||
border-color: #d3d9de;
|
||||
}
|
||||
}
|
||||
|
||||
.form-group--select-list .bp3-button{
|
||||
padding-right: 20px;
|
||||
}
|
||||
.bp3-form-group{
|
||||
margin-bottom: 0;
|
||||
padding-right: 10px;
|
||||
|
||||
.bp3-control.bp3-checkbox{
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.bp3-popover-wrapper{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bp3-button{
|
||||
text-overflow: ellipsis;
|
||||
overflow: visible;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
.form-group--condition{
|
||||
width: 65px;
|
||||
|
||||
input[disabled] {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
.form-group--comparator{
|
||||
width: 120px;
|
||||
}
|
||||
.form-group--fieldKey{
|
||||
width: 145px;
|
||||
}
|
||||
.form-group--value{
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.button--remove{
|
||||
margin-left: -6px;
|
||||
|
||||
.bp3-icon{
|
||||
color: #929aa0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__footer{
|
||||
padding: 10px 12px;
|
||||
margin-top: -6px;
|
||||
}
|
||||
}
|
||||
|
||||
.bp3-popover{
|
||||
|
||||
&,
|
||||
& .bp3-popover-content{
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.bp3-menu-item{
|
||||
.text-hint{
|
||||
font-size: 11px;
|
||||
line-height: 1.3;
|
||||
display: block;
|
||||
color: #5c7080;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user