no message
This commit is contained in:
parent
ae6eee440f
commit
e42109c4e0
@ -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;
|
||||
|
@ -55,6 +55,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.isme {
|
||||
.admission-title {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user