File tree 2 files changed +34
-2
lines changed
2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 66
66
& :first-child :before {
67
67
content : " " ;
68
68
display : block ;
69
+ top : 50% ;
70
+ }
71
+
72
+ & :first-child:last-child :before {
69
73
top : calc (~ " 50% - 1em" );
70
74
}
71
75
402
406
margin-left : 1em ;
403
407
404
408
& :disabled {
405
- background : @gray-light ;
409
+ background : @gray-lighter ;
406
410
color : @disabled-gray ;
407
411
cursor : not-allowed ;
408
412
border-color : transparent ;
413
+ opacity : .5 ;
409
414
}
410
415
411
416
& .btn-remove {
428
433
.remove-escalation-form {
429
434
button [disabled ] {
430
435
& :disabled {
431
- background : @gray-light ;
436
+ background : @gray-lighter ;
432
437
color : @disabled-gray ;
433
438
cursor : not-allowed ;
439
+ opacity : .5 ;
434
440
}
435
441
}
436
442
}
Original file line number Diff line number Diff line change 15
15
border-radius : 0 ;
16
16
border : none ;
17
17
}
18
+
19
+ .form-controls {
20
+ margin-top : 2em ;
21
+
22
+ .btn-remove {
23
+ margin-right : auto ;
24
+ }
25
+ }
18
26
}
19
27
20
28
.entry-form {
77
85
content : " \f0c0 " ;
78
86
}
79
87
}
88
+
89
+ .icinga-form {
90
+ .form-controls {
91
+ .btn-remove :not (:hover ) {
92
+ border-color : transparent ;
93
+ }
94
+
95
+ .btn-default {
96
+ background : @low-sat-blue ;
97
+ color : @icinga-blue ;
98
+ border-color : transparent ;
99
+
100
+ & :hover {
101
+ background : @low-sat-blue-dark ;
102
+ }
103
+ }
104
+ }
105
+ }
You can’t perform that action at this time.
0 commit comments