@rypen-dev/shared-components 5.0.11 → 5.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scss/partials/_content.scss +35 -0
- package/scss/proposals.scss +0 -35
package/package.json
CHANGED
|
@@ -90,4 +90,39 @@
|
|
|
90
90
|
margin-top: 0;
|
|
91
91
|
margin-bottom: 0;
|
|
92
92
|
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.product-info-block {
|
|
96
|
+
display: flex;
|
|
97
|
+
align-items: center;
|
|
98
|
+
|
|
99
|
+
.image {
|
|
100
|
+
margin-right: 10px;
|
|
101
|
+
position: relative;
|
|
102
|
+
flex-shrink: 0;
|
|
103
|
+
width: 60px;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.product-info {
|
|
107
|
+
strong,
|
|
108
|
+
span,
|
|
109
|
+
small {
|
|
110
|
+
display: block;
|
|
111
|
+
line-height: 1.2;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
strong {
|
|
115
|
+
font-family: $headline-font-family;
|
|
116
|
+
font-weight: 300;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
span {
|
|
120
|
+
font-weight: 600;
|
|
121
|
+
color: $text-gray;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
small {
|
|
125
|
+
font-size: 0.8rem;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
93
128
|
}
|
package/scss/proposals.scss
CHANGED
|
@@ -412,41 +412,6 @@
|
|
|
412
412
|
}
|
|
413
413
|
}
|
|
414
414
|
|
|
415
|
-
.product-info-block {
|
|
416
|
-
display: flex;
|
|
417
|
-
align-items: center;
|
|
418
|
-
|
|
419
|
-
.image {
|
|
420
|
-
margin-right: 10px;
|
|
421
|
-
position: relative;
|
|
422
|
-
flex-shrink: 0;
|
|
423
|
-
width: 60px;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.product-info {
|
|
427
|
-
strong,
|
|
428
|
-
span,
|
|
429
|
-
small {
|
|
430
|
-
display: block;
|
|
431
|
-
line-height: 1.2;
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
strong {
|
|
435
|
-
font-family: $headline-font-family;
|
|
436
|
-
font-weight: 300;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
span {
|
|
440
|
-
font-weight: 600;
|
|
441
|
-
color: $text-gray;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
small {
|
|
445
|
-
font-size: 0.8rem;
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
|
|
450
415
|
.item-row,
|
|
451
416
|
.vertical-split,
|
|
452
417
|
.table-row {
|