1
0
Fork 0

Add transition to buttons

master
Emil Miler 2 years ago
parent a1c64063d1
commit ef037f0fa8

@ -78,6 +78,7 @@ section {
border: .15rem solid $col-accent;
width: 100%;
max-width: 30em;
transition: all .1s ease-out;
&:hover {
background-color: $col-accent;

Loading…
Cancel
Save