@oxyshop/admin 1.3.50 → 1.3.51

Sign up to get free protection for your applications and to get access to all the features.
package/lib/style.css CHANGED
@@ -1,387 +1,426 @@
1
- .sylius-filters {
1
+ .attributes-group {
2
+ border: 1px solid rgba(34, 36, 38, 0.1);
3
+ }
4
+ .attributes-group:not(:last-child) {
5
+ border-bottom: 0;
6
+ }
7
+ .attributes-group:first-child {
8
+ border-top-left-radius: 4px;
9
+ border-top-right-radius: 4px;
10
+ }
11
+ .attributes-group:last-child {
12
+ border-bottom-left-radius: 4px;
13
+ border-bottom-right-radius: 4px;
14
+ }
15
+
16
+ .attributes-header {
2
17
  display: flex;
18
+ align-items: center;
19
+ justify-content: space-between;
20
+ background: rgba(0, 0, 0, 0.03);
21
+ padding: 0.5em 1.8em;
22
+ border-bottom: 1px solid rgba(34, 36, 38, 0.1);
23
+ }
24
+ .attributes-header .ui.basic.red.button {
25
+ box-shadow: none !important;
26
+ }
27
+ .attributes-header .ui.basic.red.button:hover {
28
+ background: rgba(255, 0, 0, 0.1) !important;
29
+ }
30
+
31
+ .attributes-list {
32
+ padding: 1.4em 1.8em;
33
+ }
34
+
35
+ .attribute-row {
3
36
  flex-wrap: wrap;
4
- margin-left: -10px;
5
- margin-right: -10px; }
6
- .sylius-filters__field {
7
- flex-grow: 1;
8
- min-width: 360px;
9
- margin-left: 10px;
10
- margin-right: 10px; }
11
- .sylius-filters .sylius-filters__group {
12
- display: flex;
13
- flex-wrap: wrap;
14
- align-items: flex-start; }
15
- .sylius-filters .sylius-filters__group > .field {
16
- flex-grow: 1; }
17
- .sylius-filters .sylius-filters__group > input {
18
- flex-grow: 1;
19
- width: auto !important; }
20
- .sylius-filters .sylius-filters__group > .disabled.field {
21
- flex-grow: 0; }
22
- .sylius-filters .sylius-filters__group > .disabled.field input {
23
- width: 40px !important;
24
- background: #eeeeee;
25
- text-align: center; }
26
- .sylius-filters .field {
27
- margin-bottom: 22px !important; }
28
- .sylius-filters .field label {
29
- font-weight: 700 !important; }
30
-
31
- .sylius-filters select {
32
- -webkit-appearance: none;
33
- -moz-appearance: none;
34
- appearance: none;
35
- background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23444444'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat !important;
36
- background-size: 8px 12px !important;
37
- background-position: calc(100% - 10px) calc(50% + 3px) !important; }
38
-
39
- .sylius-filters .sylius-filters__group input, .sylius-filters .sylius-filters__group select {
40
- border-radius: 0 !important;
41
- border-right-width: 0 !important; }
42
-
43
- .sylius-filters .sylius-filters__group .field:last-child input:last-child,
44
- .sylius-filters .sylius-filters__group .field:last-child select:last-child {
45
- border-right-width: 1px !important;
46
- border-radius: 0 .28571429rem .28571429rem 0 !important; }
47
-
48
- .sylius-filters .sylius-filters__group .field:first-child input:first-of-type,
49
- .sylius-filters .sylius-filters__group .field:first-child select:first-of-type {
50
- border-radius: .28571429rem 0 0 .28571429rem !important; }
51
-
52
- .overflow-x-auto {
53
- overflow-x: auto; }
54
-
55
- #wrapper {
56
- padding: 54px 0 0 0; }
57
-
58
- #content {
59
- padding: 1em; }
60
-
61
- #sidebar {
62
- font-size: 1.1em;
63
- padding-bottom: 30px; }
64
-
65
- #logo {
66
- margin-bottom: 1em; }
67
-
68
- body.pushable .pusher {
69
- background-color: #f9fAfb; }
70
-
71
- .ui.visible.left.sidebar ~ .fixed.menu,
72
- .ui.visible.left.sidebar ~ .pusher {
73
- padding-right: 260px; }
74
-
75
- body.centered {
76
- background-color: #f9fAfb; }
77
- body.centered .grid {
78
- height: 100%; }
79
- body.centered .column {
80
- padding: 1em;
81
- max-width: 450px; }
82
-
83
- select.ui.dropdown[multiple="multiple"] {
84
- height: 100px; }
85
-
86
- .ui.segments {
87
- border: 0; }
88
- .ui.segments .ui.segment {
89
- border: 1px solid rgba(34, 36, 38, 0.15) !important; }
90
-
91
- .ui.breadcrumb {
92
- margin-top: 1em;
93
- margin-left: 1em;
94
- margin-bottom: 1em; }
95
-
96
- th a {
97
- color: rgba(0, 0, 0, 0.87); }
98
-
99
- th a:hover {
100
- color: rgba(0, 0, 0, 0.87); }
101
-
102
- th a:visited {
103
- color: rgba(0, 0, 0, 0.87); }
104
-
105
- .ui.compact.segment .inline.fields {
106
- margin: 0; }
107
-
108
- .ui.hidden.element {
109
- display: none; }
110
-
111
- .ui.monster.header {
112
- font-size: 3em; }
113
-
114
- .ui.styled.header {
115
- text-transform: uppercase;
116
- letter-spacing: 1px;
117
- background-color: #f9fAfb;
118
- font-size: 0.9em;
119
- padding-bottom: 7px; }
120
-
121
- .ui.input input[readonly] {
122
- color: #aaa; }
123
-
124
- .field.loading.transition {
125
- top: auto;
126
- left: auto; }
127
-
128
- .ui.floated.dividing.empty {
129
- top: 100%;
130
- bottom: auto;
131
- padding: 0;
132
- margin: 0; }
133
-
134
- .ui.left.floated.dividing.empty ~ .ui.dropdown > .menu {
135
- right: auto;
136
- left: 0; }
137
-
138
- .ui.right.floated.dividing.empty ~ .ui.dropdown > .menu {
139
- right: 0;
140
- left: auto; }
141
-
142
- .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__bulk,
143
- .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__pagination,
144
- .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__perpage {
145
- padding-bottom: 1rem; }
146
-
147
- .sylius-grid-wrapper .sylius-grid-nav__bulk .ui.red.labeled.icon.button:disabled {
148
- background: #b9babb !important; }
149
-
150
- .sylius-grid-wrapper .sylius-grid-table-wrapper {
151
- overflow-x: auto;
152
- margin-bottom: 1rem; }
153
- .sylius-grid-wrapper .sylius-grid-table-wrapper .ui.buttons, .sylius-grid-wrapper .sylius-grid-table-wrapper .ui.label {
154
- white-space: nowrap; }
155
-
156
- @media only screen and (min-width: 768px) {
157
- .sylius-grid-wrapper .sylius-grid-nav {
37
+ margin: 10px 0;
38
+ }
39
+ @media (min-width: 1152px) {
40
+ .attribute-row {
158
41
  display: flex;
159
- flex-wrap: wrap;
160
- margin-left: -1rem;
161
- margin-right: -1rem; }
162
- .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__bulk,
163
- .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__pagination,
164
- .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__perpage {
165
- padding-left: 1rem;
166
- padding-right: 1rem; }
167
- .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__bulk {
168
- display: flex; }
169
- .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__bulk .button {
170
- padding-top: 0.99em !important;
171
- padding-bottom: 0.99em !important; }
172
- .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__pagination {
173
- flex-grow: 1; }
174
- .sylius-grid-wrapper .pagination {
175
- flex-wrap: wrap; } }
176
-
177
- #wrapper.full.height {
178
- position: relative;
179
- padding-bottom: 80px !important;
180
- min-height: 100vh; }
181
- #wrapper.full.height::after {
182
- content: '';
183
- display: block;
184
- position: absolute;
185
- bottom: 60px;
186
- right: 30px;
187
- width: calc(100% - 60px);
188
- height: 1px;
189
- background: #ebebeb; }
190
- #wrapper.full.height .sylius-footer {
191
- position: absolute;
192
- bottom: 20px;
193
- right: 40px;
194
- font-size: 13px;
195
- color: #9a9a9a; }
196
-
197
- input[type="color"] {
198
- -webkit-appearance: none;
199
- border: 1px solid rgba(34, 36, 38, 0.15);
200
- width: 38px;
201
- height: 38px;
202
- padding: 3px;
203
- border-radius: 99px; }
204
-
205
- input[type="color"]::-webkit-color-swatch,
206
- input[type="color"]::-webkit-color-swatch-wrapper {
207
- border-radius: 99px;
208
- border: 0;
209
- padding: 3px; }
42
+ }
43
+ }
44
+
45
+ .attribute-label {
46
+ align-self: center;
47
+ width: 200px;
48
+ margin-right: 20px;
49
+ padding-top: 5px;
50
+ padding-bottom: 5px;
51
+ white-space: nowrap;
52
+ text-overflow: ellipsis;
53
+ overflow: hidden;
54
+ }
55
+ .attribute-label i {
56
+ width: 20px;
57
+ text-align: left;
58
+ }
59
+
60
+ .attribute-input {
61
+ flex-grow: 1;
62
+ }
210
63
 
211
- input[type="color"]::-moz-color-swatch {
212
- border-radius: 99px;
213
- border: 0; }
64
+ .attribute-input, .attribute-input div:not(.checkbox) {
65
+ display: flex;
66
+ flex-grow: 1;
67
+ align-items: center;
68
+ }
69
+
70
+ .attribute-input *:not(:last-child) {
71
+ margin-right: 5px;
72
+ }
73
+
74
+ .attribute-input *:not(:first-child) {
75
+ margin-left: 5px;
76
+ }
77
+
78
+ .attribute-input textarea {
79
+ height: 6em !important;
80
+ min-height: 6em !important;
81
+ }
82
+
83
+ .attribute-action > * {
84
+ margin: 4px 0 !important;
85
+ }
86
+ @media (min-width: 1152px) {
87
+ .attribute-action > * {
88
+ margin: 0 0 0 10px !important;
89
+ }
90
+ }
91
+
92
+ .attribute-error {
93
+ width: 100%;
94
+ text-align: center;
95
+ }
96
+
97
+ .admin-layout {
98
+ min-height: 100vh;
99
+ background: #f9f9f9;
100
+ }
101
+ .admin-layout .admin-layout__sidebar {
102
+ position: fixed;
103
+ top: 0;
104
+ left: 0;
105
+ z-index: 999;
106
+ width: 100%;
107
+ height: 100%;
108
+ overflow-y: auto;
109
+ background: #1e212b;
110
+ }
111
+ @media (min-width: 768px) {
112
+ .admin-layout .admin-layout__sidebar {
113
+ width: 260px;
114
+ }
115
+ }
116
+ .admin-layout .admin-layout__toggle {
117
+ position: absolute;
118
+ top: 0;
119
+ left: 0;
120
+ padding: 18px;
121
+ cursor: pointer;
122
+ font-size: 16px;
123
+ color: rgba(255, 255, 255, 0.5);
124
+ }
125
+ @media (min-width: 768px) {
126
+ .admin-layout .admin-layout__toggle {
127
+ display: none;
128
+ }
129
+ }
130
+ .admin-layout .admin-layout__body {
131
+ display: flex;
132
+ flex-direction: column;
133
+ min-height: 100vh;
134
+ }
135
+ .admin-layout .admin-layout__topbar {
136
+ flex-shrink: 0;
137
+ position: fixed;
138
+ top: 0;
139
+ left: 0;
140
+ z-index: 998;
141
+ width: 100%;
142
+ height: 80px;
143
+ }
144
+ .admin-layout .admin-layout__content {
145
+ flex-grow: 1;
146
+ flex-shrink: 1;
147
+ padding: 80px 30px 0 30px;
148
+ }
149
+ .admin-layout .admin-layout__footer {
150
+ flex-shrink: 0;
151
+ padding: 30px;
152
+ margin-top: 40px;
153
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
154
+ text-align: right;
155
+ }
156
+
157
+ .admin-layout .admin-layout__sidebar {
158
+ display: none;
159
+ }
160
+ @media (max-width: 767px) {
161
+ .admin-layout.admin-layout--open {
162
+ height: 100vh;
163
+ overflow: hidden;
164
+ }
165
+ }
166
+ .admin-layout.admin-layout--open .admin-layout__sidebar {
167
+ display: block;
168
+ }
169
+ @media (min-width: 768px) {
170
+ .admin-layout.admin-layout--open .admin-layout__body {
171
+ margin-left: 260px;
172
+ }
173
+ }
174
+ .admin-layout.admin-layout--open .admin-layout__topbar {
175
+ left: 260px;
176
+ width: calc(100% - 260px);
177
+ }
178
+
179
+ .admin-layout__nav > * {
180
+ display: block;
181
+ }
182
+ .admin-layout__nav > a.item:first-child {
183
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
184
+ }
185
+ .admin-layout__nav > .item .input .icon {
186
+ right: 10px !important;
187
+ }
188
+ .admin-layout__nav > .item .input {
189
+ display: block;
190
+ width: 100%;
191
+ padding: 8px 15px;
192
+ margin-bottom: 20px;
193
+ }
194
+ .admin-layout__nav .sylius-admin-menu > .item {
195
+ margin: 0.7em 0 1.6em 0;
196
+ }
197
+ .admin-layout__nav .sylius-admin-menu > .item > .header {
198
+ margin-bottom: 1em;
199
+ padding-left: 1.5em;
200
+ color: rgba(255, 255, 255, 0.9);
201
+ font-weight: 700;
202
+ }
203
+ .admin-layout__nav .sylius-admin-menu > .item > .menu > .item {
204
+ display: block;
205
+ margin-right: 5px;
206
+ padding: 0.4em 1.3em;
207
+ color: rgba(255, 255, 255, 0.5);
208
+ }
209
+ .admin-layout__nav .sylius-admin-menu > .item > .menu > .item.active {
210
+ color: #fff;
211
+ }
212
+ .admin-layout__nav .sylius-admin-menu > .item > .menu > .item:hover {
213
+ color: rgba(255, 255, 255, 0.9);
214
+ }
214
215
 
215
216
  .sylius-tree.hidden {
216
- display: none; }
217
-
217
+ display: none;
218
+ }
218
219
  .sylius-tree ul {
219
220
  margin: 0;
220
- padding: 0; }
221
- .sylius-tree ul ul {
222
- position: relative;
223
- padding: 0 0 0 15px; }
224
- .sylius-tree ul ul::before {
225
- content: '';
226
- position: absolute;
227
- left: 8px;
228
- bottom: 5px;
229
- width: 1px;
230
- height: 100%;
231
- background: #eee;
232
- display: none; }
233
- .sylius-tree ul li {
234
- list-style-type: none; }
235
- .sylius-tree ul .angle.left {
236
- transform: rotate(-45deg) translate(-3px);
237
- color: #ddd; }
238
- .sylius-tree ul .sylius-tree__item {
239
- display: flex;
240
- margin: 3px 0;
241
- border-radius: 3px;
242
- padding: 0;
243
- transition: all .1s; }
244
- .sylius-tree ul .sylius-tree__item .sylius-tree__icon {
245
- flex-shrink: 0;
246
- padding-top: 3px;
247
- cursor: pointer; }
248
- .sylius-tree ul .sylius-tree__item .sylius-tree__title {
249
- flex-grow: 1;
250
- padding: 4px 10px 4px 0; }
251
- .sylius-tree ul .sylius-tree__item .sylius-tree__title a:hover {
252
- text-decoration: underline; }
253
- .sylius-tree ul .sylius-tree__item .sylius-tree__action {
254
- white-space: nowrap; }
255
- .sylius-tree ul .sylius-tree__item .sylius-tree__action .sylius-tree__action__trigger {
256
- box-shadow: none; }
257
- .sylius-tree ul .sylius-tree__item .sylius-tree__action .sylius-tree__action__trigger:hover, .sylius-tree ul .sylius-tree__item .sylius-tree__action .sylius-tree__action__trigger:focus {
258
- background: none !important; }
259
- .sylius-tree ul .sylius-tree__item:hover {
260
- background: #f4f4f4; }
261
-
221
+ padding: 0;
222
+ }
223
+ .sylius-tree ul ul {
224
+ position: relative;
225
+ padding: 0 0 0 15px;
226
+ }
227
+ .sylius-tree ul ul::before {
228
+ content: "";
229
+ position: absolute;
230
+ left: 8px;
231
+ bottom: 5px;
232
+ width: 1px;
233
+ height: 100%;
234
+ background: #eee;
235
+ display: none;
236
+ }
237
+ .sylius-tree ul li {
238
+ list-style-type: none;
239
+ }
240
+ .sylius-tree ul .angle.left {
241
+ transform: rotate(-45deg) translate(-3px);
242
+ color: #ddd;
243
+ }
244
+ .sylius-tree ul .sylius-tree__item {
245
+ display: flex;
246
+ margin: 3px 0;
247
+ border-radius: 3px;
248
+ padding: 0;
249
+ transition: all 0.1s;
250
+ }
251
+ .sylius-tree ul .sylius-tree__item .sylius-tree__icon {
252
+ flex-shrink: 0;
253
+ padding-top: 3px;
254
+ cursor: pointer;
255
+ }
256
+ .sylius-tree ul .sylius-tree__item .sylius-tree__title {
257
+ flex-grow: 1;
258
+ padding: 4px 10px 4px 0;
259
+ }
260
+ .sylius-tree ul .sylius-tree__item .sylius-tree__title a:hover {
261
+ text-decoration: underline;
262
+ }
263
+ .sylius-tree ul .sylius-tree__item .sylius-tree__action {
264
+ white-space: nowrap;
265
+ }
266
+ .sylius-tree ul .sylius-tree__item .sylius-tree__action .sylius-tree__action__trigger {
267
+ box-shadow: none;
268
+ }
269
+ .sylius-tree ul .sylius-tree__item .sylius-tree__action .sylius-tree__action__trigger:hover, .sylius-tree ul .sylius-tree__item .sylius-tree__action .sylius-tree__action__trigger:focus {
270
+ background: none !important;
271
+ }
272
+ .sylius-tree ul .sylius-tree__item:hover {
273
+ background: #f4f4f4;
274
+ }
262
275
  .sylius-tree .hide ul {
263
- display: none; }
264
-
276
+ display: none;
277
+ }
265
278
  .sylius-tree .hide .sylius-tree__icon > i::before {
266
- content: "\f0da" !important; }
267
-
279
+ content: "\f0da" !important;
280
+ }
268
281
  .sylius-tree .sylius-tree__toggle-all {
269
282
  display: inline-block;
270
283
  color: #999;
271
284
  padding: 3px 0;
272
- margin: 4px 0; }
273
-
285
+ margin: 4px 0;
286
+ }
274
287
  .sylius-tree .ui.hidden.divider.small {
275
- margin: 0.5rem 0; }
288
+ margin: 0.5rem 0;
289
+ }
276
290
 
