|
5 | 5 | padding: 0; |
6 | 6 | } |
7 | 7 | .navbar { |
8 | | - height: 90px; |
| 8 | + min-height: 90px; |
9 | 9 | padding: 0; |
10 | 10 | } |
11 | | -.navbar-inverse .navbar-nav>.open>a, |
12 | | -.navbar-inverse .navbar-nav>.open>a:focus, |
13 | | -.navbar-inverse .navbar-nav>.open>a:hover, |
14 | | -.navbar-inverse { |
| 11 | +.navbar-toggler-icon { |
| 12 | + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important; |
| 13 | +} |
| 14 | +.navbar-dark .navbar-nav>.open>a, |
| 15 | +.navbar-dark .navbar-nav>.open>a:focus, |
| 16 | +.navbar-dark .navbar-nav>.open>a:hover, |
| 17 | +.navbar-dark { |
15 | 18 | background-image: linear-gradient(269.12deg, rgba(232, 52, 82, 1) 0%, rgba(136, 38, 125, 1) 51.26%, rgba(52, 57, 175, 1) 100%); |
16 | 19 | } |
17 | | -.navbar-brand, .navbar-fixed-top { |
| 20 | +.navbar-brand, .fixed-top { |
18 | 21 | padding: 0 30px 0 30px; |
19 | 22 | } |
20 | | -.navbar-inverse .navbar-nav>li>a { |
| 23 | +.navbar-dark .navbar-nav>li>a { |
21 | 24 | color: #ffffff; |
22 | 25 | } |
23 | 26 | .site-header__logo img { |
|
26 | 29 | .version-selector { |
27 | 30 | font-size: 1.2rem |
28 | 31 | } |
29 | | -.table .thead-dark th { |
| 32 | +.table .table-dark th { |
30 | 33 | background-color: #323550; |
| 34 | + color: #ffffff; |
31 | 35 | } |
32 | 36 | .container { |
33 | 37 | margin-right: auto; |
@@ -73,15 +77,24 @@ ul .dropdown-menu li { |
73 | 77 | } |
74 | 78 | .card { |
75 | 79 | border-radius: 0; |
| 80 | + --bs-card-border-color: rgba(0, 0, 0, 0.125); |
| 81 | +} |
| 82 | +.accordion + .accordion .card { |
| 83 | + margin-top: -1px; |
76 | 84 | } |
77 | 85 | .card-header { |
78 | 86 | padding: 0; |
79 | 87 | } |
80 | | -.card-header .fa { |
| 88 | +.card-header .btn .bi { |
| 89 | + display: inline-block; |
81 | 90 | transition: .3s transform ease-in-out; |
| 91 | + -webkit-text-stroke: 2px; |
| 92 | +} |
| 93 | +.card-header .btn[aria-expanded="true"] .bi { |
82 | 94 | transform: rotate(90deg); |
83 | 95 | } |
84 | | -.card-header .collapsed .fa { |
| 96 | +.card-header .btn[aria-expanded="false"] .bi, |
| 97 | +.card-header .btn.collapsed .bi { |
85 | 98 | transform: rotate(0deg); |
86 | 99 | } |
87 | 100 | .btn.btn-link { |
@@ -136,52 +149,55 @@ ul .dropdown-menu li { |
136 | 149 | content: '- Read Less'; |
137 | 150 | } |
138 | 151 | .badge { |
139 | | - color: #222222; |
| 152 | + color: #222222 !important; |
140 | 153 | padding: .1em .4em .2em; |
141 | 154 | margin-right: .2em; |
142 | 155 | font-weight: normal; |
143 | 156 | font-size: 0.9rem; |
144 | 157 | border-radius: 0; |
145 | 158 | } |
146 | 159 | .badge.required-property { |
147 | | - background-color: rgba(255,137,29,0.3); |
| 160 | + background-color: rgba(255,137,29,0.3) !important; |
148 | 161 | border: 1px solid #FF7F0B; |
149 | 162 | } |
150 | 163 | .badge.value-type { |
151 | | - background-color: rgba(174,206,229,0.3); |
| 164 | + background-color: rgba(174,206,229,0.3) !important; |
152 | 165 | border: 1px solid #5C9CCB; |
153 | 166 | } |
154 | 167 | .badge.default-value { |
155 | | - background-color: rgba(175,228,191,0.3); |
| 168 | + background-color: rgba(175,228,191,0.3) !important; |
156 | 169 | border: 1px solid #73D08F; |
157 | 170 | } |
158 | 171 | .badge.example { |
159 | | - background-color: rgba(235,202,255,0.3); |
| 172 | + background-color: rgba(235,202,255,0.3) !important; |
160 | 173 | border: 1px solid #DA9FFF; |
161 | 174 | } |
162 | 175 | .badge.deprecated-property { |
163 | | - background-color: rgba(255,95,95,0.3); |
| 176 | + background-color: rgba(255,95,95,0.3) !important; |
164 | 177 | border: 1px solid #FF3333; |
165 | 178 | } |
166 | 179 | .badge.no-additional { |
167 | | - background-color: rgba(255,82,174,0.3); |
| 180 | + background-color: rgba(255,82,174,0.3) !important; |
168 | 181 | border: 1px solid #FF33A0; |
169 | 182 | } |
170 | 183 | .badge.pattern-property { |
171 | | - background-color: rgba(235,229,168,0.3); |
| 184 | + background-color: rgba(235,229,168,0.3) !important; |
172 | 185 | border: 1px solid #FFEA1C; |
173 | 186 | } |
174 | 187 | .accordion div.card:only-child { |
175 | 188 | border-bottom: 1px solid rgba(0, 0, 0, 0.125); |
176 | 189 | } |
177 | 190 | .examples { |
178 | | - padding: 1rem !important; |
| 191 | + padding: 0 !important; |
| 192 | + margin-top: 0.5rem; |
| 193 | + margin-bottom: 0.5rem; |
179 | 194 | } |
180 | 195 | .examples pre { |
181 | 196 | margin-bottom: 0; |
| 197 | + padding: 1rem 1.5rem; |
182 | 198 | } |
183 | 199 | .highlight.jumbotron { |
184 | | - padding: 1rem !important; |
| 200 | + padding: 1rem 1.5rem !important; |
185 | 201 | } |
186 | 202 | .generated-by-footer { |
187 | 203 | margin-top: 1em; |
|
0 commit comments