We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a974dc commit deee7faCopy full SHA for deee7fa
src/components/info-tile/info-tile.scss
@@ -289,17 +289,11 @@ $l: 62.5rem; //1000px
289
var(--info-tile-background-color, rgb(var(--contrast-100)));
290
}
291
292
- .value {
293
- --value-min-size: 0.7rem;
294
- --value-preferred-size: 12cqw;
295
- --value-max-size: 1rem;
296
- }
297
-
298
.prefix,
299
.suffix {
300
- --suffix-prefix-min-size: 0.6rem;
+ --suffix-prefix-min-size: 0.625rem;
301
--suffix-prefix-preferred-size: 6cqw;
302
- --suffix-prefix-max-size: 0.875rem;
+ --suffix-prefix-max-size: 0.75rem;
303
304
305
0 commit comments