@sats-group/ui-lib 87.0.0 → 87.0.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@sats-group/ui-lib",
3
- "version": "87.0.0",
3
+ "version": "87.0.1",
4
4
  "description": "SATS web user interface library",
5
5
  "author": "developer@sats.no",
6
6
  "license": "UNLICENSED",
@@ -92,11 +92,16 @@
92
92
  }
93
93
 
94
94
  &__icon {
95
- margin-right: spacing.$m;
95
+ margin-right: spacing.$xs;
96
+ margin-top: 2px;
97
+
98
+ @media(min-width: 800px) {
99
+ margin-top: spacing.$xxs;
100
+ }
96
101
  }
97
102
 
98
103
  &__title {
99
- margin-bottom: spacing.$s;
104
+ margin-bottom: spacing.$xs;
100
105
  }
101
106
 
102
107
  &__list {
@@ -112,7 +117,7 @@
112
117
  }
113
118
 
114
119
  &__link {
115
- margin-top: spacing.$m;
120
+ margin-top: spacing.$s;
116
121
  }
117
122
 
118
123
  &__secondary {