@charset "utf-8"; /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ /* */ /* ● style_admin_custom.css */ /* 管理画面用 CSS */ /* ・フォーム系の画面へ追加読込させるCSS */ /* */ /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ #BlogTags{ .bca-checkbox-group{ display: flex; flex-wrap: wrap; .bca-checkbox{ &[data-tag='「今日の遺跡・博物館」に表示']{ order: 1; } &[data-tag='「サイネージ」に表示']{ order: 2; } &[data-tag='通年']{ order: 3; } &[data-tag='期間限定']{ order: 4; } &[data-tag='要予約']{ order: 5; } &[data-tag='予約不要']{ order: 6; } &[data-tag='重要']{ order: 7; } &[data-tag='緊急']{ order: 8; } .BlogId1 &{ &[data-tag='「今日の遺跡・博物館」に表示'], &[data-tag='「サイネージ」に表示'], &[data-tag='通年'], &[data-tag='期間限定'], &[data-tag='要予約'], &[data-tag='予約不要']{ opacity: 0.3; pointer-events: none; } } .BlogId2 &, .BlogId3 &{ &[data-tag='重要'], &[data-tag='緊急']{ opacity: 0.3; pointer-events: none; } } } } }