TP_JO2024/home/dist/component/breadcrumb/breadcrumb.main.min.css.map

1 line
36 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/src/component/breadcrumb/style/_module.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/typography/tool/_styles.scss","file:///Users/ket/Documents/work/dsfr/module/color/mixin/_element.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/spacing/tool/_space.scss","%3Cinput%20css%20qftJ47%3E","file:///Users/ket/Documents/work/dsfr/src/core/style/action/tool/_hover.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/action/tool/_link.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/selector/tool/_block.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/typography/tool/_list.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/_default.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/spacing/tool/_size.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/display/tool/_mask-image.scss","file:///Users/ket/Documents/work/dsfr/module/selector/mixin/_current.scss","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"],"names":[],"mappings":"AAAA;;GAAA,ACWA,eC8FI,yBAAA,CChEA,8BAAA,CDfF,gBAAA,CAGE,mBAAA,CEIA,kBAfE,CHFJ,iBISF,CJPE,uBK0CE,wBAAA,CAOA,yBAAA,CCxBF,0DAAA,CACA,sGAAA,CACA,qCAAA,CAEA,sIAAA,CNtBE,aAAA,CCCF,gBAAA,CAGE,mBAAA,CEIA,QAfE,CAeF,SAfE,CG4BJ,6BFFF,CEWE,2DAEE,kDFVJ,CJpBI,2CACE,YIsBN,CJdE,4BGfI,gBAHA,CAIA,iBAJA,CAGA,gBAHA,CAIA,iBAJA,CHqBF,0BIuBJ,CG5CE,qBCOA,cAAA,CACA,cAAA,CACA,YAAA,CACA,YAAA,CACA,YAAA,CACA,aAAA,CACA,iBAAA,CRuBE,yBIiCJ,CJ3BI,wBACE,cAAA,CACA,mBIqCN,CKnFE,iDC0BE,gBAAA,CAkBA,6BAAA,CDzCE,UCqD+B,CAdjC,oBAAA,CADA,aAAA,CCIE,uBAAA,CRxCA,kBAHA,CAIA,mBAJA,CSZJ,iEF0CM,CEzCN,yDFyCM,CErCN,2BFmD2B,CElD3B,mBFkD2B,CAHzB,kDAAA,CVWM,uBAAA,CWZJ,sBPmDN,CJjCE,qBKhBE,wBAAA,CAOA,yBAAA,CCxBF,0DAAA,CACA,sGAAA,CACA,qCAAA,CAEA,sIAAA,CLrBA,gBAAA,CAGE,mBAAA,CEIA,SAfE,CH4DF,iBAAA,CMhCF,6BAAA,CN+BE,kBI2DJ,CEjFE,uDAEE,kDFkFJ,CSvIE,6DP6BA,oBAAA,CJQE,8BAAA,CF8CE,cAAA,CADA,mBI0DN,CUjII;ECRI,cAAA,CXDR,CUSI;ECRI,cAAA,CfIR,eGkBM,oBCAJ,CJXA,uBAcI,YIsBJ,CJlBA,4BGfI,aAHA,CAIA,cAJA,CH6BA,eAAA,CADA,gBAAA,CGzBA,cAHA,CAIA,eAJA,CH0BA,cAAA,CACA,kBI4BJ,CKzDA,mCAGI,YLyDJ,CG1DA,qBPuCI,cIkCJ,CAlFF,CUMI;ECRI,cAAA,CXKR,CUGI;ECRI,cAAA,CXQR","file":"breadcrumb.main.min.css","sourcesContent":[null,"////\n/// Breadcrumb Module\n/// @group breadcrumb\n////\n\n@use 'module/spacing';\n@use 'module/selector';\n\n/**\nun padding de 4px et une marge négative en compensation sont mis en place afin d'éviter de couper le focus.\n */\n#{ns(breadcrumb)} {\n @include margin(4v 0 8v);\n @include margin-bottom(10v, md);\n @include text-style(xs);\n @include set-text-margin(0 0 2v);\n position: relative;\n\n &__button {\n @include link-underline;\n @include text-style(xs);\n @include margin(0);\n @include padding(0);\n @include disable-tint;\n @include hover-underline;\n color: inherit;\n\n &[aria-expanded=\"true\"] {\n display: none;\n }\n\n @include respond-from(md) {\n display: none;\n }\n }\n\n #{ns(collapse)} {\n @include margin-x(-4px);\n @include padding-x(4px);\n transform: translateY(-4px);\n\n @include respond-from(md) {\n @include margin-x(0);\n @include padding-x(0);\n transform: none;\n visibility: inherit;\n overflow: visible;\n max-height: none;\n @include before(none);\n }\n }\n\n @include list() {\n @include disable-list-style;\n transform: translateY(4px);\n\n @include respond-from(md) {\n transform: none;\n }\n\n li {\n display: inline;\n line-height: spacing.space(7v);\n\n /**\n * flèche séparatrice en font-icon\n */\n &:not(:first-child) {\n @include icon(arrow-right-s-line, sm, before) {\n @include margin-x(1v);\n vertical-align: -0.0625em;\n }\n }\n }\n }\n\n &__link {\n vertical-align: top;\n position: