20 lines
246 B
SCSS
20 lines
246 B
SCSS
/*
|
|
* Button
|
|
* Clicky Tappy Touchy Buttons!
|
|
*
|
|
* Dependencies:
|
|
*
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/05/11
|
|
*/
|
|
.o-btn {
|
|
//Reset
|
|
display: inline-block;
|
|
background: none;
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
}
|