urfu-ui-kit-vanilla 2.2.1 → 2.2.3
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/src/main.css +2 -2
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -74,7 +74,7 @@ button {
|
|
|
74
74
|
}
|
|
75
75
|
@font-face {
|
|
76
76
|
font-family: 'Montserrat';
|
|
77
|
-
src: url('./fonts/
|
|
77
|
+
src: url('./fonts/Montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
|
|
78
78
|
font-weight: 200;
|
|
79
79
|
font-style: italic;
|
|
80
80
|
font-display: swap;
|
|
@@ -2454,7 +2454,7 @@ button {
|
|
|
2454
2454
|
font-weight: 600;
|
|
2455
2455
|
padding: 1px 8px 3px 8px;
|
|
2456
2456
|
border-radius: 8px;
|
|
2457
|
-
max-width:
|
|
2457
|
+
max-width: 100%;
|
|
2458
2458
|
}
|
|
2459
2459
|
.u-status-large {
|
|
2460
2460
|
font-size: 12px;
|