This commit is contained in:
杜恒
2021-04-19 09:55:55 +08:00
parent a9dfd567fb
commit 2cc0e38f92
15 changed files with 1410 additions and 1407 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1952,6 +1952,20 @@
color: var(--routine);
}
}
&-hide {
background: repeating-linear-gradient(145deg, var(--classD), var(--classD) 15px, var(--background) 0, var(--background) 25px);
padding: 15px 0;
text-align: center;
position: relative;
user-select: none;
line-height: normal;
i {
position: relative;
font-style: normal;
cursor: pointer;
color: var(--theme);
}
}
&-message {
position: relative;
border-left-width: 4px;