mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
use only numeric values for font-weight
This commit is contained in:
parent
d83a10049a
commit
98202b9fa6
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: 400;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
color: var(--color-surfacelighter);
|
color: var(--color-surfacelighter);
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
.flag-label {
|
.flag-label {
|
||||||
max-height: 2.4em;
|
max-height: 2.4em;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
font-weight: bolder;
|
font-weight: 700;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: var(--color-surfacelighter);
|
color: var(--color-surfacelighter);
|
||||||
text-shadow: 1px 1px var(--color-surfacedarker60);
|
text-shadow: 1px 1px var(--color-surfacedarker60);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue