Merge branch 'MDL-81084-main' of https://github.com/andrewnicols/moodle
[moodle.git] / privacy / export_files / general.css
blob5eff5043cfbabba2b040c64d136459a346ad5365
1 .hide {
2 display: none;
5 li.menu-item {
6 cursor: pointer;
9 li[aria-expanded=false]:not(.item) {
10 list-style-image: url('pix/collapsed.svg');
13 li[aria-expanded=true]:not(.item) {
14 list-style-image: url('pix/expanded.svg');
17 [aria-expanded="false"] > [role="group"] {
18 display: none;
21 #navigation {
22 display: inline-block;
23 width: 20%;
24 vertical-align: top;
25 overflow: scroll;
26 border-radius: 0.3rem;
29 [data-main-content] {
30 display: inline-block;
31 width: 69%;
32 vertical-align: top;
35 .title {
36 font-size: large;
37 font-weight: bold;
40 .block {
41 padding: 19px;
44 .item {
45 list-style-image: url('pix/navigationitem.svg');
48 .moodle-logo {
49 width: 110px;