start_again

This commit is contained in:
2016-10-27 01:14:52 -04:00
parent f2f8ef95a3
commit dd89f3caca
63 changed files with 4596 additions and 64 deletions
+24
View File
@@ -0,0 +1,24 @@
.page-content .wrapper {
.post-toc {
&>ul {
overflow: auto;
}
}
}
.util-notify1 {
position: absolute;
z-index: 100;
background: rgba(0,0,0,0.7);
color: #FFF;
padding: 5px 10px;
font-size: 14px;
pointer-events: none;
opacity: 1;
transition: .2s ease;
&.hidden {
opacity: 0;
display: none;
}
}