277
291
  .ui.inverted.menu {
278
- background: #1d212b; }
292
+ background: #1d212b;
293
+ }
279
294
 
280
295
  body.pushable .pusher {
281
- background: #f9f9f9; }
296
+ background: #f9f9f9;
297
+ }
282
298
 
283
299
  #wrapper.full.height {
284
- padding: 64px 12px 0 12px; }
300
+ padding: 64px 12px 0 12px;
301
+ }
285
302
 
286
303
  a {
287
- color: #1abb9c; }
288
- a:hover {
289
- color: #1abb9c; }
304
+ color: #1abb9c;
305
+ }
306
+ a:hover {
307
+ color: #1abb9c;
308
+ }
290
309
 
291
310
  .ui.button {
292
- font-weight: 400; }
311
+ font-weight: 400;
312
+ }
293
313
 
294
314
  .ui.primary.button {
295
- background-color: #1abb9c; }
296
- .ui.primary.button:hover, .ui.primary.button:focus {
297
- background-color: #279c7f; }
315
+ background-color: #1abb9c;
316
+ }
317
+ .ui.primary.button:hover, .ui.primary.button:focus {
318
+ background-color: #279c7f;
319
+ }
298
320
 
299
321
  .ui.labeled.icon.button {
300
- padding-left: 2.8em !important; }
322
+ padding-left: 2.8em !important;
323
+ }
301
324
 
