mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-03-18 02:22:31 +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
55 lines
968 B
Sass
55 lines
968 B
Sass
@import "../../variables.module"
|
|
|
|
.settingsTitle
|
|
font-size: 28px
|
|
color: $blue-gray
|
|
font-weight: 600
|
|
|
|
.settingsSubtitle
|
|
font-size: 14px
|
|
color: $light-gray
|
|
margin-top: 20px
|
|
line-height: 20px
|
|
|
|
.namespacesSettingsContainer
|
|
border-radius: 4px
|
|
padding: 20px 0
|
|
|
|
.searchNamespace
|
|
width: 300px
|
|
max-width: calc(40vw - 85px)
|
|
|
|
.settingsActionsContainer
|
|
display: flex
|
|
justify-content: flex-end
|
|
padding: 20px
|
|
border-top: 2px $data-background-color solid
|
|
|
|
.namespacesTable
|
|
table
|
|
width: 100%
|
|
margin-top: 20px
|
|
|
|
tbody
|
|
max-height: calc(70vh - 355px)
|
|
overflow-y: auto
|
|
display: block
|
|
|
|
th
|
|
color: $blue-gray
|
|
text-align: left
|
|
padding: 10px
|
|
|
|
tr
|
|
border-bottom-width: 1px
|
|
border-bottom-color: $data-background-color
|
|
border-bottom-style: solid
|
|
display: table
|
|
table-layout: fixed
|
|
width: 100%
|
|
|
|
td
|
|
color: $light-gray
|
|
padding: 10px
|
|
font-size: 16px
|