passman/sass/partials/button.scss
2016-09-10 23:30:17 +02:00

17 lines
No EOL
252 B
SCSS

.button-geen{
background: #37ce02;
color: #fff;
}
.button-geen:hover{
background: lighten(#37ce02, 2%);
color: #fff;
}
.button-red{
background: #ce3702;
color: #fff;
}
.button-red:hover{
background: lighten(#ce3702, 2%);
color: #fff;
}