mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix *.modules.scss that don't get correctly typed (#5532)
This commit is contained in:
parent
d4fbab7176
commit
ac27077ef9
@ -3,6 +3,8 @@
|
|||||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
* Licensed under MIT License. See LICENSE in root directory for more information.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@import "../../components/mixins.scss";
|
||||||
|
|
||||||
.AddClusters {
|
.AddClusters {
|
||||||
--flex-gap: calc(var(--unit) * 2);
|
--flex-gap: calc(var(--unit) * 2);
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,8 @@
|
|||||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
* Licensed under MIT License. See LICENSE in root directory for more information.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@import "../../components/mixins.scss";
|
||||||
|
|
||||||
.KubeConfigDialog {
|
.KubeConfigDialog {
|
||||||
:global(.Wizard) {
|
:global(.Wizard) {
|
||||||
width: 50vw;
|
width: 50vw;
|
||||||
|
|||||||
@ -3,6 +3,8 @@
|
|||||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
* Licensed under MIT License. See LICENSE in root directory for more information.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@import "../../components/mixins.scss";
|
||||||
|
|
||||||
.Switch {
|
.Switch {
|
||||||
--thumb-size: 2rem;
|
--thumb-size: 2rem;
|
||||||
--thumb-color: hsl(0 0% 100%);
|
--thumb-color: hsl(0 0% 100%);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user