Add button overrides

This commit is contained in:
2018-02-23 22:25:07 +11:00
parent ba531ff48e
commit 65d6e8e001

View File

@ -0,0 +1,16 @@
/*
* Button
* Styles for Buttons
*
* Dependencies:
*
* Version:
* 1.0.0 - 2018/02/23
*/
button {
background: transparent;
border: none;
padding: 0;
margin: 0;
cursor: pointer;
}