3534b0b0 by root

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

1 parent 603f4af4
...@@ -3433,3 +3433,28 @@ body.itemid-132 table { ...@@ -3433,3 +3433,28 @@ body.itemid-132 table {
3433 height: 460px; 3433 height: 460px;
3434 overflow: auto; 3434 overflow: auto;
3435 } 3435 }
3436
3437 #aside > .custom-archive-module {
3438 position: relative;
3439 }
3440
3441 #aside > .custom-archive-module:after {
3442 content: ' ';
3443 position: absolute;
3444 bottom: 12px;
3445 left: calc(50% - 6px);
3446 display: block;
3447 width: 12px;
3448 height: 12px;
3449 border: 2px solid;
3450 border-color: transparent transparent #009fa8 #009fa8;
3451 transform: rotate(-45deg);
3452 opacity: 0.6;
3453 border-radius: 4px;
3454 }
3455
3456 @media (max-width: 980px) {
3457 #aside > .custom-archive-module:after {
3458 bottom: 47px;
3459 }
3460 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!