chrone: sperate client and server to different repos.

This commit is contained in:
a.bouhuolia
2021-09-21 17:13:53 +02:00
parent e011b2a82b
commit 18df5530c7
10015 changed files with 17686 additions and 97524 deletions

View 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;
}
}