CLLLEANED the forms, inputs, buttons, labels and form/button groups

This commit is contained in:
2018-10-25 06:46:38 +11:00
parent 13aaccdd84
commit bccbd1cff1
25 changed files with 294 additions and 334 deletions

View File

@ -0,0 +1,12 @@
/*
* Box Sizer
* Simple box that acts like a ratio sizer
*
* Version:
* 1.0.0 - 2018/08/10
*/
@import '~@styles/global';
.o-box-sizer {
width: 100%;
/* padding-bottom will be set my JS */
}