Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
|
@ -8,19 +8,13 @@
|
|||
/**
|
||||
* Add styles to default (info) message,
|
||||
*/
|
||||
.messages {
|
||||
box-shadow: -8px 0 0 #3b3b3b; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .messages {
|
||||
box-shadow: 8px 0 0 #3b3b3b;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.messages.messages--info {
|
||||
color: #31708f;
|
||||
background-color: #d9edf7;
|
||||
background-image: url(../images/icons/info.svg);
|
||||
border-color: #0074bd #0074bd #0074bd transparent; /* LTR */
|
||||
background-repeat: no-repeat;
|
||||
background-position: 10px 17px;
|
||||
border-color: #0074bd #0074bd #0074bd transparent; /* LTR */
|
||||
box-shadow: -8px 0 0 #0074bd; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .messages.messages--info {
|
||||
|
|
@ -39,6 +33,10 @@
|
|||
/**
|
||||
* Webform message close link.
|
||||
*/
|
||||
.webform-message--close .messages {
|
||||
padding-right: 35px;
|
||||
}
|
||||
|
||||
.webform-message--close .webform-message__link {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue