Run script/format with prettier

This commit is contained in:
George Drummond
2019-05-03 14:01:24 -04:00
parent 0996f254cb
commit 9e4647254f
28 changed files with 104 additions and 93 deletions

View File

@@ -5,7 +5,7 @@
*/
button,
[type='button'] {
[type="button"] {
&:disabled {
background-color: unset;
opacity: 0.75;
@@ -20,7 +20,8 @@ button,
}
}
.button-danger-outline, input[type="button"].button-danger-outline {
.button-danger-outline,
input[type="button"].button-danger-outline {
color: $color-red;
background-color: $color-red-lightest;
box-shadow: inset 0 0 0 1px $color-red;