302
325
  .ui.labeled.icon.button > .icon,
303
326
  .ui.labeled.icon.buttons > .button > .icon {
304
327
  width: 2.8em !important;
305
328
  background: none !important;
306
- padding-left: .2em; }
329
+ padding-left: 0.2em;
330
+ }
307
331
 
308
332
  .ui.form .field > label {
309
- margin: 0 0 .5rem 0;
333
+ margin: 0 0 0.5rem 0;
310
334
  color: rgba(0, 0, 0, 0.8);
311
- font-weight: 400; }
335
+ font-weight: 400;
336
+ }
312
337
 
313
338
  .ui.form .field > input:focus,
314
339
  .ui.form .field > textarea:focus {
315
- border-color: rgba(26, 187, 156, 0.4); }
340
+ border-color: rgba(26, 187, 156, 0.4);
341
+ }
316
342
 
343
+ .admin-layout__nav > .item:first-child,
317
344
  #sidebar.ui.sidebar.vertical.menu > .item:first-child {
318
- margin-bottom: 10px; }
319
-
345
+ margin-bottom: 10px;
346
+ }
347
+ .admin-layout__nav > .item:not(:first-child),
320
348
  #sidebar.ui.sidebar.vertical.menu > .item:not(:first-child) {
321
- margin-right: 10px; }
322
-
349
+ margin-right: 10px;
350
+ }
351
+ .admin-layout__nav .item > .header,
323
352
  #sidebar.ui.sidebar.vertical.menu .item > .header {
