Run script/format with prettier
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user