Tweaks to remove button

pull/111/head
MattIPv4 2020-04-30 22:16:56 +01:00
parent b337a0d0dc
commit 71622272b5
1 changed files with 2 additions and 2 deletions

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;
}
}
}