no message

This commit is contained in:
A1300399510 2025-01-22 17:40:23 +08:00
parent ae6eee440f
commit e42109c4e0
2 changed files with 9 additions and 0 deletions

View File

@ -47,6 +47,9 @@
.boxbox.admission::after {
background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec);
}
.boxbox.isme .admission-title {
display: none;
}
.boxbox::after {
content: "";
position: absolute;

View File

@ -55,6 +55,12 @@
}
}
&.isme {
.admission-title {
display: none;
}
}
&::after {
content: "";
position: absolute;