Add button overrides
This commit is contained in:
16
public/styles/elements/_button.scss
Normal file
16
public/styles/elements/_button.scss
Normal 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;
|
||||||
|
}
|
Reference in New Issue
Block a user