5,960
edits
No edit summary |
No edit summary |
||
Line 678: | Line 678: | ||
/* ============================== tree-like Tractatus =============================== */ | /* ============================== tree-like Tractatus =============================== */ | ||
.tlp-drawer { | .tlp-drawer { | ||
padding: 8px 0 8px 20px; | |||
margin-top: 10px; | |||
border-left: 2px solid #eeeeee; | |||
animation-name: fade-in; | |||
animation-duration: .4s; | |||
} | |||
@keyframes fade-in { | |||
from { opacity: 0; } | |||
to { opacity: 1; } | |||
} | |||
.tlp-button { | |||
float: right; | |||
} | } | ||