324
353
  text-transform: uppercase;
325
354
  font-size: 11px;
326
- margin-bottom: 16px; }
327
-
355
+ margin-bottom: 16px;
356
+ }
357
+ .admin-layout__nav .item > i.icon,
328
358
  #sidebar.ui.sidebar.vertical.menu .item > i.icon {
329
359
  float: none !important;
330
360
  margin: 2px 10px 2px 0 !important;
331
- opacity: .5; }
332
-
361
+ opacity: 0.5;
362
+ }
363
+ .admin-layout__nav .item::before,
333
364
  #sidebar.ui.sidebar.vertical.menu .item::before {
334
- display: none; }
335
-
365
+ display: none;
366
+ }
367
+ .admin-layout__nav .item.active,
336
368
  #sidebar.ui.sidebar.vertical.menu .item.active {
337
369
  font-weight: inherit !important;
338
370
  background: #1abb9c !important;
339
- border-radius: 0 99px 99px 0 !important; }
371
+ border-radius: 0 99px 99px 0 !important;
372
+ }
340
373
 
341
374
  .ui.header .content {
342
- padding-left: 1.3rem !important; }
343
-
375
+ padding-left: 1.3rem !important;
376
+ }
344
377
  .ui.header .content .sub.header {
345
378
  font-size: 1rem;
346
379
  color: #9a9a9a;
347
- padding-top: 3px; }
348
-
380
+ padding-top: 3px;
381
+ }
349
382
  .ui.header .circular.icon {
350
383
  width: 2.5em !important;
351
384
  height: 2.5em !important;
352
385
  font-size: 1em;
353
386
  color: #1abb9c;
354
387
  background: rgba(26, 187, 156, 0.1);
355
- box-shadow: none; }
388
+ box-shadow: none;
389
+ }
356
390
 
