Fix a couple of stylelint violations

This commit is contained in:
jvoisin
2020-12-23 18:14:42 +01:00
parent e829e7a064
commit 334b3fc636
5 changed files with 18 additions and 18 deletions

View File

@@ -70,7 +70,7 @@
}
.grid .key-colon:nth-child(odd)::after {
content: ':';
content: ":";
}
.grid__one-row {
@@ -95,7 +95,7 @@
}
.title--border:before {
content: '';
content: "";
position: absolute;
left: 0;
border-top: 0.5px solid var(--gray-d8) !important;