PluginProbe
MakeCommerce for WooCommerce / trunk
MakeCommerce for WooCommerce vtrunk
4.1.0 4.0.8 trunk 1.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 All 96 releases
makecommerce / makecommerce / assets / configuration.css

configuration.css in MakeCommerce for WooCommerce trunk, at makecommerce/assets/configuration.css

106 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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