added form styles for contact forms 7

This commit is contained in:
jorge 2022-03-30 21:32:51 +02:00
parent 9f59054a78
commit bf03d8f71c
8 changed files with 14629 additions and 39 deletions

13943
dist/assets/css/app.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

(image error) Size: 156 KiB

After

(image error) Size: 288 KiB

48
dist/assets/js/app.js vendored

File diff suppressed because one or more lines are too long

View file

@ -90,6 +90,7 @@
@import "components/cards";
@import "components/buttons";
@import "components/accordion";
@import "components/forms";
// Templates

View file

@ -87,3 +87,11 @@ article,.omekas-entry-content {
}
}
}
// contact form 7
//
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
border: none;
}

View file

@ -90,6 +90,7 @@
@import "components/cards";
@import "components/buttons";
@import "components/accordion";
@import "components/forms";
// Templates

View file

@ -87,3 +87,11 @@ article,.omekas-entry-content {
}
}
}
// contact form 7
//
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
border: none;
}