mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
- 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>
29 lines
491 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|