mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-26 04:17:55 +00:00
fix(console): horizontal toggle for users, projects, improve UI/UX (#4047)
* fix(console): horizontal toggle for users, projects * improve input contrast * toggles, profile UI fix * lint * fix safari styles * fix button placement redirects * style lint Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
transform: all 0.2 linear;
|
||||
font-size: 1rem;
|
||||
border: none;
|
||||
border: 1px solid if($is-dark-theme, #f9f7f725, #1a191938);
|
||||
background-color: if($is-dark-theme, #00000020, #00000004);
|
||||
border: 1px solid if($is-dark-theme, #f9f7f775, #1a191954);
|
||||
background-color: if($is-dark-theme, #00000040, #00000004);
|
||||
border-radius: 4px;
|
||||
height: 40px;
|
||||
padding: 10px;
|
||||
@@ -34,7 +34,7 @@
|
||||
margin-bottom: 2px;
|
||||
|
||||
&:hover {
|
||||
border-color: if($is-dark-theme, #aeafb1, #1a1b1b);
|
||||
border-color: if($is-dark-theme, #e0e0e0, #1a1b1b);
|
||||
}
|
||||
|
||||
&:active,
|
||||
|
Reference in New Issue
Block a user