357
391
  .ui.action.header {
358
392
  display: flex;
359
393
  justify-content: space-between;
360
394
  align-items: center;
361
- flex-wrap: wrap; }
395
+ flex-wrap: wrap;
396
+ }
362
397
 
363
398
  .ui.breadcrumb .active {
364
399
  color: #9a9a9a;
365
- font-weight: 400 !important; }
366
-
400
+ font-weight: 400 !important;
401
+ }
367
402
  .ui.breadcrumb a {
368
- color: #9a9a9a; }
369
- .ui.breadcrumb a:hover {
370
- color: #1abb9c; }
371
-
403
+ color: #9a9a9a;
404
+ }
405
+ .ui.breadcrumb a:hover {
406
+ color: #1abb9c;
407
+ }
372
408
  .ui.breadcrumb .divider {
373
- opacity: .4; }
409
+ opacity: 0.4;
410
+ }
374
411
 
375
412
  .ui.segment,
376
413
  .ui.attached.segment {
377
414
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.03);
378
415
  border: 1px solid rgba(34, 36, 38, 0.1);
379
416
  padding: 1.8em;
380
- width: 100%; }
417
+ width: 100%;
418
+ }
381
419
 
382
420
  .ui.attached.segment {
383
421
  margin-left: 0;
384
- margin-right: 0; }
422
+ margin-right: 0;
423
+ }
385
424
 
386
425
  .ui.attached.header {
387
426
  padding: 1.2em 1.8em;
@@ -389,68 +428,94 @@ a {
389
428
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.03);
390
429
  border: 1px solid rgba(34, 36, 38, 0.1);
391
430
  border-bottom: 1px solid #eaeaea;
392
- font-size: inherit; }
431
+ font-size: inherit;
432
+ }
393
433
 
394
434
  .segment.spaceless {
395
- padding: 0 !important; }
435
+ padding: 0 !important;
436
+ }
396
437
 
