| 1 |
.toggle.custom, |
| 2 |
.toggle-on.custom, |
| 3 |
.toggle-off.custom { |
| 4 |
border-radius: 10rem; |
| 5 |
} |
| 6 |
|
| 7 |
.toggle.custom .btn { |
| 8 |
margin-right: 21px; |
| 9 |
border-radius: 30px; |
| 10 |
width: 20px; |
| 11 |
} |
| 12 |
|
| 13 |
.btn.btn-secondary.btn-xs.toggle-off { |
| 14 |
margin-right: 21px; |
| 15 |
border-radius: 30px; |
| 16 |
width: 20px; |
| 17 |
background-color: white !important; |
| 18 |
} |
| 19 |
|
| 20 |
.btn-success.btn-success.btn-xs.toggle-on { |
| 21 |
background-color: transparent; |
| 22 |
} |
| 23 |
|
| 24 |
.toggle-on .btn { |
| 25 |
margin-right: 21px; |
| 26 |
border-radius: 30px; |
| 27 |
width: 20px; |
| 28 |
} |
| 29 |
|
| 30 |
.card { |
| 31 |
padding: initial !important; |
| 32 |
max-width: inherit !important; |
| 33 |
} |
| 34 |
|
| 35 |
.carrier-thumbnail { |
| 36 |
height: 16px; |
| 37 |
position: absolute; |
| 38 |
margin-left: -26px; |
| 39 |
margin-top: 3px; |
| 40 |
} |
| 41 |
|
| 42 |
.carrier-credential-thumbnail { |
| 43 |
height: 16px; |
| 44 |
} |
| 45 |
|
| 46 |
|
| 47 |
.price-item { |
| 48 |
padding-top: 1px; |
| 49 |
padding-bottom: 1px; |
| 50 |
font-size: 14px; |
| 51 |
} |
| 52 |
|
| 53 |
html { |
| 54 |
font-size: 14px; |
| 55 |
} |
| 56 |
|
| 57 |
@media (min-width: 768px) { |
| 58 |
html { |
| 59 |
font-size: 16px; |
| 60 |
} |
| 61 |
} |
| 62 |
|
| 63 |
.container { |
| 64 |
max-width: 960px; |
| 65 |
} |
| 66 |
|
| 67 |
.pricing-header { |
| 68 |
max-width: 700px; |
| 69 |
} |
| 70 |
|
| 71 |
.card-deck .card { |
| 72 |
min-width: 220px; |
| 73 |
} |
| 74 |
|
| 75 |
.border-top { |
| 76 |
border-top: 1px solid #e5e5e5; |
| 77 |
} |
| 78 |
|
| 79 |
.border-bottom { |
| 80 |
border-bottom: 1px solid #e5e5e5; |
| 81 |
} |
| 82 |
|
| 83 |
.box-shadow { |
| 84 |
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); |
| 85 |
} |
| 86 |
|
| 87 |
|
| 88 |
.form-switch .form-check-input:focus { |
| 89 |
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e") |
| 90 |
} |
| 91 |
|
| 92 |
.form-switch .form-check-input:checked { |
| 93 |
background-position: right center; |
| 94 |
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") |
| 95 |
} |
| 96 |
|
| 97 |
.form-switch.form-check-reverse { |
| 98 |
padding-right: 2.5em; |
| 99 |
padding-left: 0 |
| 100 |
} |
| 101 |
|
| 102 |
.form-switch.form-check-reverse .form-check-input { |
| 103 |
margin-right: -2.5em; |
| 104 |
margin-left: 0 |
| 105 |
} |
| 106 |
|