Commit 328caf10 by talequale

wip

parent fda1c817
......@@ -150,13 +150,13 @@ button.card__button {
}
.card--disabled {
box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
cursor: default;
&:hover,
&:active,
&:focus {
box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment