17 lines
205 B
SCSS
17 lines
205 B
SCSS
/*
|
|
* Button
|
|
* Styles for Buttons
|
|
*
|
|
* Dependencies:
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/02/23
|
|
*/
|
|
button {
|
|
background: transparent;
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
}
|