Tweaks to remove button

This commit is contained in:
MattIPv4
2020-04-30 22:16:56 +01:00
parent b337a0d0dc
commit 71622272b5

View File

@@ -59,12 +59,12 @@ $highlight: #f2c94c;
}
&.fa-times {
margin: 0 0 0 .35rem;
margin: 0 0 0 .5rem;
transition: color $transition;
&:hover,
&:focus {
color: $primary;
color: $danger;
}
}
}