@randstad-design/orbit-multitheme
Version:
multitheme Front-end code based on Randstad Human Forward components
49 lines (47 loc) • 1.31 kB
CSS
.notice-in-page {
border: 1px solid;
border-radius: 4px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 20px; }
@media (min-width: 941px) {
.notice-in-page {
max-width: 490px; } }
.notice-in-page .icon {
margin-right: 15px;
min-width: 20px;
padding-top: 2px; }
.notice-in-page__body-copy {
font-family: Montserrat, arial, sans-serif;
font-size: 16px;
text-transform: none;
line-height: 25px; }
.notice-in-page__body-copy {
color: #2e2e2e; }
.notice-in-page__body-copy a {
color: #ff661a; }
.notice-in-page__body-copy a:hover {
color: #ff661a; }
.notice-in-page--negative {
background: #fef5f4;
border-color: #f13c23; }
.notice-in-page--negative .icon {
color: #f13c23; }
.notice-in-page--positive {
background: #f3fdf7;
border-color: #11d15e; }
.notice-in-page--positive .icon {
color: #11d15e; }
.notice-in-page--informative {
background: #edf6ff;
border-color: #1f82db; }
.notice-in-page--informative .icon {
color: #1f82db; }
.notice-in-page--warning {
background: #fcf5e5;
border-color: #e9a204; }
.notice-in-page--warning .icon {
color: #e9a204; }
/*# sourceMappingURL=in-page.css.map */