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;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: $spacing;
|
padding: $spacing;
|
||||||
background: $clusters-menu-bgc;
|
background: $clustersMenuBgc;
|
||||||
|
|
||||||
.is-mac & {
|
.is-mac & {
|
||||||
padding-top: $spacing * 2;
|
padding-top: $spacing * 2;
|
||||||
@ -46,7 +46,7 @@
|
|||||||
.Icon {
|
.Icon {
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
padding: $padding / 3;
|
padding: $padding / 3;
|
||||||
color: $clusters-menu-bgc;
|
color: $clustersMenuBgc;
|
||||||
background: white !important;
|
background: white !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
"textColorPrimary": "#87909c",
|
"textColorPrimary": "#87909c",
|
||||||
"textColorSecondary": "#a0a0a0",
|
"textColorSecondary": "#a0a0a0",
|
||||||
"textColorAccent": "#ffffff",
|
"textColorAccent": "#ffffff",
|
||||||
"clusters-menu-bgc": "#252729",
|
"clustersMenuBgc": "#252729",
|
||||||
"borderColor": "#4c5053",
|
"borderColor": "#4c5053",
|
||||||
"borderFaintColor": "#373a3e",
|
"borderFaintColor": "#373a3e",
|
||||||
"mainBackground": "#1e2124",
|
"mainBackground": "#1e2124",
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
"textColorPrimary": "#555555",
|
"textColorPrimary": "#555555",
|
||||||
"textColorSecondary": "#51575d",
|
"textColorSecondary": "#51575d",
|
||||||
"textColorAccent": "#333333",
|
"textColorAccent": "#333333",
|
||||||
"clusters-menu-bgc": "#afafaf",
|
"clustersMenuBgc": "#afafaf",
|
||||||
"borderColor": "#c9cfd3",
|
"borderColor": "#c9cfd3",
|
||||||
"borderFaintColor": "#dfdfdf",
|
"borderFaintColor": "#dfdfdf",
|
||||||
"mainBackground": "#f1f1f1",
|
"mainBackground": "#f1f1f1",
|
||||||
|
|||||||
@ -7,7 +7,7 @@ $primary: var(--primary);
|
|||||||
$textColorPrimary: var(--textColorPrimary);
|
$textColorPrimary: var(--textColorPrimary);
|
||||||
$textColorSecondary: var(--textColorSecondary);
|
$textColorSecondary: var(--textColorSecondary);
|
||||||
$textColorAccent: var(--textColorAccent);
|
$textColorAccent: var(--textColorAccent);
|
||||||
$clusters-menu-bgc: var(--clusters-menu-bgc);
|
$clustersMenuBgc: var(--clustersMenuBgc);
|
||||||
$borderColor: var(--borderColor);
|
$borderColor: var(--borderColor);
|
||||||
$borderFaintColor: var(--borderFaintColor);
|
$borderFaintColor: var(--borderFaintColor);
|
||||||
$colorSuccess: var(--colorSuccess);
|
$colorSuccess: var(--colorSuccess);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user