mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
consent checkbox styles updated
This commit is contained in:
parent
dc207c149d
commit
3f71e9eca7
1 changed files with 4 additions and 2 deletions
|
|
@ -114,8 +114,11 @@
|
|||
&:focus-within {
|
||||
border-color: var(--color-surfacelighter);
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
border-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.forgot-password {
|
||||
align-self: flex-end;
|
||||
|
|
@ -146,7 +149,6 @@
|
|||
|
||||
.submit-button {
|
||||
width: 100%;
|
||||
outline: none;
|
||||
padding: calc(var(--spacing) * 1.1);
|
||||
font-size: 1.1em;
|
||||
font-weight: 600;
|
||||
|
|
|
|||
Loading…
Reference in a new issue