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

@ -0,0 +1,36 @@
/**
* @file
* Promotions styles.
*/
/**
* Drupal Association.
*/
.webform-message .messages.messages--promotion_drupal_association {
color: #333;
background: #e0e0d8 url(../images/promotions/drupal-association-logo.png) 10px 10px no-repeat;
background-size: auto;
border-color: #a6a6a6 #a6a6a6 #a6a6a6 transparent; /* LTR */
box-shadow: -8px 0 0 #a6a6a6; /* LTR */
padding-left: 120px; /* LTR */
min-height: 20px;
}
[dir="rtl"] .webform-message .messages.messages--promotion_drupal_association {
border-color: #333 transparent #333 #333;
box-shadow: 8px 0 0 #333;
margin-left: 0;
padding-right: 45px;
}
@media screen and (max-width: 600px) {
.webform-message .messages.messages--promotion_drupal_association .button {
display: block;
margin-left: 0;
margin-right: 0;
margin-top: 10px;
padding-bottom: 6px;
width: 100%;
}
}