Added button "support"

This commit is contained in:
2018-05-11 19:46:07 +10:00
parent 69cba6c008
commit 0c9c80f65d
5 changed files with 133 additions and 2 deletions

View 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;
}