TP_JO2024/home/dist/component/link/link.legacy.min.css.map

1 line
25 KiB
Text
Raw Normal View History

2024-03-27 17:19:37 +01:00
{"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%20EXjQ2a%3E","file:///Users/ket/Documents/work/dsfr/module/legacy/mixin/_legacy.scss","file:///Users/ket/Documents/work/dsfr/src/component/link/style/_legacy.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","file:///Users/ket/Documents/work/dsfr/src/core/style/spacing/tool/_size.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/icon/tool/_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/component/link/style/_scheme.scss","file:///Users/ket/Documents/work/dsfr/src/component/link/deprecated/style/scheme/_close.scss","file:///Users/ket/Documents/work/dsfr/module/disabled/mixin/_selector.scss"],"names":[],"mappings":"AAAA;;GAAA,ACeI;ECRI,cAAA,CCLR,CFaI;ECRI,cAAA,CCFR,CFUI;ECRI,cAAA,CCCR,CFOI;ECRI,cAAA,CCIR,CCFI,2DCDF,SACE,qBAAA,CCgCA,aAAA,CD/BA,yBFMF,CIAA,oCC6CI,WAAA,CAHA,UL5BJ,CIdA,wDEME,4BAAA,CAEA,2BAAA,CADA,oBNgBF,CIvBA,oBC6CI,aAAA,CAHA,YLnBJ,COmCE,oCACE,oBP1BJ,CO6BE,oCCpDE,eARA,CAOA,YAPA,CAWA,cR0BJ,CS5CE,iBN8BA,UHwBF,CShDE,2BNwBA,aH8BF,CSlDE,0BNoBA,+BHmCF,CUtEA,gBPkHI,4BAAA,CA/EF,aHyCF,CGyCM,sBACE,gCHvCR,CG0CM,uBACE,+BHxCR,CWrES,sDRqGL,4BAAA,CA/EF,aHyDF,CGyBM,kEACE,gCHlBR,CGqBM,oEACE,+BHnBR,CArDF","file":"link.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","@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 .fr-link {\n background-image: none;\n text-decoration: underline;\n }\n .fr-link::before {\n background-color: transparent;\n background-size: 100%;\n background-repeat: no-repeat;\n }\n .fr-link::before {\n width: 1rem;\n height: 1rem;\n }\n .fr-link--sm::before {\n background-color: transparent;\n background-size: 100%;\n background-repeat: no-repeat;\n }\n .fr-link--sm::before {\n width: 1rem;\n height: 1rem;\n }\n .fr-link--lg::before {\n background-color: transparent;\n background-size: 100%;\n background-repeat: no-repeat;\n }\n .fr-link--lg::before {\n width: 1.5rem;\n height: 1.5rem;\n }\n ul.fr-links-group {\n list-style-type: none;\n }\n ol.fr-links-group {\n list-style-type: none;\n }\n ul.fr-links-group,\n ol.fr-links-group {\n padding-left: 0;\n margin-top: 0;\n margin-bottom: 0;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-link {\n color: #000091;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-link__detail {\n color: #666;\n }\n}\n\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-links-group li::marker {\n color: #000091;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-links-group--bordered {\n box-shadow: inset 0 0 0 1px