Browse Source

manual fix stylelint

pull/264/head
LouisLam 3 years ago
parent
commit
4c1f2f85f8
  1. 3
      .stylelintrc
  2. 4
      src/components/HeartbeatBar.vue
  3. 5
      src/layouts/Layout.vue

3
.stylelintrc

@ -4,7 +4,6 @@
"indentation": 4,
"no-descending-specificity": null,
"selector-list-comma-newline-after": null,
"declaration-empty-line-before": null,
"no-duplicate-selectors": null
"declaration-empty-line-before": null
}
}

4
src/components/HeartbeatBar.vue

@ -163,10 +163,6 @@ export default {
&.empty {
background-color: aliceblue;
.dark & {
background-color: #d0d3d5;
}
}
&.down {

5
src/layouts/Layout.vue

@ -191,6 +191,7 @@ main {
}
footer {
color: #aaa;
font-size: 13px;
margin-top: 10px;
padding-bottom: 30px;
@ -198,10 +199,6 @@ footer {
text-align: center;
}
footer {
color: #aaa;
}
.dark {
header {
background-color: #161b22;

Loading…
Cancel
Save