397
438
  .ui.styled.accordion {
398
439
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.03);
399
- border: 1px solid rgba(34, 36, 38, 0.1); }
400
- .ui.styled.accordion .title {
401
- padding: 1.2em 1.8em;
402
- border-top: none; }
403
- .ui.styled.accordion .content {
404
- padding: 1.8em;
405
- border-top: 1px solid #eaeaea; }
440
+ border: 1px solid rgba(34, 36, 38, 0.1);
441
+ }
442
+ .ui.styled.accordion .title {
443
+ padding: 1.2em 1.8em;
444
+ border-top: none;
445
+ }
446
+ .ui.styled.accordion .content {
447
+ padding: 1.8em;
448
+ border-top: 1px solid #eaeaea;
449
+ }
406
450
 
407
451
  .ui.menu {
408
452
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.03);
409
- border: 1px solid rgba(34, 36, 38, 0.1); }
453
+ border: 1px solid rgba(34, 36, 38, 0.1);
454
+ }
410
455
 
411
456
  .sylius-grid-table-wrapper .ui.sortable.table thead th {
412
457
  padding-top: 20px;
413
- padding-bottom: 20px; }
414
- .sylius-grid-table-wrapper .ui.sortable.table thead th.sorted {
415
- background: inherit;
416
- color: #1abb9c; }
458
+ padding-bottom: 20px;
459
+ }
460
+ .sylius-grid-table-wrapper .ui.sortable.table thead th.sorted {
461
+ background: inherit;
462
+ color: #1abb9c;
463
+ }
464
+
465
+ .sylius-grid-image {
466
+ max-height: 50px;
467
+ max-width: 50px;
468
+ }
417
469
 
418
470
  .ui.toggle.checkbox input:checked ~ .box:before, .ui.toggle.checkbox input:checked ~ label:before,
419
471
  .ui.toggle.checkbox input:focus:checked ~ .box:before, .ui.toggle.checkbox input:focus:checked ~ label:before {
420
- background-color: #1abb9c !important; }
472
+ background-color: #1abb9c !important;
473
+ }
421
474
 
422
475
  .ui.top.attached.tabular.menu {
423
- flex-wrap: wrap; }
476
+ flex-wrap: wrap;
477
+ }
424
478
 
425
479
  .stats .stats-grid {
426
480
  display: flex;
427
- flex-wrap: nowrap; }
428
- @media (max-width: 1000px) {
429
- .stats .stats-grid {
430
- flex-wrap: wrap; } }
431
-
481
+ flex-wrap: nowrap;
482
+ }
483
+ @media (max-width: 1000px) {
484
+ .stats .stats-grid {
485
+ flex-wrap: wrap;
486
+ }
487
+ }
432
488
  .stats .stats-column {
433
489
  flex-grow: 1;
434
490
  flex-shrink: 0;
435
491
  width: 25%;
436
492
  padding: 20px;
437
493
  text-align: center;
438
- box-shadow: 0 -1px 0 0 #ebebeb, 1px 0 0 0 #ebebeb; }
439
- @media (max-width: 1000px) {
440
- .stats .stats-column {
441
- width: 50%; } }
442
- @media (max-width: 600px) {
443
- .stats .stats-column {
444
- width: 100%; } }
445
-
494
+ box-shadow: 0 -1px 0 0 #ebebeb, 1px 0 0 0 #ebebeb;
495
+ }
496
+ @media (max-width: 1000px) {
497
+ .stats .stats-column {
498
+ width: 50%;
499
+ }
500
+ }
501
+ @media (max-width: 600px) {
502
+ .stats .stats-column {
503
+ width: 100%;
504
+ }
505
+ }
446
506
  .stats .stats-graph {
447
- height: 400px; }
448
-
507
+ height: 400px;
508
+ }
449
509
  .stats .stats-loader {
450
- background: rgba(249, 249, 249, 0.7) !important; }
451
-
510
+ background: rgba(249, 249, 249, 0.7) !important;
511
+ }
452
512
  .stats .ui.basic.active.button {
453
- color: #1abb9c !important; }
513
+ color: #1abb9c !important;
514
+ }
515
+
516
+ div[id^=sylius_catalog_promotion_actions] {
517
+ margin-bottom: 10px;
518
+ }
454
519
 
455
520
  .navigation {
456
521
  position: absolute;
@@ -467,51 +532,339 @@ a {
467
532
  background-color: transparent;
468
533
  text-align: center;
469
534
  align-items: center;
470
- cursor: pointer; }
471
- .navigation:hover {
472
- color: black; }
473
- .navigation i {
474
- pointer-events: none; }
475
- .navigation:focus {
476
- outline: 0; }
535
+ cursor: pointer;
536
+ }
537
+ .navigation:hover {
538
+ color: black;
539
+ }
540
+ .navigation i {
541
+ pointer-events: none;
542
+ }
543
+ .navigation:focus {
544
+ outline: 0;
545
+ }
477
546
 
478
547
  .navigation-prev {
479
- left: 0; }
548
+ left: 0;
549
+ }
480
550
 
481
551
  .navigation-next {
482
- right: 0; }
483
-
552
+ right: 0;
553
+ }
554
+
555
+ @media (min-width: 1000px) {
556
+ .sticky-container {
557
+ align-items: flex-start !important;
558
+ }
559
+ .sticky-column {
560
+ position: sticky !important;
561
+ top: 60px;
562
+ }
563
+ }
484
564
  .tax-disabled {
485
- color: #a0a0a0; }
565
+ color: #a0a0a0;
566
+ }
486
567
 
487
568
  .order-summary-table .sylius-table-column-tax,
