extract widgets
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user