PluginProbe ʕ •ᴥ•ʔ
Bopo – WooCommerce Product Bundle Builder / trunk
Bopo – WooCommerce Product Bundle Builder vtrunk
bopo-woo-product-bundle-builder / css / bopo-settings.css
bopo-woo-product-bundle-builder / css Last commit date
bopo-frontend.css 1 year ago bopo-frontend.min.css 1 year ago bopo-icon.css 4 years ago bopo-icon.min.css 4 years ago bopo-settings.css 4 years ago bopo-settings.min.css 4 years ago button.min.css 4 years ago checkbox.min.css 4 years ago dropdown.min.css 4 years ago form.min.css 4 years ago header.min.css 4 years ago icon.min.css 4 years ago input.min.css 4 years ago menu.min.css 4 years ago segment.min.css 4 years ago select2.min.css 4 years ago table.min.css 4 years ago transition.min.css 4 years ago villatheme-support.css 1 week ago villatheme-support.css.map 1 week ago villatheme-support.min.css 1 week ago villatheme-support.scss 1 week ago
bopo-settings.css
224 lines
1 .bopobb-general-settings .iris-picker {
2 position: absolute !important;
3 z-index: 5;
4 }
5
6 .bopobb-general-settings .vi-ui.form-table tr td select {
7 /*max-width: unset;*/
8 }
9
10 .bopobb-general-settings .vi-ui.form-table tr td .vi-ui.fluid.dropdown {
11 /*-webkit-appearance: button;*/
12 }
13
14 /*after title shortcode*/
15 #bopobb-after-title-shortcode {
16 padding: 0 10px;
17 }
18
19 .bopobb-after-title-shortcode .bopobb_shortcode_show {
20 cursor: pointer;
21 min-width: 200px;
22 }
23
24 .icon.input .bopobb_copy_tooltip {
25 background-color: rgb(0, 0, 0);
26 color: rgb(255, 255, 255);
27 width: 120px;
28 text-align: center;
29 border-radius: 6px;
30 padding: 5px 8px;
31 list-style: none;
32 /*position: absolute;*/
33 z-index: 9;
34 top: 5px;
35 right: 5px;
36 opacity: 0.7;
37 visibility: hidden;
38 }
39
40 /*product panel*/
41 .bopobb-product-panel .bopobb-bundle-settings {
42 display: flex;
43 flex-direction: column;
44 }
45
46 .bopobb-product-panel .bopobb-title-contain,
47 .bopobb-product-panel .bopobb-shipping-contain {
48 padding: 0 15px;
49 position: relative;
50 margin-top: 15px;
51 display: flex;
52 }
53
54 .bopobb-product-panel .bopobb-shipping-contain {
55 margin-bottom: 15px;
56 }
57
58 .bopobb-product-panel .bopobb-title-contain .bopobb-title-label,
59 .bopobb-product-panel .bopobb-shipping-contain .bopobb-shipping-label {
60 width: 20%;
61 font-weight: 700;
62 margin: auto;
63 }
64
65 .bopobb-product-panel .bopobb-title-contain .bopobb-title,
66 .bopobb-product-panel .bopobb-shipping-contain .bopobb-shipping {
67 width: 80%;
68 }
69
70 .bopobb-product-panel .bopobb-title-contain .bopobb-title #bopobb_title,
71 .bopobb-product-panel .bopobb-shipping-contain .bopobb-shipping #bopobb_shipping_fee {
72 width: 100%;
73 }
74
75 /*.bopobb-product-panel .bopobb-title-contain table tr th {*/
76 /* text-align: left;*/
77 /* padding-left: 12px;*/
78 /* width: 165px;*/
79 /*}*/
80
81 /*.bopobb-product-panel .bopobb-title-contain .bopobb-product-custom-title {*/
82 /* width: 100%;*/
83 /*}*/
84
85 .bopobb-product-panel .bopobb-pbi-contain {
86 padding: 0 15px;
87 }
88
89 .bopobb-product-panel .bopobb-pbi-contain .bopobb-pbi {
90 border: 1px solid #eee;
91 border-radius: 0;
92 margin-bottom: 15px !important;
93 box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
94 }
95
96 .bopobb-product-panel .bopobb-bundle-settings .bopobb-pbi-contain .bopobb-pbi h3 .bopobb-pbi-slide-arrow {
97 float: right;
98 height: 27px;
99 width: 27px;
100 line-height: 27px;
101 font-size: 12px;
102 font-weight: 700;
103 cursor: pointer;
104 }
105
106 /*.bopobb-product-panel .bopobb-bundle-settings .bopobb-pbi-contain .bopobb-pbi h3 .bopobb-pbi-add-button,*/
107 /*.bopobb-product-panel .bopobb-bundle-settings .bopobb-pbi-contain .bopobb-pbi h3 .bopobb-pbi-remove-button {*/
108 /* color: #bcbcbc;*/
109 /* text-decoration: none;*/
110 /* float: right;*/
111 /* !*cursor: pointer;*!*/
112 /* line-height: 14px;*/
113 /* padding: 0 8px;*/
114 /* margin: 6px 0;*/
115 /*}*/
116
117 .bopobb-pbi .bopobb-pbi-data table tr th {
118 /*font-size: 12px;*/
119 font-weight: 500;
120 text-align: left;
121 padding-left: 10px;
122 padding-top: 15px;
123 width: 150px;
124 }
125
126 .bopobb-pbi .bopobb-pbi-data table tr th:first-child {
127 padding-top: 0;
128 }
129
130 .bopobb-pbi .bopobb-pbi-data table tr.bopobb-pbi-tab-label th {
131 padding-left: 0;
132 }
133
134 .bopobb-pbi .bopobb-pbi-data table tr td {
135 padding: 8px 0;
136 display: flex;
137 }
138
139 .bopobb-pbi .bopobb-pbi-data table tr td span {
140 margin-left: 9px;
141 align-self: center;
142 }
143
144 .bopobb-pbi .bopobb-pbi-data table tr td .bopobb-pbi-input {
145 width: 90%;
146 display: flex;
147 justify-content: space-between;
148 }
149
150 .bopobb-pbi .bopobb-pbi-data table tr td .bopobb-pbi-input .bopo-pbi-input-part {
151 width: 45% !important;
152 min-width: unset;
153 }
154
155 .bopobb-pbi .bopobb-pbi-data table tr td .bopobb-pbi-input .bopo-pbi-input-checkbox {
156 width: 20% !important;
157 align-self: center;
158 display: flex;
159 justify-content: start;
160 }
161
162 .bopobb-pbi .bopobb-pbi-data table tr td .bopobb-pbi-input .bopobb-bpi-default-product-wrap {
163 width: 80%;
164 }
165
166 .bopobb-pbi .bopobb-pbi-data table tr td .bopobb-pbi-input .bopobb_bpi_default_product {
167 /*width: 100% !important;*/
168 }
169
170 .bopobb-bundle-settings #bopobb_count, .bopobb-pbi .bopobb-pbi-index {
171 display: none;
172 }
173
174 /*select2*/
175 .bopobb-pbi .select2-search__field {
176 width: 100% !important;
177 }
178
179 .bopobb-pbi .select2-container.select2-container--default {
180 width: 100% !important;
181 min-width: 100% !important;
182 /*max-width: 100% !important;*/
183 margin-left: 0 !important;
184 line-height: 0 !important;
185 }
186
187 .bopobb-pbi .select2-container.select2-container--default.select2-container--below {
188 /*line-height: 0 !important;*/
189 }
190
191 .bopobb-pbi .select2-selection.select2-selection--multiple {
192 margin-left: 0 !important;
193 }
194
195 .bopobb-pbi .select2-selection.select2-selection--single {
196 margin-left: 0 !important;
197 }
198
199 .bopobb-pbi .select2-selection__arrow {
200 /*display: none !important;*/
201 }
202
203 .bopobb-pbi .select2-selection__choice__remove {
204 margin-left: 0 !important;
205 }
206
207 .bopobb-pbi .select2-selection__placeholder {
208 margin-left: 0 !important;
209 }
210
211 .bopobb-pbi .select2-selection__rendered {
212 /*max-width: 100%;*/
213 /*overflow: hidden;*/
214 }
215
216 .bopobb-pbi .select2-selection__rendered li.select2-selection__choice {
217 /*max-width: 100%;*/
218 /*overflow: hidden;*/
219 }
220
221 #select2-bopobb_bpi_default_product-container {
222 padding-left: 0 !important;
223 padding-right: 0 !important;
224 }