Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
32
web/core/profiles/demo_umami/css/toolbar-warning.css
Normal file
32
web/core/profiles/demo_umami/css/toolbar-warning.css
Normal file
|
@ -0,0 +1,32 @@
|
|||
/**
|
||||
* @file
|
||||
* Styling for toolbar warning message.
|
||||
*/
|
||||
|
||||
.toolbar-warning {
|
||||
margin: 0.5em 0;
|
||||
padding: 0.5em 2em 0.5em 2.3333em;
|
||||
background: url(../../../../core/misc/icons/e29700/warning.svg) no-repeat center center transparent;
|
||||
background-size: auto 20px;
|
||||
text-indent: -1000px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.toolbar-warning:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 40em) {
|
||||
.toolbar-warning {
|
||||
padding-right: 1em;
|
||||
border-radius: 4px;
|
||||
border-color: #f4daa6;
|
||||
background-color: #fdf8ed;
|
||||
background-position: 0.5em center;
|
||||
background-size: auto 18px;
|
||||
text-indent: 0;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
}
|
||||
}
|
Reference in a new issue