1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/+preferences/preferences.scss
Sebastian Malton 159ff5c98e Add the ability to sync kube config files
- Will update when the files changes

- add KUBECONFIG_SYNC label

- fix rebase and change to addObservableSource

- move UI to user settings

- support shallow folder watching

- add some unit tests for the diff-er

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-04-27 09:45:25 -04:00

29 lines
491 B
SCSS

.Preferences {
.loading-spinner {
margin: auto;
}
.kubeconfig-sync-list {
.entry {
&.MuiPaper-root {
background-color: var(--inputControlBackground);
margin-bottom: var(--flex-gap, 1em);
color: inherit;
}
.MuiAvatar-root {
color: var(--buttonPrimaryBackground);
}
.description {
font-family: monospace;
font-size: inherit;
}
.action {
font-size: inherit;
}
}
}
}