mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-07 15:22:32 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user