Added some input styles and making button styles

This commit is contained in:
2018-05-14 07:14:19 +10:00
parent 466bdee08c
commit 3dd71b38cc
9 changed files with 85 additions and 7 deletions

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