1 line
25 KiB
Text
1 line
25 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%20Jy5fap%3E","file:///Users/ket/Documents/work/dsfr/module/legacy/mixin/_legacy.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/selector/tool/_pseudo.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/icon/tool/_legacy.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/spacing/tool/_size.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/quote/style/_legacy.scss","file:///Users/ket/Documents/work/dsfr/module/color/mixin/_element.scss","file:///Users/ket/Documents/work/dsfr/src/component/quote/style/_scheme.scss"],"names":[],"mappings":"AAAA;;GAAA,ACeI;ECRI,cAAA,CCLR,CFaI;ECRI,cAAA,CCFR,CFUI;ECRI,cAAA,CCCR,CFOI;ECRI,cAAA,CCIR,CCFI,2DCOF,iCCME,4BAAA,CANA,2DAFI,CAUJ,2BAAA,CADA,oBAAA,CCsCE,WAAA,CAHA,UJtCJ,CKsDE,wCACE,oBL1CJ,CK6CE,wCCpDE,eARA,CAOA,YAPA,CAWA,cNUJ,COrBE,qBACE,cPuBJ,CE1BA,iBMyBE,aRMF,CE/BA,yCMyBE,aRWF,CEpCA,iCMyBE,aRiBF,CE1CA,iCMyBE,aRuBF,CEhDA,+BMyBE,aR6BF,CEtDA,iCMyBE,aRmCF,CE5DA,6BMyBE,aRyCF,CElEA,+BMyBE,aR+CF,CExEA,iCMyBE,aRqDF,CE9EA,+BMyBE,aR2DF,CEpFA,6BMyBE,aRiEF,CE1FA,mCMyBE,aRuEF,CEhGA,kCMyBE,aR6EF,CEtGA,sCMyBE,aRmFF,CE5GA,mCMyBE,aRyFF,CElHA,gCMyBE,aR+FF,CExHA,8BMyBE,aRqGF,CE9HA,mCMyBE,aR2GF,CS5IA,UDiCE,gDRiHF,CSrIE,kBDoBA,URsHF,CApHF","file":"quote.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 /**\n * Correction largeur max du texte\n */\n .fr-quote::before, .fr-quote::after {\n background-color: transparent;\n background-size: 100%;\n background-repeat: no-repeat;\n }\n .fr-quote::before, .fr-quote::after {\n background-image: url(\"../../icons/editor/fr--quote-line.svg\");\n }\n .fr-quote::before, .fr-quote::after {\n width: 2rem;\n height: 2rem;\n }\n ul.fr-quote__source {\n list-style-type: none;\n }\n ol.fr-quote__source {\n list-style-type: none;\n }\n ul.fr-quote__source,\n ol.fr-quote__source {\n padding-left: 0;\n margin-top: 0;\n margin-bottom: 0;\n }\n .fr-quote blockquote {\n max-width: 100%;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-quote::before {\n color: #6a6af4;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-quote--green-tilleul-verveine::before {\n color: #b7a73f;\n }\n}\n\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-quote--green-bourgeon::before {\n color: #68a532;\n }\n}\n\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-quote--green-emeraude::before {\n color: #00a95f;\n }\n}\n\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-quote--green-menthe::before {\n color: #009081;\n }\n}\n\n@media all and (-ms-high-contrast: none), (-ms-high-con
|