Update Composer, update everything

This commit is contained in:
Oliver Davies 2018-11-23 12:29:20 +00:00
parent ea3e94409f
commit dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions

View file

@ -13,6 +13,29 @@
margin: 1em 0;
}
/**
* Help page.
*/
.webform-help h4 {
font-size: 1em;
text-transform: uppercase;
}
.webform-help .button.button--primary {
width: 100%;
max-width: 600px;
margin: 0;
}
.webform-help img {
width: 100%;
height: auto;
}
.webform-help .webform-help-video-youtube {
max-width: 600px;
}
/**
* Help play button.
*/
@ -20,19 +43,11 @@
content: '► ';
font-size: .8em;
}
/**
* Help accordion.
*/
.webform-help-accordion dt {
font-weight: bold;
}
/**
* Help video.
*/
.webform-help-video-youtube {
margin: 1.5em 0;
margin: 1em 0 .2em 0;
max-width: 1024px;
border: 1px solid #000;
}
@ -52,3 +67,10 @@
width: 100%;
height: 100%;
}
/**
* Help links.
*/
.webform-help-links {
margin-left: 0;
}