Change cursor to pointer on hover

This commit is contained in:
tauriedavis 2017-11-07 12:38:51 -08:00
parent 2acfb6141e
commit a613b19baa
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
}
.limit-box {
cursor: pointer;
display: inline-flex;
align-items: center;
background-color: $red-100;