1 line
23 KiB
Text
1 line
23 KiB
Text
|
{"version":3,"sources":["<no source>","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","%3Cinput%20css%20EeIhNk%3E","file:///Users/ket/Documents/work/dsfr/module/legacy/mixin/_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,ACeI;ECRI,cAAA,CCJR,CFYI;ECRI,cAAA,CCDR,CFSI;ECRI,cAAA,CCER,CFMI;ECRI,cAAA,CCKR,CCHI,2DCiEA,4BACE,oBFrDJ,CEwDE,4BCpDE,eARA,CAOA,YAPA,CAWA,cHDJ,CIDA,gCACE,yBJGF,CKvBA,WCiCE,wDNLF,CKzBE,yBC8BA,aNAF,CK1BE,oBC0BA,aNKF,CK3BE,gBCsBA,wBNUF,CK5BE,mBCkBA,+BNeF,CK/BI,2BCgBF,UNoBF,CO7CA,+BDyBE,+BNyBF,CK1BE,gDCCA,UNmCF,CKhCE,qBCHA,+BNwCF,CKlCI,2BCNF,aN6CF,CKnCI,sCCVF,qBAAA,CAAA,+BNkDF,CA3DF","file":"footer.legacy.min.css","sourcesContent":[null,"@use '../variable/breakpoints';\n\n/// Set media query styles\n///\n/// @param {String} $media [md] - Layout size `['xs', 'sm', 'md', 'lg', 'xl']`\n///\n/// @example scss -\n/// .foo {\n/// @include respond-from(md) {\n/// }\n/// }\n@mixin respond-from($media) {\n $limits: map_get(breakpoints.$values, $media);\n\n @if $limits != null {\n @media (min-width: nth($limits, 1)) {\n @content;\n }\n }\n @else {\n @content;\n }\n}\n","@use 'module/media-query/variable/breakpoints';\n@use 'module/media-query';\n\n@mixin order () {\n @each $bp, $limits in breakpoints.$values {\n @if $bp != xs {\n @include media-query.respond-from($bp) {\n /*! media #{$bp} */\n }\n }\n }\n}\n","@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-ti
|