Ghost/ghost/admin/app/styles/patterns/boxes.css

31 lines
560 B
CSS
Raw Normal View History

2017-02-17 17:10:02 +03:00
/* Alerts
/* ---------------------------------------------------------- */
.gh-box {
position: relative;
2017-02-17 17:10:02 +03:00
padding: 12px 10px 14px 40px;
border: 1px solid var(--lightgrey);
border-left-width: 5px;
color: var(--midgrey);
line-height: 1.4em;
letter-spacing: 0.2px;
background: #fff;
border-radius: 5px;
}
.gh-box svg:first-of-type {
2017-02-17 17:10:02 +03:00
position: absolute;
top: 13px;
left: 15px;
height: 2.1rem;
width: auto;
2017-02-17 17:10:02 +03:00
}
.gh-box-info {
border-left-color: var(--blue);
}
.gh-box-info svg {
fill: var(--blue);
2017-02-17 17:10:02 +03:00
}