@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 +1 -1
- package/react/banner/banner.scss +8 -3
package/package.json
CHANGED
package/react/banner/banner.scss
CHANGED
|
@@ -92,11 +92,16 @@
|
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
&__icon {
|
|
95
|
-
margin-right: spacing.$
|
|
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.$
|
|
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.$
|
|
120
|
+
margin-top: spacing.$s;
|
|
116
121
|
}
|
|
117
122
|
|
|
118
123
|
&__secondary {
|