TP_JO2024/home/dist/component/quote/quote.legacy.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%20Bg_Ca8%3E","file:///Users/ket/Documents/work/dsfr/module/legacy/mixin/_legacy.scss","file:///Users/ket/Documents/work/dsfr/src/component/quote/style/_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/module/color/mixin/_element.scss","file:///Users/ket/Documents/work/dsfr/src/component/quote/style/_scheme.scss"],"names":[],"mappings":"AAAA;;GAAA;ACeI;ECRI,cAAA;ACLR;AFaI;ECRI,cAAA;ACFR;AFUI;ECRI,cAAA;ACCR;AFOI;ECRI,cAAA;ACIR;ACFI;ECDF;;GAAA;ECQA;;ICME,6BAAA;IACA,qBAAA;IACA,4BAAA;IARA,8DAFI;IC4CF,WAAA;IAGA,YAAA;ELzCJ;;EMkDE;IACE,qBAAA;ENzCJ;;EM4CE;IACE,qBAAA;EN1CJ;;EM6CE;;ICjDE,eAXA;IAOA,aAPA;IAQA,gBARA;EPqBJ;;EErBE;IACE,eAAA;EFuBJ;;EG1BA;IKyBE,cAAA;ERMF;;EG/BA;IKyBE,cAAA;ERWF;;EGpCA;IKyBE,cAAA;ERiBF;;EG1CA;IKyBE,cAAA;ERuBF;;EGhDA;IKyBE,cAAA;ER6BF;;EGtDA;IKyBE,cAAA;ERmCF;;EG5DA;IKyBE,cAAA;ERyCF;;EGlEA;IKyBE,cAAA;ER+CF;;EGxEA;IKyBE,cAAA;ERqDF;;EG9EA;IKyBE,cAAA;ER2DF;;EGpFA;IKyBE,cAAA;ERiEF;;EG1FA;IKyBE,cAAA;ERuEF;;EGhGA;IKyBE,cAAA;ER6EF;;EGtGA;IKyBE,cAAA;ERmFF;;EG5GA;IKyBE,cAAA;ERyFF;;EGlHA;IKyBE,cAAA;ER+FF;;EGxHA;IKyBE,cAAA;ERqGF;;EG9HA;IKyBE,cAAA;ER2GF;;ES5IA;IDiCE,mDAAA;ERiHF;;ESrIE;IDoBA,WAAA;ERsHF;AApHF","file":"quote.legacy.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),