Added some input styles and making button styles
This commit is contained in:
22
public/styles/objects/_input.scss
Normal file
22
public/styles/objects/_input.scss
Normal file
@ -0,0 +1,22 @@
|
||||
/*
|
||||
* Input
|
||||
* Contains styles for input and input elements.
|
||||
*
|
||||
* Dependencies:
|
||||
*
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/05/13
|
||||
*/
|
||||
|
||||
.o-input {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 0.25em;
|
||||
}
|
||||
|
||||
|
||||
.o-label {
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
}
|
Reference in New Issue
Block a user