1 line
30 KiB
Text
1 line
30 KiB
Text
|
{"version":3,"sources":["<no source>","%3Cinput%20css%20420HVI%3E","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","file:///Users/ket/Documents/work/dsfr/module/legacy/mixin/_legacy.scss","file:///Users/ket/Documents/work/dsfr/src/component/pagination/style/_legacy.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/action/tool/_link.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/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/component/pagination/style/_scheme.scss","file:///Users/ket/Documents/work/dsfr/module/color/mixin/_element.scss","file:///Users/ket/Documents/work/dsfr/module/selector/mixin/_current.scss","file:///Users/ket/Documents/work/dsfr/module/utilities/mixin/_nest.scss","file:///Users/ket/Documents/work/dsfr/module/disabled/mixin/_selector.scss"],"names":[],"mappings":"AAAA;;GAAA;ACAA,gBAAgB;ACeZ;ECRI,cAAA;AFJR;ACYI;ECRI,cAAA;AFDR;ACSI;ECRI,cAAA;AFER;ACMI;ECRI,cAAA;AFKR;AGHI;ECAF;;GAAA;EC4BA;IACE,qBAAA;ELnBF;;EMmDE;IACE,qBAAA;ENjDJ;;EMoDE;IACE,qBAAA;ENlDJ;;EMqDE;;ICjDE,eAXA;IAOA,aAPA;IAQA,gBARA;EPaJ;;EQfA;;ICME,6BAAA;IACA,qBAAA;IACA,4BAAA;IARA,2EAFI;IC4CF,aAAA;IAGA,cAAA;EVZJ;;EQjCA;;ICME,6BAAA;IACA,qBAAA;IACA,4BAAA;IARA,iEAFI;IC4CF,aAAA;IAGA,cAAA;EVEJ;;EQ/CA;;ICME,6BAAA;IACA,qBAAA;IACA,4BAAA;IARA,kEAFI;IC4CF,aAAA;IAGA,cAAA;EVgBJ;;EQ7DA;;ICME,6BAAA;IACA,qBAAA;IACA,4BAAA;IARA,2EAFI;IC4CF,aAAA;IAGA,cAAA;EV8BJ;;EWjFA;IC+BE,cAAA;EZ8DF;;EanGA;IDqCE,yBAAA;IAAA,cAAA;EZmEF;;Ec1GE;IFuFA,yBAAA;EZwBF;;Ec/GE;IFuFA,yBAAA;EZ2BF;;EejGS;;;;IHsBP,cAAA;EZqFF;AA9FF;AGvBI;ECOA;IQwGE,6BAAA;EZpFJ;;EYuFM;IACE,qCAAA;EZrFR;;EYwFM;IACE,oCAAA;EZtFR;AACF;AGlCI;EULF;IDqCE,yBAAA;EZ2FF;AACF","file":"pagination.legacy.css","sourcesContent":[null,"@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 * Correctif de la largeur de la légende d'un fieldset\n */\n .fr-pagination [href] {\n text-decoration: none;\n }\n .fr-pagination ul {\n list-style-type: none;\n }\n .fr-pagination ol {\n list-style-type: none;\n }\n .fr-pagination ul,\n .fr-pagination ol {\n padding-left: 0;\n margin-top: 0;\n margin-bottom: 0;\n }\n}\n@media all and (-ms-high-contrast: none) and (-ms-high-contrast: none), (-ms-high-contrast: none) and (-ms-high-contrast: active), (-ms-high-contrast: active) and (-ms-high-contrast: none), (-ms-high-contrast: active) and (-ms-high-contrast: active) {\n .fr-pagination__link {\n background-color: transparent;\n }\n .fr-pagination__link:hover {\n background-color: rgba(0, 0, 0, 0.05);\n }\n .fr-pagination__link:active {\n background-color: rgba(0, 0, 0, 0.1);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-pagination .fr-pagination__link--first::before, .fr-pagination .fr-pagination__link--first::after {\n background-color: transparent;\n background-size: 100%;\n background-repeat: no-repeat;\n }\n .fr-pagination .fr-pagination__link--first::before, .fr-pagination .fr-pagination__link--first::after {\n background-image: url(\"../../icons/system/fr--arrow-left-s-first-line.svg\");\n }\n .fr-pagination .fr-pagination__link--first::before, .fr-pagination .fr-pagination__link--first::after {\n width: 1.5rem;\n height: 1.5rem;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-pagination .fr-pagination__link--prev::before, .fr-pagination .fr-pagination__link--prev::after {\n
|