Fix top page support button position & color
This commit is contained in:
parent
d6d3328201
commit
e7e7d143e3
1 changed files with 12 additions and 0 deletions
|
@ -753,6 +753,18 @@ img {
|
||||||
right: var(--spacing-xxs) !important;
|
right: var(--spacing-xxs) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.claim-preview__wrapper {
|
||||||
|
.claim-tile__info {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
.claim-preview__primary-actions {
|
||||||
|
.button--alt {
|
||||||
|
color: var(--color-text);
|
||||||
|
background-color: var(--color-header-button);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.playlistPage-wrapper {
|
.playlistPage-wrapper {
|
||||||
|
|
Loading…
Reference in a new issue