1 line
23 KiB
Text
1 line
23 KiB
Text
|
{"version":3,"sources":["<no source>","%3Cinput%20css%20pTvu0v%3E","file:///Users/ket/Documents/work/dsfr/module/media-query/mixin/_respond-from.scss","file:///Users/ket/Documents/work/dsfr/module/shame/media-query/mixin/_order.scss","file:///Users/ket/Documents/work/dsfr/module/legacy/mixin/_legacy.scss","file:///Users/ket/Documents/work/dsfr/src/component/footer/style/_legacy.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/typography/tool/_list.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/spacing/tool/_space.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/action/tool/_link.scss","file:///Users/ket/Documents/work/dsfr/src/component/footer/style/_scheme.scss","file:///Users/ket/Documents/work/dsfr/module/color/mixin/_element.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/selector/tool/_pseudo.scss"],"names":[],"mappings":"AAAA;;GAAA;ACAA,gBAAgB;ACeZ;ECRI,cAAA;AFJR;ACYI;ECRI,cAAA;AFDR;ACSI;ECRI,cAAA;AFER;ACMI;ECRI,cAAA;AFKR;AGHI;ECDF;;GAAA;EC8DE;IACE,qBAAA;ELpDJ;;EKuDE;IACE,qBAAA;ELrDJ;;EKwDE;;ICjDE,eAXA;IAOA,aAPA;IAQA,gBARA;ENUJ;;EODA;IACE,0BAAA;EPGF;;EQvBA;ICiCE,0DAAA;ETLF;;EQzBE;IC8BA,cAAA;ETAF;;EQ1BE;IC0BA,cAAA;ETKF;;EQ3BE;ICsBA,yBAAA;ETUF;;EQ5BE;ICkBA,gCAAA;ETeF;;EQ/BI;ICgBF,WAAA;EToBF;;EU7CA;IDyBE,gCAAA;ETyBF;;EQ9BE;ICKA,WAAA;ET8BF;;EQ/BE;ICCA,WAAA;ETmCF;;EQhCE;ICHA,gCAAA;ETwCF;;EQlCI;ICNF,cAAA;ET6CF;;EQnCI;ICVF,sBAAA;IAAA,gCAAA;ETkDF;AA3DF","file":"footer.legacy.css","sourcesContent":[null,"@charset \"UTF-8\";\n@media (min-width: 36em) {\n /*! media sm */\n}\n@media (min-width: 48em) {\n /*! media md */\n}\n@media (min-width: 62em) {\n /*! media lg */\n}\n@media (min-width: 78em) {\n /*! media xl */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n /**\n * Reset liste à puce\n */\n .fr-footer ul {\n list-style-type: none;\n }\n .fr-footer ol {\n list-style-type: none;\n }\n .fr-footer ul,\n .fr-footer ol {\n padding-left: 0;\n margin-top: 0;\n margin-bottom: 0;\n }\n .fr-footer__content-desc [href] {\n text-decoration: underline;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-footer {\n box-shadow: inset 0 2px 0 0 #000091, inset 0 -1px 0 0 #ddd;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-footer__content-link {\n color: #3a3a3a;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-footer__top-cat {\n color: #161616;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-footer__top {\n background-color: #f6f6f6;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-footer__bottom {\n box-shadow: inset 0 1px 0 0 #ddd;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-footer__bottom .fr-btn {\n color: #666;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-footer__bottom-item::before {\n box-shadow: inset 0 0 0 1px #ddd;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-footer__bottom-link {\n color: #666;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-footer__bottom-copy {\n color: #666;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-footer__partners {\n box-shadow: inset 0 1px 0 0 #ddd;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-footer__partners-title {\n color: #3a3a3a;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-footer__partners .fr-footer__logo {\n background-color: #fff;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-footer__partners .fr-footer__logo {\n box-shadow: inset 0 0 0 1px #ddd;\n }\n}","@use '../variable/breakpoints';\n\n/// Set media query styles\n///\n/// @param {String} $media [md] - Layout size `['xs', 'sm', 'md', 'lg', 'xl']`\n///\n/// @exam
|