Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
|
@ -1,36 +0,0 @@
|
|||
/**
|
||||
* @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%;
|
||||
}
|
||||
}
|
Reference in a new issue