style: Address stylelint violations

This commit is contained in:
Alexander Brandes 2022-07-11 15:11:36 +02:00
parent fd4da119c4
commit 8598f99f00
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
3 changed files with 21 additions and 18 deletions

View File

@ -64,6 +64,7 @@
&::before {
opacity: 0.8;
}
&::after {
box-shadow: 0 0 0 0.33rem var(--primary);
opacity: 0.2;
@ -104,6 +105,7 @@
&::before {
opacity: 0.2;
}
&::after {
box-shadow: 0 0 0 0.33rem currentColor;
opacity: 0.1;
@ -136,6 +138,7 @@
&::before {
opacity: 0.8;
}
&::after {
box-shadow: 0 0 0 0.33rem var(--color);
opacity: 0.3;

View File

@ -35,7 +35,7 @@
@import "./modules/tabs";
@import "./modules/tooltips";
@import "./pages/about";
@import './pages/dashboard';
@import "./pages/dashboard";
@import "./pages/manage-jenkins";
@import "./pages/plugin-manager";
@import "./pages/setupWizardFirstUser";