Newer
Older
font-family: "IBM Plex Sans", sans-serif !important;
-moz-osx-font-smoothing: grayscale;
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
}
.btn-primary.focus, .btn-primary:focus {
color: #000;
background-color: #f8f9fa;
border-color: #0062cc;
box-shadow: none;
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
}
.btn-primary{
margin-bottom: 0.625rem;
color: #000;
background: #f6f8fa;
font-size: 1.05rem;
letter-spacing: 0;
border-width: 0rem;
line-height: 1.375rem;
height: 2.25rem;
border-radius: 0.5rem !important;
text-align: left;
transition: 0.2s background;
-webkit-transition: 0.2s background;
-moz-transition: 0.2s background;
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
}
.btn-primary.active,
.btn-primary:active {
color: #fff;
background: #000 !important;
font-weight: 500;
text-align: left;
border-width: 0rem;
height: 2.25rem;
line-height: 1.375rem;
}
.btn-primary:hover {
border-color: #fff;
color: #000;
}