5
5
// @import "bootstrap-vue-next/dist/bootstrap-vue-next.css";
6
6
7
7
#app-root {
8
- // @import "bootstrap";
9
- font-size : 14px ;
10
-
11
- @import " bootstrap/scss/reboot" ;
12
- @import " bootstrap/scss/grid" ;
13
- @import " bootstrap/scss/containers" ;
14
- @import " bootstrap/scss/nav" ;
15
- @import " bootstrap/scss/forms" ;
16
- @import " bootstrap/scss/buttons" ;
17
- @import " bootstrap/scss/type" ;
18
- @import " bootstrap/scss/alert" ;
19
- @import " bootstrap/scss/close" ;
20
- @import " bootstrap/scss/transitions" ;
21
- @import " bootstrap/scss/helpers" ;
22
- @import " bootstrap/scss/utilities/api" ;
23
-
24
- .cursor-pointer {
25
- cursor : pointer ;
26
- }
8
+ // @import "bootstrap";
9
+ font-size : 14px ;
10
+
11
+ @import " bootstrap/scss/reboot" ;
12
+ @import " bootstrap/scss/grid" ;
13
+ @import " bootstrap/scss/containers" ;
14
+ @import " bootstrap/scss/nav" ;
15
+ @import " bootstrap/scss/forms" ;
16
+ @import " bootstrap/scss/buttons" ;
17
+ @import " bootstrap/scss/type" ;
18
+ @import " bootstrap/scss/alert" ;
19
+ @import " bootstrap/scss/close" ;
20
+ @import " bootstrap/scss/transitions" ;
21
+ @import " bootstrap/scss/helpers" ;
22
+ @import " bootstrap/scss/utilities/api" ;
23
+
24
+ .cursor-pointer {
25
+ cursor : pointer ;
26
+ }
27
+
28
+ .form-switch {
29
+ display : flex ;
30
+ align-items : center ;
31
+ }
32
+
33
+ .csp-directives {
34
+ margin-top : .5rem ;
35
+
36
+ > div {
37
+ padding : .5rem ;
38
+
39
+ & :hover {
40
+ background : $gray-200 ;
41
+ }
42
+ }
43
+ }
27
44
}
0 commit comments