extract widgets

This commit is contained in:
Clément
2018-10-19 23:47:15 +02:00
parent 805fa2bbe4
commit 32f8e8a1ea
8 changed files with 117 additions and 123 deletions

View File

@ -1,7 +1,8 @@
//button, checkbox, color, date, datetime-local, email, file, hidden, image, month, number, password, radio, range, reset, search, submit, tel, text, time, url, week, datetime
.form-view{
@extend %frame
@extend %frame;
padding: 1em;
}
sib-form.inline form {
@ -12,7 +13,6 @@ sib-form.inline form {
}
sib-form.block {
display: block;
padding: 1em;
> form {
> * {
display: block;