c1341b8dcfed15aaa760f99167aaebfcf8da9d67
[sdc.git] /
1 @import '../../../../assets/styles/variables';
2 form{
3     margin: 0 20px;
4     .field{
5         padding:20px 0;
6         &:not(:last-child){
7             border-bottom: solid 1px @main_color_o;
8         }
9     }
10     /deep/ [ng-reflect-checked="true"]{
11         /deep/ .checkbox-label-content{
12             color: @main_color_a;
13         }
14     }
15 }
16
17 .open-filter-button{
18     cursor: pointer;
19     width: 25px;
20     height: 34px;
21     display: inline-block;
22     &.open{
23         z-index: 1061;
24         position: relative;
25         top: 2px;
26         background-color: @main_color_p;
27         border: solid 1px @main_color_c;
28         border-bottom: none;
29     }
30     .filter-icon{
31         top: 8px;
32         position: relative;
33     }
34 }
35
36 /deep/ .popover{
37     border: solid 1px @main_color_c !important;
38 }