Added some input styles and making button styles
This commit is contained in:
15
public/styles/elements/inputs.scss
Normal file
15
public/styles/elements/inputs.scss
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Inputs
|
||||
* Provides initial styles for inputs and input related items
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/05/14
|
||||
*/
|
||||
input,textarea {
|
||||
background: none;
|
||||
border: none;
|
||||
display: inline-block;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
Reference in New Issue
Block a user