CLLLEANED the forms, inputs, buttons, labels and form/button groups
This commit is contained in:
21
public/objects/input/form/Form.scss
Normal file
21
public/objects/input/form/Form.scss
Normal file
@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Form
|
||||
* Forms
|
||||
*
|
||||
* Dependencies:
|
||||
*
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/05/13
|
||||
*/
|
||||
@import '~@styles/global';
|
||||
.o-form {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.o-form__group {
|
||||
+ .o-btn-group,
|
||||
+ .o-form__group {
|
||||
margin-top: 1em;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user