488
569
  .order-summary-table .sylius-table-column-total {
489
- width: 90px; }
570
+ width: 90px;
571
+ }
490
572
 
491
573
  .text.gray {
492
- color: #999; }
574
+ color: #999;
575
+ }
493
576
 
494
577
  .ui.buttons form .button {
495
- border-radius: 0 !important; }
578
+ border-radius: 0 !important;
579
+ }
496
580
 
497
581
  .ui.buttons form:first-child .button {
498
- border-top-left-radius: .28571429rem !important;
499
- border-bottom-left-radius: .28571429rem !important; }
582
+ border-top-left-radius: 0.28571429rem !important;
583
+ border-bottom-left-radius: 0.28571429rem !important;
584
+ }
500
585
 
501
586
  .ui.buttons form:last-child .button {
502
- border-top-right-radius: .28571429rem !important;
503
- border-bottom-right-radius: .28571429rem !important; }
587
+ border-top-right-radius: 0.28571429rem !important;
588
+ border-bottom-right-radius: 0.28571429rem !important;
589
+ }
504
590
 
505
591
  .channel {
506
592
  display: inline-flex;
507
593
  align-items: baseline;
508
- flex-wrap: nowrap; }
509
- .channel .channel__item {
510
- white-space: nowrap; }
511
- .channel .channel__item.label {
512
- transform: translateY(1px); }
513
- .channel .channel__item:not(:last-child) {
514
- margin-right: 8px; }
594
+ flex-wrap: nowrap;
595
+ }
596
+ .channel .channel__item {
597
+ white-space: nowrap;
598
+ }
599
+ .channel .channel__item.label {
600
+ transform: translateY(1px);
601
+ }
602
+ .channel .channel__item:not(:last-child) {
603
+ margin-right: 8px;
604
+ }
515
605
 
