Files
2026-04-13 15:50:16 +02:00

34 lines
460 B
SCSS

.hotspot-title,
.entry-content .hotspot-title {
margin-top: 0;
padding-top: 0;
text-align: center;
}
.hotspot-content,
.entry-content .hotspot-content {
p {
color: inherit;
}
}
.hotspot-thumb {
text-align: center;
img {
height: auto;
max-width: 100%;
}
}
.da-error {
background: #f8d7da;
border: 1px solid #f5c6cb;
border-radius: 5px;
color: #721c24;
margin: 1em 0;
padding: 0.75em 1.25em;
}
.hotspot-info.da-hidden {
display: none;
}