@iit/precision-ui 0.8.28 → 0.8.30
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/dist/styles.css +3 -63
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2080,56 +2080,16 @@ body{
|
|
|
2080
2080
|
}
|
|
2081
2081
|
.typo_variant_caption {
|
|
2082
2082
|
font-family: "TT Commons";
|
|
2083
|
-
font-size:
|
|
2083
|
+
font-size: clamp(12px, 12px + 1.5vw, 16px);
|
|
2084
2084
|
line-height: 1.2;
|
|
2085
2085
|
letter-spacing: normal;
|
|
2086
2086
|
}
|
|
2087
|
-
@media (min-width: 360px) {
|
|
2088
|
-
.typo_variant_caption {
|
|
2089
|
-
font-size: 9.6px;
|
|
2090
|
-
}
|
|
2091
|
-
}
|
|
2092
|
-
@media (min-width: 768px) {
|
|
2093
|
-
.typo_variant_caption {
|
|
2094
|
-
font-size: 12.8px;
|
|
2095
|
-
}
|
|
2096
|
-
}
|
|
2097
|
-
@media (min-width: 1024px) {
|
|
2098
|
-
.typo_variant_caption {
|
|
2099
|
-
font-size: 14.4px;
|
|
2100
|
-
}
|
|
2101
|
-
}
|
|
2102
|
-
@media (min-width: 1440px) {
|
|
2103
|
-
.typo_variant_caption {
|
|
2104
|
-
font-size: 16px;
|
|
2105
|
-
}
|
|
2106
|
-
}
|
|
2107
2087
|
.typo_variant_button, .typo_variant_link {
|
|
2108
2088
|
font-family: "TT Commons";
|
|
2109
|
-
font-size:
|
|
2089
|
+
font-size: clamp(15px, 15px + 1.5vw, 18px);
|
|
2110
2090
|
line-height: 1;
|
|
2111
2091
|
letter-spacing: normal;
|
|
2112
2092
|
}
|
|
2113
|
-
@media (min-width: 360px) {
|
|
2114
|
-
.typo_variant_button, .typo_variant_link {
|
|
2115
|
-
font-size: 10.8px;
|
|
2116
|
-
}
|
|
2117
|
-
}
|
|
2118
|
-
@media (min-width: 768px) {
|
|
2119
|
-
.typo_variant_button, .typo_variant_link {
|
|
2120
|
-
font-size: 14.4px;
|
|
2121
|
-
}
|
|
2122
|
-
}
|
|
2123
|
-
@media (min-width: 1024px) {
|
|
2124
|
-
.typo_variant_button, .typo_variant_link {
|
|
2125
|
-
font-size: 16.2px;
|
|
2126
|
-
}
|
|
2127
|
-
}
|
|
2128
|
-
@media (min-width: 1440px) {
|
|
2129
|
-
.typo_variant_button, .typo_variant_link {
|
|
2130
|
-
font-size: 18px;
|
|
2131
|
-
}
|
|
2132
|
-
}
|
|
2133
2093
|
.content b,
|
|
2134
2094
|
.content strong {
|
|
2135
2095
|
font-weight: 500;
|
|
@@ -2283,29 +2243,9 @@ ol li:last-child {
|
|
|
2283
2243
|
font-weight: 600;
|
|
2284
2244
|
}
|
|
2285
2245
|
html {
|
|
2286
|
-
font-size:
|
|
2246
|
+
font-size: 16px;
|
|
2287
2247
|
/* FIXME: it was 20, explore and fix if needed */
|
|
2288
2248
|
}
|
|
2289
|
-
@media (min-width: 360px) {
|
|
2290
|
-
html {
|
|
2291
|
-
font-size: 9.6px;
|
|
2292
|
-
}
|
|
2293
|
-
}
|
|
2294
|
-
@media (min-width: 768px) {
|
|
2295
|
-
html {
|
|
2296
|
-
font-size: 12.8px;
|
|
2297
|
-
}
|
|
2298
|
-
}
|
|
2299
|
-
@media (min-width: 1024px) {
|
|
2300
|
-
html {
|
|
2301
|
-
font-size: 14.4px;
|
|
2302
|
-
}
|
|
2303
|
-
}
|
|
2304
|
-
@media (min-width: 1440px) {
|
|
2305
|
-
html {
|
|
2306
|
-
font-size: 16px;
|
|
2307
|
-
}
|
|
2308
|
-
}
|
|
2309
2249
|
body {
|
|
2310
2250
|
font-family: "TT Commons", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
|
2311
2251
|
/* font-feature-settings: "rlig" 1, "calt" 1; */
|