@meduza/ui-kit-2 0.1.28 → 0.1.29
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/dist/ui-kit.css +1201 -1198
- package/package.json +1 -1
- package/src/RelatedRichBlock/RelatedRichBlock.module.css +8 -6
package/package.json
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
flex-flow: column nowrap;
|
|
72
72
|
justify-content: flex-end;
|
|
73
73
|
|
|
74
|
-
padding:
|
|
74
|
+
padding: 12px 15px 12px;
|
|
75
75
|
|
|
76
76
|
background-color: #f7f7f7;
|
|
77
77
|
|
|
@@ -118,15 +118,17 @@
|
|
|
118
118
|
.isRich .picture::after {
|
|
119
119
|
position: absolute;
|
|
120
120
|
z-index: 10;
|
|
121
|
-
|
|
122
|
-
right: 0;
|
|
121
|
+
right: 1px;
|
|
123
122
|
bottom: 0;
|
|
124
|
-
left:
|
|
123
|
+
left: 1px;
|
|
125
124
|
|
|
126
125
|
content: '';
|
|
127
126
|
|
|
128
|
-
border-
|
|
129
|
-
|
|
127
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
128
|
+
|
|
129
|
+
@media $mobile {
|
|
130
|
+
content: '';
|
|
131
|
+
}
|
|
130
132
|
}
|
|
131
133
|
|
|
132
134
|
.isCard {
|