fix stylelint errors
This commit is contained in:
parent
c03df9d246
commit
d7688cb1f5
1 changed files with 20 additions and 5 deletions
|
@ -64,7 +64,6 @@ body {
|
||||||
--icon-fit: 8;
|
--icon-fit: 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (min-resolution: 1dppx) {
|
@media (min-resolution: 1dppx) {
|
||||||
html {
|
html {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -939,55 +938,69 @@ tr:hover > td > .trash-button {
|
||||||
--text-normal-color: #f9f9fa;
|
--text-normal-color: #f9f9fa;
|
||||||
--text-heading-color: #fff;
|
--text-heading-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: #4a4a4a;
|
background-color: #4a4a4a;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
--hr-grey: #38383d;
|
--hr-grey: #38383d;
|
||||||
--text-grey: #f9f9fa;
|
--text-grey: #f9f9fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.title {
|
h3.title {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-btn {
|
.bottom-btn {
|
||||||
background-color: #737373;
|
background-color: #737373;
|
||||||
border: solid 1px #737373;
|
border: solid 1px #737373;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-return.arrow-left {
|
.btn-return.arrow-left {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.onboarding-title,
|
.onboarding-title,
|
||||||
.delete-container-confirm-title {
|
.delete-container-confirm-title {
|
||||||
color: #ededf0;
|
color: #ededf0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: solid 1px #737373;
|
border: solid 1px #737373;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-container-panel-name-input {
|
#edit-container-panel-name-input {
|
||||||
background-color: #38383d;
|
background-color: #38383d;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.delete-container {
|
.delete-container {
|
||||||
background-color: #4a4a4a;
|
background-color: #4a4a4a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.delete-btn {
|
.delete-btn {
|
||||||
background-color: #737373;
|
background-color: #737373;
|
||||||
color: #f9f9fa;
|
color: #f9f9fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cancel-button,
|
.cancel-button,
|
||||||
.grey-button {
|
.grey-button {
|
||||||
background-color: #737373;
|
background-color: #737373;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.secondary:hover,
|
.button.secondary:hover,
|
||||||
.button.secondary:focus {
|
.button.secondary:focus {
|
||||||
background-color: #676767;
|
background-color: #676767;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-footer {
|
.panel-footer {
|
||||||
border-block-end: solid 1px #4a4a4a;
|
border-block-end: solid 1px #4a4a4a;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.menu-icon,
|
img.menu-icon,
|
||||||
.menu-icon > img,
|
.menu-icon > img,
|
||||||
.menu-arrow > img,
|
.menu-arrow > img,
|
||||||
|
@ -995,10 +1008,12 @@ tr:hover > td > .trash-button {
|
||||||
.btn-return.arrow-left {
|
.btn-return.arrow-left {
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-identity-color="grey"] {
|
[data-identity-color="grey"] {
|
||||||
--identity-icon-color: #ededf0;
|
--identity-icon-color: #ededf0;
|
||||||
}
|
}
|
||||||
|
|
||||||
[type="radio"]:checked + [data-identity-color="grey"] {
|
[type="radio"]:checked + [data-identity-color="grey"] {
|
||||||
--identity-icon-color: #616161;
|
--identity-icon-color: #616161;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue