mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* fix cluster settings page layout Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * cleanup Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * refactor cluster settings to pluggable entity settings Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * fix Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * fix Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * fix gh actions network timeout on yarn install Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * review changes Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
24 lines
342 B
SCSS
24 lines
342 B
SCSS
.EntitySettings {
|
|
$spacing: $padding * 3;
|
|
|
|
|
|
// TODO: move sub-component styles to separate files
|
|
.admin-note {
|
|
font-size: small;
|
|
opacity: 0.5;
|
|
margin-left: $margin;
|
|
}
|
|
|
|
.button-area {
|
|
margin-top: $margin * 2;
|
|
}
|
|
|
|
.file-loader {
|
|
margin-top: $margin * 2;
|
|
}
|
|
|
|
.Input, .Select {
|
|
margin-top: $padding;
|
|
}
|
|
}
|