mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
camelCase
Signed-off-by: Sebastian Malton <smalton@mirantis.com>
This commit is contained in:
parent
957bb6b062
commit
46ba07267d
@ -5,7 +5,7 @@
|
||||
position: relative;
|
||||
text-align: center;
|
||||
padding: $spacing;
|
||||
background: $clusters-menu-bgc;
|
||||
background: $clustersMenuBgc;
|
||||
|
||||
.is-mac & {
|
||||
padding-top: $spacing * 2;
|
||||
@ -46,7 +46,7 @@
|
||||
.Icon {
|
||||
border-radius: $radius;
|
||||
padding: $padding / 3;
|
||||
color: $clusters-menu-bgc;
|
||||
color: $clustersMenuBgc;
|
||||
background: white !important;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"textColorPrimary": "#87909c",
|
||||
"textColorSecondary": "#a0a0a0",
|
||||
"textColorAccent": "#ffffff",
|
||||
"clusters-menu-bgc": "#252729",
|
||||
"clustersMenuBgc": "#252729",
|
||||
"borderColor": "#4c5053",
|
||||
"borderFaintColor": "#373a3e",
|
||||
"mainBackground": "#1e2124",
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"textColorPrimary": "#555555",
|
||||
"textColorSecondary": "#51575d",
|
||||
"textColorAccent": "#333333",
|
||||
"clusters-menu-bgc": "#afafaf",
|
||||
"clustersMenuBgc": "#afafaf",
|
||||
"borderColor": "#c9cfd3",
|
||||
"borderFaintColor": "#dfdfdf",
|
||||
"mainBackground": "#f1f1f1",
|
||||
|
||||
@ -7,7 +7,7 @@ $primary: var(--primary);
|
||||
$textColorPrimary: var(--textColorPrimary);
|
||||
$textColorSecondary: var(--textColorSecondary);
|
||||
$textColorAccent: var(--textColorAccent);
|
||||
$clusters-menu-bgc: var(--clusters-menu-bgc);
|
||||
$clustersMenuBgc: var(--clustersMenuBgc);
|
||||
$borderColor: var(--borderColor);
|
||||
$borderFaintColor: var(--borderFaintColor);
|
||||
$colorSuccess: var(--colorSuccess);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user