21 lines
211 B
SCSS
21 lines
211 B
SCSS
/*
|
|
* Form
|
|
* Forms
|
|
*
|
|
* Dependencies:
|
|
*
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/05/13
|
|
*/
|
|
.o-form {
|
|
position: relative;
|
|
}
|
|
|
|
.o-form__group {
|
|
+ .o-btn-group,
|
|
+ .o-form__group {
|
|
margin-top: 1em;
|
|
}
|
|
}
|