no message
This commit is contained in:
parent
ae6eee440f
commit
e42109c4e0
@ -47,6 +47,9 @@
|
|||||||
.boxbox.admission::after {
|
.boxbox.admission::after {
|
||||||
background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec);
|
background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec);
|
||||||
}
|
}
|
||||||
|
.boxbox.isme .admission-title {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.boxbox::after {
|
.boxbox::after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -55,6 +55,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.isme {
|
||||||
|
.admission-title {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user