ros.grant.common 2.0.1150 → 2.0.1153

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.
Binary file
@@ -99,6 +99,17 @@
99
99
  }
100
100
  }
101
101
 
102
+ .btn-icon {
103
+ width: 47px;
104
+ height: 47px;
105
+
106
+ &__img {
107
+ max-width: 39px;
108
+ max-height: 39px;
109
+ stroke: rgba(58,58,58,.8);
110
+ }
111
+ }
112
+
102
113
  img {
103
114
  width: 38px;
104
115
  min-width: 38px;
@@ -288,12 +288,17 @@
288
288
  font-size: 12px;
289
289
 
290
290
  .widget__content_item {
291
- padding: 16px 0;
291
+ padding: 8px 0;
292
292
  padding-bottom: 0;
293
293
  flex-wrap: wrap;
294
294
 
295
+ &:first-child{
296
+ padding-top: 16px;
297
+ }
298
+
295
299
  &:last-child {
296
300
  border-bottom: none;
301
+ padding-bottom: 8px;
297
302
  }
298
303
  }
299
304
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1150",
2
+ "version": "2.0.1153",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "description": "Collection of static files used by RosGrant awesome team",