@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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.28",
2
+ "version": "0.1.29",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -71,7 +71,7 @@
71
71
  flex-flow: column nowrap;
72
72
  justify-content: flex-end;
73
73
 
74
- padding: 15px 15px 12px;
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
- top: 0;
122
- right: 0;
121
+ right: 1px;
123
122
  bottom: 0;
124
- left: 0;
123
+ left: 1px;
125
124
 
126
125
  content: '';
127
126
 
128
- border-radius: 8px 8px 0 0;
129
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
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 {