3534b0b0 by root

インフォメーションアーカイブ サイドメニューのスタイル修正

1 parent 603f4af4
......@@ -3432,4 +3432,29 @@ body.itemid-132 table {
.archive-module-custom {
height: 460px;
overflow: auto;
}
\ No newline at end of file
}
#aside > .custom-archive-module {
position: relative;
}
#aside > .custom-archive-module:after {
content: ' ';
position: absolute;
bottom: 12px;
left: calc(50% - 6px);
display: block;
width: 12px;
height: 12px;
border: 2px solid;
border-color: transparent transparent #009fa8 #009fa8;
transform: rotate(-45deg);
opacity: 0.6;
border-radius: 4px;
}
@media (max-width: 980px) {
#aside > .custom-archive-module:after {
bottom: 47px;
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!