mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-27 07:23:31 +00:00
update card title size/spacing
This commit is contained in:
parent
8b249a20a5
commit
b42f86d0fb
1 changed files with 3 additions and 3 deletions
|
@ -113,9 +113,9 @@
|
||||||
.card__title--small {
|
.card__title--small {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
padding-top: 20px;
|
padding-top: $spacing-vertical / 3;
|
||||||
|
|
||||||
@media only screen and (min-width: $medium-breakpoint) {
|
@media only screen and (min-width: $large-breakpoint) {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -223,7 +223,7 @@
|
||||||
&:not(.card__actions--vertical) {
|
&:not(.card__actions--vertical) {
|
||||||
.btn:nth-child(n + 2),
|
.btn:nth-child(n + 2),
|
||||||
// For buttons wrapped in a tooltip
|
// For buttons wrapped in a tooltip
|
||||||
.tooltip:nth-child(n + 2) {
|
.tooltip:nth-child(n + 2) {
|
||||||
margin-left: $spacing-vertical / 3;
|
margin-left: $spacing-vertical / 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue