|
@@ -7,32 +7,30 @@
|
7
|
7
|
.btn-primary
|
8
|
8
|
background-color thirdColor
|
9
|
9
|
border-color secondColor
|
|
10
|
+ cursor pointer
|
10
|
11
|
&:hover, &:focus, &:active, &:visited, &:focus-within
|
11
|
12
|
background-color hover-button
|
12
|
13
|
border-color hover-button
|
13
|
14
|
box-shadow 0 0 1px 2px secondColor
|
14
|
|
- outline secondColor solid 1px
|
15
|
15
|
|
16
|
16
|
.btn-outline-primary
|
17
|
17
|
color fontColor
|
18
|
18
|
border-color secondColor
|
|
19
|
+ cursor pointer
|
19
|
20
|
&:hover, &:focus, &:active, &:visited, &:focus-within
|
20
|
21
|
background-color hover-button
|
21
|
22
|
border-color hover-button
|
22
|
23
|
box-shadow 0 0 1px 2px secondColor
|
23
|
|
- outline secondColor solid 1px
|
24
|
24
|
|
25
|
25
|
.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle
|
26
|
26
|
background-color hover-button
|
27
|
27
|
border-color hover-button
|
28
|
28
|
box-shadow 0 0 1px 2px secondColor
|
29
|
|
- outline secondColor solid 1px
|
30
|
29
|
|
31
|
30
|
.btn-outline-primary.active, .btn-outline-primary:active, .show>.btn-outline-primary.dropdown-toggle
|
32
|
31
|
background-color hover-button
|
33
|
32
|
border-color hover-button
|
34
|
33
|
box-shadow 0 0 1px 2px secondColor
|
35
|
|
- outline secondColor solid 1px
|
36
|
34
|
|
37
|
35
|
.sidebarpagecontainer
|
38
|
36
|
display flex
|