feat: logindesign (#394)

* feat: add design

* fix: nicer light mode

* fix: register secondary button

* fix: register secondary button

* fix: merge
This commit is contained in:
Fabi
2020-07-08 14:14:24 +02:00
committed by GitHub
parent 3549a8b64e
commit 4b58097cca
16 changed files with 43 additions and 24 deletions

View File

@@ -36,6 +36,11 @@ html {
&.clean {
color: $fontColorLight;
&:hover {
border: none;
background-color: $buttonBackgroundColorHoverLight;
}
}
&.user-selection {
@@ -65,8 +70,8 @@ html {
}
}
input {
background-color: $backgroundColorLight;
input:not([type='radio']), select {
background-color: $inputBackgroundColorLight;
color: $fontColorLight;
}