Add review changes #1722

This commit is contained in:
DianaXWiki 2025-02-26 14:03:37 +02:00
parent 8a28c9258b
commit 30d0153655

View File

@ -613,10 +613,9 @@
margin-top: -10px;
margin-right: -10px;
&.cp-is-empty {
max-height: fit-content;
height: fit-content;
padding: 3px;
border: 2px solid @cp_alerts-danger-fg;
border-radius: @variables_radius;
border-radius: 0 @variables_radius 0 0;
background-color: @cp_alerts-danger-bg;
color: @cp_alerts-danger-text;
}