Added button "support"
This commit is contained in:
19
public/styles/objects/_button.scss
Normal file
19
public/styles/objects/_button.scss
Normal file
@ -0,0 +1,19 @@
|
||||
/*
|
||||
* 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;
|
||||
}
|
Reference in New Issue
Block a user