Merge branch 'feature-seasonal-notif' of https://github.com/Stremio/stremio-web into feature-seasonal-notif

This commit is contained in:
Tim 2023-12-15 16:16:41 +01:00
commit fc85517904

View file

@ -74,12 +74,13 @@
.action-button {
background-color: var(--primary-foreground-color);
border: 2px solid var(--primary-foreground-color);
padding: 0.8rem 1.5rem;
padding: 0.8rem 2rem;
border-radius: 2rem;
.button-label {
color: var(--primary-accent-color);
font-size: 1rem;
font-weight: 700;
}
&:hover {