mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-18 21:57:46 +00:00
Intro styles adapted to the latest changes in common
This commit is contained in:
parent
8addb64607
commit
f7d87e7bf1
1 changed files with 4 additions and 6 deletions
|
|
@ -26,7 +26,6 @@
|
|||
justify-content: center;
|
||||
width: 100%;
|
||||
padding: 0 1rem;
|
||||
cursor: pointer;
|
||||
|
||||
.icon {
|
||||
flex: none;
|
||||
|
|
@ -107,7 +106,6 @@
|
|||
flex-shrink: 1;
|
||||
padding: 0.5rem 0.3rem;
|
||||
color: var(--color-surfacelight);
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
|
|
@ -136,13 +134,13 @@
|
|||
margin: 1rem 0;
|
||||
background-color: var(--color-primarydark);
|
||||
|
||||
.label {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--color-primary);
|
||||
}
|
||||
|
||||
.label {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.guest-login-button {
|
||||
|
|
|
|||
Loading…
Reference in a new issue