subs picker styles updated

This commit is contained in:
NikolaBorislavovHristov 2019-01-02 10:35:34 +02:00
parent 814a999ce3
commit 69a35a8359

View file

@ -24,7 +24,7 @@
align-items: center;
justify-content: center;
font-weight: 500;
line-height: 1;
text-transform: uppercase;
color: var(--color-surfacelight);
&:first-of-type {
@ -114,15 +114,17 @@
.preferences-label {
height: var(--subtitles-picker-button-size);
color: var(--color-surfacelight);
display: flex;
align-items: center;
margin-bottom: calc(var(--subtitles-picker-button-size) * 0.3);
font-weight: 500;
font-size: 90%;
color: var(--color-surfacelight);
}
.variants-container {
align-self: stretch;
height: calc(var(--subtitles-picker-button-size) * 2);
height: calc(var(--subtitles-picker-button-size) * 2.4);
display: flex;
flex-direction: row;
align-content: flex-start;