File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ .alert-rule-list {
2+ display : flex ;
3+ flex-direction : row ;
4+ flex-wrap : wrap ;
5+ justify-content : space-between ;
6+ list-style-type : none ;
7+ }
8+ .alert-rule-item {
9+ display : flex ;
10+ align-items : center ;
11+ width : 100% ;
12+ height : 100% ;
13+ background : $card-background ;
14+ box-shadow : $card-shadow ;
15+ padding : 4px 8px ;
16+ border-radius : 4px ;
17+ margin-bottom : 4px ;
18+ }
19+ .alert-rule-item__icon {
20+ display : flex ;
21+ justify-content : center ;
22+ align-items : center ;
23+ width : 40px ;
24+ padding : 0 4px 0 2px ;
25+ .icon-gf ,
26+ .fa {
27+ font-size : 200% ;
28+ position : relative ;
29+ top : 2px ;
30+ }
31+ }
32+ .alert-list__btn {
33+ margin : 0 2px ;
34+ display : flex ;
35+ align-items : center ;
36+ justify-content : center ;
37+ }
38+
139.triggers-panel-scroll {
240 overflow : auto ;
341}
You can’t perform that action at this time.
0 commit comments