mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-06 17:27:24 +00:00
* fix /ws auth * remove useless success toasts on login/signup * WIP * log in page * Update InstallPage.tsx * Update App.sass, SettingModal.tsx, and 2 more files... * Update socket_routes.go * Merge branch 'feature/TRA-4077_login_design' of git@github.com:up9inc/mizu.git * Update LoginPage.tsx * Update GlobalKeydownTrigger.tsx and LoginPage.tsx * Update GlobalKeydownTrigger.tsx * Revert "Update GlobalKeydownTrigger.tsx" This reverts commit6fa579becd. * Revert "Update GlobalKeydownTrigger.tsx and LoginPage.tsx" This reverts commitbdc0425353. * Update LoginPage.tsx
9 lines
123 B
Sass
9 lines
123 B
Sass
@import './variables.module'
|
|
|
|
body
|
|
background-color: $main-background-color
|
|
|
|
.mizuApp
|
|
color: $font-color
|
|
width: 100%
|