K |
K |
||
Zeile 1: | Zeile 1: | ||
.randnotiz { | .randnotiz { | ||
border-top: solid 0.5rem #888; | border-top: solid 0.5rem #888; | ||
− | padding: 0; | + | padding: 0 !important; |
} | } | ||
Zeile 13: | Zeile 13: | ||
left: -1.5rem; | left: -1.5rem; | ||
top: 0rem; | top: 0rem; | ||
− | margin: 0; | + | margin: 0 !important; |
− | padding: 0; | + | padding: 0 !important; |
} | } | ||
Version vom 18. November 2020, 10:12 Uhr
.randnotiz { border-top: solid 0.5rem #888; padding: 0 !important; } .wichtig { border-color: #b51f1f; } .randnotiz-icon { position: absolute; font-size: 2rem; left: -1.5rem; top: 0rem; margin: 0 !important; padding: 0 !important; } .wichtig i { color: #b51f1f; } /* Desktop */ @media screen and (min-width: 1550px) { .randnotiz { position: absolute; right: -200px; width: 250px; } }