chore: run stylelint on our css files

This commit is contained in:
Gabe Kangas
2023-06-20 20:56:37 -07:00
parent 8c968ff676
commit ccb9b5d075
37 changed files with 142 additions and 98 deletions

View File

@@ -14,7 +14,7 @@
margin: 10px;
padding: 15px;
background-color: white;
box-shadow: 2px 6px 7px 0px #87898d;
box-shadow: 2px 6px 7px 0 #87898d;
.title {
font-weight: bold;
@@ -38,18 +38,13 @@
.disabled {
cursor: not-allowed;
outline-width: 1;
outline-color: '#e2e8f0';
outline-style: 'solid';
outline: '#e2e8f0' 'solid' 1;
background-color: white;
}
button {
margin-left: 10px;
padding-left: 15px;
padding-right: 15px;
padding-top: 4px;
padding-bottom: 4px;
padding: 4px 15px;
border-radius: 3px;
border-style: solid;
}