Implement dangling

This commit is contained in:
Chi Vinh Le
2018-01-17 17:31:48 +01:00
parent ee78f08598
commit f282aa47c9
8 changed files with 41 additions and 8 deletions
@@ -16,12 +16,16 @@
transform: scale(.8);
margin: 0;
&:hover {
&:not(:disabled):hover {
color: white;
background-color: #D03235;
box-shadow: none;
cursor: pointer;
}
&:disabled {
cursor: not-allowed;
}
}
.active {