Fix linter errors

This commit is contained in:
Râu Cao
2023-01-15 13:09:39 +08:00
parent 088db24534
commit 2626543f3e
6 changed files with 17 additions and 13 deletions
-4
View File
@@ -14,10 +14,6 @@ section#signup {
p {
font-size: 1.2rem;
&.mg-bottom-md {
margin-bottom: 2rem;
}
&.label {
margin-bottom: 1.5rem;
font-size: 1rem;
+6 -4
View File
@@ -62,15 +62,12 @@ main {
}
}
// TODO Remove after switch to Tailwind CSS
&.text-center {
text-align: center;
}
p {
&.mg-bottom-md {
margin-bottom: 2rem;
}
&.actions {
text-align: center;
padding-top: 2rem;
@@ -177,4 +174,9 @@ main section {
margin-bottom: 2rem;
}
}
// TODO Remove after switch to Tailwind CSS
.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
}