Sablon:NoteBox/styles.css
Megjelenés
.note-box {
border: 1px solid var(--border-color-notice,#987027);
background-color: var(--background-color-notice-subtle, #fdf2d5);
padding: 2.5rem 2rem 2rem 6rem;
margin: 10px 0;
border-radius: 5px;
position: relative;
font-size: 1rem;
}
.note-icon {
background-color: var(--color-notice, #eeb533);
color: var(--background-color-notice-subtle, #fdf2d5);
border-radius: 50%;
width: 3.3rem;
height: 3.3rem;
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
left: 1.5rem;
top: 50%;
transform: translateY(-50%);
font-weight: bold;
font-size: 2.5rem;
}