@@ -200,6 +200,62 @@ body[data-scrolled='true'] .navbar {
200200 color : var (--facturapi-selected-text );
201201}
202202
203+ .footer {
204+ background : # 1e3756 ;
205+ border-top : 1px solid rgba (255 , 255 , 255 , 0.06 );
206+ color : rgba (255 , 255 , 255 , 0.82 );
207+ padding : 2.75rem 0 1.25rem ;
208+ }
209+
210+ .footer__links {
211+ column-gap : 2rem ;
212+ display : grid;
213+ grid-template-columns : repeat (4 , minmax (0 , 1fr ));
214+ row-gap : 2rem ;
215+ margin-bottom : 2rem ;
216+ }
217+
218+ .footer__col {
219+ min-width : 0 ;
220+ }
221+
222+ .footer__title {
223+ border-left : 1px solid # 54e0b9 ;
224+ color : # f0f4f9 ;
225+ font-size : 0.95rem ;
226+ font-weight : 500 ;
227+ margin-bottom : 1rem ;
228+ padding-left : 0.55rem ;
229+ }
230+
231+ .footer__item {
232+ color : rgba (255 , 255 , 255 , 0.84 );
233+ line-height : 1.45 ;
234+ margin-top : 0.7rem ;
235+ }
236+
237+ .footer__link-item {
238+ color : rgba (255 , 255 , 255 , 0.84 );
239+ font-size : 0.95rem ;
240+ transition : color var (--ifm-transition-fast ) var (--ifm-transition-timing-default );
241+ }
242+
243+ .footer__link-item : hover {
244+ color : # a7c7ff ;
245+ text-decoration : none;
246+ }
247+
248+ .footer__bottom {
249+ border-top : 1px solid rgba (255 , 255 , 255 , 0.08 );
250+ margin-top : 0 ;
251+ padding-top : 1rem ;
252+ }
253+
254+ .footer__copyright {
255+ color : rgba (255 , 255 , 255 , 0.68 );
256+ font-size : 0.95rem ;
257+ }
258+
203259.menu__list-item-collapsible : hover ,
204260.menu__list-item-collapsible--active {
205261 background : var (--blue-l4 ) !important ;
@@ -330,6 +386,10 @@ body[data-scrolled='true'] .navbar {
330386 background-color : var (--facturapi-scroll-thumb ) !important ;
331387}
332388
389+ .redocusaurus .menu-content a [href = 'https://redocly.com/redoc/' ] {
390+ display : none !important ;
391+ }
392+
333393html [data-theme = 'dark' ] .redocusaurus button [aria-expanded = 'true' ] {
334394 border-color : transparent !important ;
335395}
@@ -348,6 +408,15 @@ html[data-theme='dark'] .redocusaurus div[aria-hidden='false'] [tabindex='0'] {
348408 border-radius : 8px ;
349409 padding : 1.35rem ;
350410 }
411+
412+ .footer {
413+ padding-top : 2.25rem ;
414+ }
415+
416+ .footer__links {
417+ grid-template-columns : repeat (2 , minmax (0 , 1fr ));
418+ row-gap : 1.5rem ;
419+ }
351420}
352421
353422@media (max-width : 75rem ) {
@@ -361,3 +430,13 @@ html[data-theme='dark'] .redocusaurus div[aria-hidden='false'] [tabindex='0'] {
361430 border-radius : 12px ;
362431 }
363432}
433+
434+ @media (max-width : 576px ) {
435+ .footer__links {
436+ grid-template-columns : 1fr ;
437+ }
438+
439+ .footer__title {
440+ margin-bottom : 0.75rem ;
441+ }
442+ }
0 commit comments