wip
This commit is contained in:
parent
c2f945ab3c
commit
b819d59674
3 changed files with 10 additions and 3 deletions
|
@ -1892,5 +1892,8 @@
|
||||||
"Fromage": "Fromage",
|
"Fromage": "Fromage",
|
||||||
"Latest": "Latest",
|
"Latest": "Latest",
|
||||||
"Tá Rolando": "Tá Rolando",
|
"Tá Rolando": "Tá Rolando",
|
||||||
|
"Watch content and earn more Credits for each level unlocked! 10 views required for level 1 (Current Score: 0). Only up to 10 views per day count.": "Watch content and earn more Credits for each level unlocked! 10 views required for level 1 (Current Score: 0). Only up to 10 views per day count.",
|
||||||
|
"Follow your favorite creators and earn more Credits for each level unlocked! Follow 1 creators for level 1 (Current Score: 0).": "Follow your favorite creators and earn more Credits for each level unlocked! Follow 1 creators for level 1 (Current Score: 0).",
|
||||||
|
"Video/Audio": "Video/Audio",
|
||||||
"--end--": "--end--"
|
"--end--": "--end--"
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,11 +65,11 @@
|
||||||
// color: var(--color-button-secondary-text);
|
// color: var(--color-button-secondary-text);
|
||||||
|
|
||||||
.button__label {
|
.button__label {
|
||||||
color: var(--color-button-primary-text);
|
color: var(--color-button-secondary-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
stroke: var(--color-button-primary-text);
|
stroke: var(--color-button-secondary-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
@ -140,7 +140,11 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-left: var(--spacing-m);
|
margin-left: var(--spacing-m);
|
||||||
margin-right: var(--spacing-m);
|
margin-right: var(--spacing-m);
|
||||||
|
// move to lbry theme?
|
||||||
|
.lbry-icon {
|
||||||
|
height: var(--height-button);
|
||||||
|
width: var(--height-button);
|
||||||
|
}
|
||||||
@media (max-width: $breakpoint-small) {
|
@media (max-width: $breakpoint-small) {
|
||||||
margin-right: var(--spacing-m);
|
margin-right: var(--spacing-m);
|
||||||
height: 5rem;
|
height: 5rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue