Commit compiled CSS
This commit is contained in:
parent
b8fbff0e37
commit
a5b74b91b3
1 changed files with 12 additions and 0 deletions
|
@ -7417,6 +7417,18 @@ iframe {
|
|||
margin-top: 1rem;
|
||||
margin-bottom: .6rem; }
|
||||
|
||||
.webform-form,
|
||||
.webform-submission-form {
|
||||
border-left: 4px solid #193B68;
|
||||
border-right: 4px solid #193B68;
|
||||
margin: .1rem 1.5rem .1rem 1.5rem;
|
||||
padding: 0 1.5rem; }
|
||||
@media screen and (min-width: 1216px) {
|
||||
.webform-form,
|
||||
.webform-submission-form {
|
||||
margin: .5rem 6rem .5rem 6rem;
|
||||
padding: 0 6rem; } }
|
||||
|
||||
.content blockquote {
|
||||
color: currentColor; }
|
||||
.content blockquote * {
|
||||
|
|
Loading…
Reference in a new issue