|
1 |
| -.navigation-explore { |
| 1 | +.nav-panel-explore { |
2 | 2 | display: flex;
|
3 | 3 | flex-direction: column;
|
4 | 4 | }
|
5 | 5 |
|
6 |
| -.navigation-explore.is-active { |
| 6 | +.nav-panel-explore.is-active { |
7 | 7 | height: inherit;
|
8 | 8 | }
|
9 | 9 |
|
10 |
| -.navigation-explore .context { |
| 10 | +.nav-panel-explore .context { |
11 | 11 | flex-shrink: 0;
|
12 | 12 | color: #5d5d5d;
|
13 | 13 | background-color: #fafafa;
|
|
23 | 23 | }
|
24 | 24 |
|
25 | 25 | @media screen and (width >= 1024px) {
|
26 |
| - .navigation-explore .context { |
| 26 | + .nav-panel-explore .context { |
27 | 27 | font-size: 0.75rem;
|
28 | 28 | }
|
29 | 29 | }
|
30 | 30 |
|
31 |
| -.navigation-explore.is-active .context { |
| 31 | +.nav-panel-explore.is-active .context { |
32 | 32 | box-shadow: 0 1px 0 #e1e1e1;
|
33 | 33 | }
|
34 | 34 |
|
35 |
| -.navigation-explore .context .version { |
| 35 | +.nav-panel-explore .context .version { |
36 | 36 | background-image: url("../img/chevron.svg");
|
37 | 37 | background-repeat: no-repeat;
|
38 | 38 | background-position: right 0.5rem top 50%;
|
39 | 39 | background-size: auto 0.75em;
|
40 | 40 | padding: 0 1.5rem 0 0;
|
41 | 41 | }
|
42 | 42 |
|
43 |
| -.navigation-explore .components { |
| 43 | +.nav-panel-explore .components { |
44 | 44 | flex-grow: 1;
|
45 | 45 | box-shadow: inset 0 1px 5px #e1e1e1;
|
46 | 46 | background-color: #f0f0f0;
|
|
51 | 51 | display: block;
|
52 | 52 | }
|
53 | 53 |
|
54 |
| -.navigation-explore:not(.is-active) .components { |
| 54 | +.nav-panel-explore:not(.is-active) .components { |
55 | 55 | display: none;
|
56 | 56 | }
|
57 | 57 |
|
58 |
| -.navigation-explore .component { |
| 58 | +.nav-panel-explore .component { |
59 | 59 | display: block;
|
60 | 60 | }
|
61 | 61 |
|
62 |
| -.navigation-explore .component + .component { |
| 62 | +.nav-panel-explore .component + .component { |
63 | 63 | margin-top: 0.5rem;
|
64 | 64 | }
|
65 | 65 |
|
66 |
| -.navigation-explore .component .title { |
| 66 | +.nav-panel-explore .component .title { |
67 | 67 | font-weight: 500;
|
68 | 68 | }
|
69 | 69 |
|
70 |
| -.navigation-explore .versions { |
| 70 | +.nav-panel-explore .versions { |
71 | 71 | display: flex;
|
72 | 72 | flex-wrap: wrap;
|
73 | 73 | list-style: none;
|
74 | 74 | padding-left: 0.5rem;
|
75 | 75 | }
|
76 | 76 |
|
77 |
| -.navigation-explore .component .version { |
| 77 | +.nav-panel-explore .component .version { |
78 | 78 | display: block;
|
79 | 79 | font-size: 0.9375em;
|
80 | 80 | }
|
81 | 81 |
|
82 |
| -.navigation-explore .component .version a { |
| 82 | +.nav-panel-explore .component .version a { |
83 | 83 | border: 1px solid #b0b0b0;
|
84 | 84 | border-radius: 0.25em;
|
85 | 85 | color: #4a4a4a;
|
86 | 86 | white-space: nowrap;
|
87 | 87 | padding: 0.05em 0.25em 0;
|
88 | 88 | }
|
89 | 89 |
|
90 |
| -.navigation-explore .component .is-current a { |
| 90 | +.nav-panel-explore .component .is-current a { |
91 | 91 | border-color: #4a4a4a;
|
92 | 92 | font-weight: 500;
|
93 | 93 | }
|
94 | 94 |
|
95 |
| -.navigation-explore .component .version + .version { |
| 95 | +.nav-panel-explore .component .version + .version { |
96 | 96 | padding-left: 0.375em;
|
97 | 97 | }
|
0 commit comments