Remove margin for required icon

This commit is contained in:
DianaXWiki 2026-01-13 12:52:27 +02:00
parent f71b79f116
commit 125c3d287e

View File

@ -758,6 +758,9 @@
border-radius: 0 @variables_radius 0 0;
background-color: @cp_alerts-danger-bg;
color: @cp_alerts-danger-text;
svg.lucide {
margin: 0;
}
}
.cp-form-poll-required-info {
opacity: 0.7;