@magicgol/polyjuice 0.40.2 → 0.40.4
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
|
@@ -172,12 +172,11 @@ export default {
|
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
&-ribbon {
|
|
175
|
-
height: 24px;
|
|
176
175
|
right: 0;
|
|
177
|
-
margin-right: -
|
|
178
|
-
margin-top: -
|
|
176
|
+
margin-right: -10%;
|
|
177
|
+
margin-top: -10%;
|
|
179
178
|
top: 0;
|
|
180
|
-
width:
|
|
179
|
+
width: 40%;
|
|
181
180
|
|
|
182
181
|
svg {
|
|
183
182
|
fill: #075169;
|