Added more button customization options
This commit is contained in:
13
public/styles/elements/button.scss
Normal file
13
public/styles/elements/button.scss
Normal file
@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Button
|
||||
* Basic Button Element Styling, mostly for resetting.
|
||||
*/
|
||||
button {
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
font-family: inherit;
|
||||
}
|
Reference in New Issue
Block a user