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:
Max Peintner
2022-07-29 11:14:45 +02:00
committed by GitHub
parent 9ed972f308
commit 5b284f8c9b
22 changed files with 358 additions and 159 deletions

View File

@@ -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,