ros.grant.common 2.0.1310 → 2.0.1311

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.
@@ -39,9 +39,9 @@
39
39
  align-items: center;
40
40
  justify-content: space-between;
41
41
  border-bottom: solid 1px var(--Stroke);
42
- padding: 16px 24px;
42
+ padding: 10px 24px;
43
43
  padding-bottom: 0;
44
- height: 60px;
44
+ min-height: 60px;
45
45
  border-radius: 4px 4px 0 0;
46
46
  background: #fff;
47
47
  background-color: #fff;
@@ -75,7 +75,7 @@
75
75
  display: flex;
76
76
 
77
77
  >* {
78
- margin-bottom: 16px;
78
+ margin-bottom: 10px;
79
79
  }
80
80
  }
81
81
 
@@ -98,7 +98,7 @@
98
98
  }
99
99
 
100
100
  >* {
101
- margin-right: 10px;
101
+ margin-right: 16px;
102
102
  margin-bottom: 10px;
103
103
 
104
104
  &:last-child {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1310",
2
+ "version": "2.0.1311",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {