mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-12 16:14:58 +08:00
fix hound alert
This commit is contained in:
parent
756c3c777e
commit
e16abe486c
1 changed files with 4 additions and 4 deletions
|
@ -133,12 +133,12 @@ $toggle-btn-size: 50px;
|
|||
}
|
||||
}
|
||||
|
||||
.my-module-group-element:before {
|
||||
content : "";
|
||||
.my-module-group-element::before {
|
||||
border-left:1px dotted $color-emperor;
|
||||
bottom: 20px;
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 25px;
|
||||
bottom: 20px;
|
||||
border-left:1px dotted $color-emperor;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
|
|
Loading…
Add table
Reference in a new issue