|
30 | 30 | } |
31 | 31 |
|
32 | 32 | .components_group-title { |
33 | | - padding: 15px 20px 15px 60px; |
34 | | - text-transform: capitalize; |
| 33 | + padding: 10px 20px 10px 50px; |
| 34 | + text-transform: uppercase; |
35 | 35 | font-weight: 600; |
36 | | - background: #d9ecfd url(../img/server-icon.png) no-repeat 20px center /35px; |
| 36 | + font-family: "Source Sans Pro", sans-serif; |
| 37 | + font-size: 1.25rem; |
| 38 | + background: #d9ecfd url(../img/server-icon.png) no-repeat 17px center /25px; |
37 | 39 | } |
38 | 40 |
|
39 | 41 | .components_group-title a { |
|
53 | 55 |
|
54 | 56 | .component_list-version { |
55 | 57 | background: #eaebf1; |
56 | | - padding: 0.875rem 1.375rem; |
| 58 | + padding: 1.25rem; |
57 | 59 | display: flex; |
58 | 60 | justify-content: space-between; |
59 | 61 | align-items: center; |
60 | 62 | } |
61 | 63 |
|
62 | 64 | .version_list { |
63 | 65 | height: 30px; |
| 66 | + border-radius: 8px; |
| 67 | + padding: 0 10px; |
| 68 | + box-sizing: border-box; |
| 69 | + width: 65px; |
| 70 | + font-weight: 600; |
64 | 71 | } |
65 | 72 |
|
66 | 73 | .component_list_title { |
67 | 74 | font-weight: 600; |
| 75 | + font-size: 1.125rem; |
68 | 76 | } |
69 | 77 |
|
70 | 78 | .menu_row { |
71 | | - padding: 0.475rem 1.375rem; |
| 79 | + padding: 0.475rem 0 0.57rem 1.375rem; |
72 | 80 | margin: 0; |
73 | 81 | list-style: none; |
74 | 82 | } |
|
78 | 86 | } |
79 | 87 |
|
80 | 88 | .menu_list { |
81 | | - padding: 0.25rem 0; |
| 89 | + padding: 1.25rem 0; |
| 90 | +} |
| 91 | + |
| 92 | +.menu_list:last-child { |
| 93 | + padding-bottom: 0; |
82 | 94 | } |
83 | 95 |
|
84 | 96 | .menu_line { |
85 | 97 | display: block; |
86 | 98 | } |
87 | 99 |
|
88 | 100 | .menu_list > .menu_line { |
89 | | - font-size: 1rem; |
90 | | - line-height: 1.5rem; |
| 101 | + font-size: 1.125rem; |
| 102 | + line-height: 1; |
91 | 103 | } |
92 | 104 |
|
93 | 105 | .menu_list[data-depth="0"] > .menu_line { |
94 | 106 | font-size: 1.25rem; |
95 | | - line-height: 1.75rem; |
| 107 | + line-height: 1; |
96 | 108 | font-weight: var(--weight-semibold); |
97 | 109 | color: var(--brand-color-gray1); |
98 | 110 | } |
99 | 111 |
|
100 | | -/* |
101 | | -.menu_list.is-parent:not([data-depth="0"]) > .menu_line::before { |
102 | | - content: ""; |
103 | | - cursor: pointer; |
104 | | - display: block; |
105 | | - position: absolute; |
106 | | - width: 0; |
107 | | - height: 0; |
108 | | - border-top: 6px solid transparent; |
109 | | - border-bottom: 6px solid transparent; |
110 | | - border-left: 10px solid var(--color-brand-gray5); |
111 | | -} |
112 | | -*/ |
113 | | - |
114 | 112 | .menu_list.is-current-page > .menu_line { |
115 | | - background: #4287d60f; |
| 113 | + /* background: #4287d60f; */ |
116 | 114 | border-right: 4px solid rgba(66, 135, 214, 0.44); |
117 | 115 | font-weight: var(--weight-semibold); |
118 | 116 | } |
|
124 | 122 | word-break: break-word; |
125 | 123 | font-family: 'Source Sans Pro', sans-serif; |
126 | 124 | text-decoration: none; |
| 125 | + /* padding: 0.25rem 0; */ |
127 | 126 | } |
128 | 127 |
|
129 | 128 | a.menu_link { |
|
0 commit comments