1
0
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:
Sebastian Malton 2022-06-02 08:59:38 -04:00 committed by GitHub
parent d4fbab7176
commit ac27077ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,8 @@
* Licensed under MIT License. See LICENSE in root directory for more information.
*/
@import "../../components/mixins.scss";
.AddClusters {
--flex-gap: calc(var(--unit) * 2);

View File

@ -3,6 +3,8 @@
* Licensed under MIT License. See LICENSE in root directory for more information.
*/
@import "../../components/mixins.scss";
.KubeConfigDialog {
:global(.Wizard) {
width: 50vw;

View File

@ -3,6 +3,8 @@
* Licensed under MIT License. See LICENSE in root directory for more information.
*/
@import "../../components/mixins.scss";
.Switch {
--thumb-size: 2rem;
--thumb-color: hsl(0 0% 100%);