516
606
  .promotion-disabled {
517
- color: #a0a0a0; }
607
+ color: #a0a0a0;
608
+ }
609
+
610
+ .sylius-filters {
611
+ display: flex;
612
+ flex-wrap: wrap;
613
+ margin-left: -10px;
614
+ margin-right: -10px;
615
+ }
616
+ .sylius-filters__field {
617
+ flex-grow: 1;
618
+ min-width: 360px;
619
+ margin-left: 10px;
620
+ margin-right: 10px;
621
+ }
622
+ .sylius-filters .sylius-filters__group {
623
+ display: flex;
624
+ flex-wrap: wrap;
625
+ align-items: flex-start;
626
+ }
627
+ .sylius-filters .sylius-filters__group > .field {
628
+ flex-grow: 1;
629
+ }
630
+ .sylius-filters .sylius-filters__group > input {
631
+ flex-grow: 1;
632
+ width: auto !important;
633
+ }
634
+ .sylius-filters .sylius-filters__group > .disabled.field {
635
+ flex-grow: 0;
636
+ }
637
+ .sylius-filters .sylius-filters__group > .disabled.field input {
638
+ width: 40px !important;
639
+ background: #eeeeee;
640
+ text-align: center;
641
+ }
642
+ .sylius-filters .field {
643
+ margin-bottom: 22px !important;
644
+ }
645
+ .sylius-filters .field label {
646
+ font-weight: 700 !important;
647
+ }
648
+
649
+ .sylius-filters select {
650
+ -webkit-appearance: none;
651
+ -moz-appearance: none;
652
+ appearance: none;
653
+ background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23444444'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat !important;
654
+ background-size: 8px 12px !important;
655
+ background-position: calc(100% - 10px) calc(50% + 3px) !important;
656
+ }
657
+ .sylius-filters .sylius-filters__group input, .sylius-filters .sylius-filters__group select {
658
+ border-radius: 0 !important;
659
+ border-right-width: 0 !important;
660
+ }
661
+ .sylius-filters .sylius-filters__group .field:last-child input:last-child,
662
+ .sylius-filters .sylius-filters__group .field:last-child select:last-child {
663
+ border-right-width: 1px !important;
664
+ border-radius: 0 0.28571429rem 0.28571429rem 0 !important;
665
+ }
666
+ .sylius-filters .sylius-filters__group .field:first-child input:first-of-type,
667
+ .sylius-filters .sylius-filters__group .field:first-child select:first-of-type {
668
+ border-radius: 0.28571429rem 0 0 0.28571429rem !important;
669
+ }
670
+
671
+ .overflow-x-auto {
672
+ overflow-x: auto;
673
+ }
674
+
675
+ #wrapper {
676
+ padding: 54px 0 0 0;
677
+ }
678
+
679
+ #content {
680
+ padding: 1em;
681
+ }
682
+
683
+ #sidebar {
684
+ font-size: 1.1em;
685
+ padding-bottom: 30px;
686
+ }
687
+
688
+ #logo {
689
+ margin-bottom: 1em;
690
+ }
691
+
692
+ body.pushable .pusher {
693
+ background-color: #f9fAfb;
694
+ }
695
+
696
+ .ui.visible.left.sidebar ~ .fixed.menu,
697
+ .ui.visible.left.sidebar ~ .pusher {
698
+ padding-right: 260px;
699
+ }
700
+
701
+ body.centered {
702
+ background-color: #f9fAfb;
703
+ }
704
+ body.centered .grid {
705
+ height: 100%;
706
+ }
707
+ body.centered .column {
708
+ padding: 1em;
709
+ max-width: 450px;
710
+ }
711
+
712
+ select.ui.dropdown[multiple=multiple] {
713
+ height: 100px;
714
+ }
715
+
716
+ .ui.segments {
717
+ border: 0;
718
+ }
719
+ .ui.segments .ui.segment {
720
+ border: 1px solid rgba(34, 36, 38, 0.15) !important;
721
+ }
722
+
723
+ .ui.breadcrumb {
724
+ margin-top: 1em;
725
+ margin-left: 1em;
726
+ margin-bottom: 1em;
727
+ }
728
+
729
+ th a {
730
+ color: rgba(0, 0, 0, 0.87);
731
+ }
732
+ th a:hover {
733
+ color: rgba(0, 0, 0, 0.87);
734
+ }
735
+ th a:visited {
736
+ color: rgba(0, 0, 0, 0.87);
737
+ }
738
+
739
+ .ui.compact.segment .inline.fields {
740
+ margin: 0;
741
+ }
742
+
743
+ .ui.hidden.element {
744
+ display: none;
745
+ }
746
+
747
+ .ui.monster.header {
748
+ font-size: 3em;
749
+ }
750
+
751
+ .ui.styled.header {
752
+ text-transform: uppercase;
753
+ letter-spacing: 1px;
754
+ background-color: #f9fAfb;
755
+ font-size: 0.9em;
756
+ padding-bottom: 7px;
757
+ }
758
+
759
+ .ui.input input[readonly] {
760
+ color: #aaa;
761
+ }
762
+
763
+ .field.loading.transition {
764
+ top: auto;
765
+ left: auto;
766
+ }
767
+
768
+ .ui.floated.dividing.empty {
769
+ top: 100%;
770
+ bottom: auto;
771
+ padding: 0;
772
+ margin: 0;
773
+ }
774
+
775
+ .ui.left.floated.dividing.empty ~ .ui.dropdown > .menu {
776
+ right: auto;
777
+ left: 0;
778
+ }
779
+
780
+ .ui.right.floated.dividing.empty ~ .ui.dropdown > .menu {
781
+ right: 0;
782
+ left: auto;
783
+ }
784
+
785
+ .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__bulk,
786
+ .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__pagination,
787
+ .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__perpage {
788
+ padding-bottom: 1rem;
789
+ }
790
+ .sylius-grid-wrapper .sylius-grid-nav__bulk .ui.red.labeled.icon.button:disabled {
791
+ background: #b9babb !important;
792
+ }
793
+ .sylius-grid-wrapper .sylius-grid-table-wrapper {
794
+ overflow-x: auto;
795
+ margin-bottom: 1rem;
796
+ }
797
+ .sylius-grid-wrapper .sylius-grid-table-wrapper .ui.buttons, .sylius-grid-wrapper .sylius-grid-table-wrapper .ui.label {
798
+ white-space: nowrap;
799
+ }
800
+
801
+ @media only screen and (min-width: 768px) {
802
+ .sylius-grid-wrapper .sylius-grid-nav {
803
+ display: flex;
804
+ flex-wrap: wrap;
805
+ margin-left: -1rem;
806
+ margin-right: -1rem;
807
+ }
808
+ .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__bulk,
809
+ .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__pagination,
810
+ .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__perpage {
811
+ padding-left: 1rem;
812
+ padding-right: 1rem;
813
+ }
814
+ .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__bulk {
815
+ display: flex;
816
+ }
817
+ .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__bulk .button {
818
+ padding-top: 0.99em !important;
819
+ padding-bottom: 0.99em !important;
820
+ }
821
+ .sylius-grid-wrapper .sylius-grid-nav .sylius-grid-nav__pagination {
822
+ flex-grow: 1;
823
+ }
824
+ .sylius-grid-wrapper .pagination {
825
+ flex-wrap: wrap;
826
+ }
827
+ }
828
+ #wrapper.full.height {
829
+ position: relative;
830
+ padding-bottom: 80px !important;
831
+ min-height: 100vh;
832
+ }
833
+ #wrapper.full.height::after {
834
+ content: "";
835
+ display: block;
836
+ position: absolute;
837
+ bottom: 60px;
838
+ right: 30px;
839
+ width: calc(100% - 60px);
840
+ height: 1px;
841
+ background: #ebebeb;
842
+ }
843
+ #wrapper.full.height .sylius-footer {
844
+ position: absolute;
845
+ bottom: 20px;
846
+ right: 40px;
847
+ font-size: 13px;
848
+ color: #9a9a9a;
849
+ }
850
+
851
+ input[type=color] {
852
+ -webkit-appearance: none;
853
+ border: 1px solid rgba(34, 36, 38, 0.15);
854
+ width: 38px;
855
+ height: 38px;
856
+ padding: 3px;
857
+ border-radius: 99px;
858
+ }
859
+
860
+ input[type=color]::-webkit-color-swatch,
861
+ input[type=color]::-webkit-color-swatch-wrapper {
862
+ border-radius: 99px;
863
+ border: 0;
864
+ padding: 3px;
865
+ }
866
+
867
+ input[type=color]::-moz-color-swatch {
868
+ border-radius: 99px;
869
+ border: 0;
870
+ }