TP_JO2024/home/dist/utility/icons/icons-communication/icons-communication.legacy.css.map

1 line
8.3 KiB
Text
Raw Permalink 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%20ekGJvp%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"],"names":[],"mappings":"AAAA;;GAAA;ACeI;ECRI,cAAA;ACLR;AFaI;ECRI,cAAA;ACFR;AFUI;ECRI,cAAA;ACCR;AFOI;ECRI,cAAA;ACIR;ACFI;ECOF;;ICAE,qEAFI;EHCN;;EECA;;ICAE,qEAFI;EHIN;;EEFA;;ICAE,qEAFI;EHON;;EELA;;ICAE,qEAFI;EHUN;;EERA;;ICAE,yEAFI;EHaN;;EEXA;;ICAE,yEAFI;EHgBN;;EEdA;;ICAE,0EAFI;EHmBN;;EEjBA;;ICAE,0EAFI;EHsBN;;EEpBA;;ICAE,wEAFI;EHyBN;;EEvBA;;ICAE,wEAFI;EH4BN;;EE1BA;;ICAE,sEAFI;EH+BN;;EE7BA;;ICAE,sEAFI;EHkCN;;EEhCA;;ICAE,uEAFI;EHqCN;;EEnCA;;ICAE,uEAFI;EHwCN;;EEtCA;;ICAE,wEAFI;EH2CN;;EEzCA;;ICAE,wEAFI;EH8CN;;EE5CA;;ICAE,8EAFI;EHiDN;;EE/CA;;ICAE,8EAFI;EHoDN;;EElDA;;ICAE,4EAFI;EHuDN;;EErDA;;ICAE,4EAFI;EH0DN;;EExDA;;ICAE,yEAFI;EH6DN;;EE3DA;;ICAE,yEAFI;EHgEN;AACF","file":"icons-communication.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 .fr-icon-chat-2-fill::before, .fr-icon-chat-2-fill::after {\n background-image: url(\"../../../icons/communication/chat-2-fill.svg\");\n }\n .fr-icon-chat-2-line::before, .fr-icon-chat-2-line::after {\n background-image: url(\"../../../icons/communication/chat-2-line.svg\");\n }\n .fr-icon-chat-3-fill::before, .fr-icon-chat-3-fill::after {\n background-image: url(\"../../../icons/communication/chat-3-fill.svg\");\n }\n .fr-icon-chat-3-line::before, .fr-icon-chat-3-line::after {\n background-image: url(\"../../../icons/communication/chat-3-line.svg\");\n }\n .fr-icon-chat-check-fill::before, .fr-icon-chat-check-fill::after {\n background-image: url(\"../../../icons/communication/chat-check-fill.svg\");\n }\n .fr-icon-chat-check-line::before, .fr-icon-chat-check-line::after {\n background-image: url(\"../../../icons/communication/chat-check-line.svg\");\n }\n .fr-icon-chat-delete-fill::before, .fr-icon-chat-delete-fill::after {\n background-image: url(\"../../../icons/communication/chat-delete-fill.svg\");\n }\n .fr-icon-chat-delete-line::before, .fr-icon-chat-delete-line::after {\n background-image: url(\"../../../icons/communication/chat-delete-line.svg\");\n }\n .fr-icon-chat-poll-fill::before, .fr-icon-chat-poll-fill::after {\n background-image: url(\"../../../icons/communication/chat-poll-fill.svg\");\n }\n .fr-icon-chat-poll-line::before, .fr-icon-chat-poll-line::after {\n background-image: url(\"../../../icons/communication/chat-poll-line.svg\");\n }\n .fr-icon-discuss-fill::before, .fr-icon-discuss-fill::after {\n background-image: url(\"../../../icons/communication/discuss-fill.svg\");\n }\n .fr-icon-discuss-line::before, .fr-icon-discuss-line::after {\n background-image: url(\"../../../icons/communication/discuss-line.svg\");\n }\n .fr-icon-feedback-fill::before, .fr-icon-feedback-fill::after {\