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

1 line
34 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/modal/style/_module.scss","file:///Users/ket/Documents/work/dsfr/module/elevation/mixin/_ground.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/display/tool/_display.scss","file:///Users/ket/Documents/work/dsfr/module/color/variable/_static.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/spacing/tool/_position.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/spacing/tool/_size.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/spacing/tool/_space.scss","%3Cinput%20css%20xch7Wx%3E","file:///Users/ket/Documents/work/dsfr/src/core/style/selector/tool/_pseudo.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/selector/tool/_block.scss","file:///Users/ket/Documents/work/dsfr/module/color/mixin/_element.scss","file:///Users/ket/Documents/work/dsfr/module/elevation/mixin/_shadow.scss","file:///Users/ket/Documents/work/dsfr/module/elevation/mixin/_z-index.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/typography/tool/_styles.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/typography/tool/_font-weight.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/selector/tool/_pattern.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,ACSA,UCFE,aAAA,CCYE,mBAAA,CFJF,kCGTU,CHKV,WAAA,CIKE,QAAA,CJJF,aAAA,CEDE,YAAA,CAIA,qBAAA,CG8CE,WAAA,CHtCF,6BAAA,CEJA,MAAA,CEcA,QAfE,CNJJ,SAAA,CMmBE,SAfE,CFVJ,cAAA,CAKE,OAAA,CAHA,KAAA,CJeF,qCAAA,CAZA,iBAAA,CK6CI,UAAA,CJhDF,YM+BJ,CPdE,wBACE,mBOqBJ,CPlBE,gBACE,YOoBJ,CCpCE,iBAGI,UDwCN,CC3CE,iCAOI,aAAA,CRcF,aAAA,CKwBE,WAAA,CAHA,OEQN,CClDE,sCRkCI,YOmBN,CCrDE,qBRyCI,UOoBN,CPJE,kBKZI,WAAA,CLeF,SAAA,CAEA,qCAAA,CAHA,kBAAA,CKjBE,UEuCN,CErFE,gBTsEE,qCAAA,CU9BI,kBAAA,CAqCJ,2CAAA,CAAA,6CAAA,CAhDA,8CAAA,CCpCA,wCAAA,CXgFA,aAAA,CACA,kCAAA,CAFA,eAAA,CADA,kBAAA,CYtEE,kCL2FN,CPXE,kBE1EE,kBAAA,CARA,YAAA,CFmFA,aAAA,CM7DA,uBCkFJ,CPfE,mBMvEI,oBAXA,CAGA,iBAHA,CAIA,kBCuGN,CPlBE,kBUvDM,kBAAA,CAqCJ,2CAAA,CAAA,6CAAA,CAhDA,8CAAA,CNzBA,QAAA,CFLA,YAAA,CFiGA,aAAA,CM/EE,kBAXA,CAeF,YAfE,CFVJ,eAAA,CJ2GE,yBO8BJ,CP3BI,iCACE,mBAAA,CACA,uBOuCN,CPnCE,iBanBE,0BAAA,CHhEA,4BAAA,CGfF,kBAAA,CCPA,eAAA,CDUE,mBNyIJ,CQ1Ja,0ITiBP,kBCkJN,CPxCI,oDU9FA,4FAAA,CV+FE,uBAAA,CACA,2BAAA,CACA,wBO2CN,CStKI;ECRI,cAAA,CVDR,CSSI;ECRI,cAAA,CjBER,UMoBM,oCCgBJ,CC7BA,sBRoCM,UOqBN,CCzDA,iCRgDI,aAAA,CKHA,WAAA,CAHA,OE+BJ,CCzEA,gBAGI,UDsEJ,CE7EA,gBT6EI,yBOmBJ,CPfA,kBM5DE,iBCsFF,CPnBA,mBMvEI,kBAXA,CAGA,iBAHA,CAIA,kBC4GJ,CPvBA,kBM9EI,gBAXA,CAeF,YCoHF,CPzBA,iBalGA,gBAAA,CAGE,gBN8IF,CAlKF,CSMI;ECRI,cAAA,CVKR,CSGI;ECRI,cAAA,CVQR","file":"modal.main.min.css","sourcesContent":[null,"////\n/// Modal Module\n/// @group modal\n////\n\n@use 'module/spacing';\n@use 'module/elevation';\n@use 'module/color';\n\n#{ns(modal)} {\n // reset dialog @TODO à déplacer dans reset ?\n border: none;\n color: inherit;\n visibility: hidden;\n opacity: 0;\n background-color: color.$black-a64;\n\n @include elevation.ground(modal);\n\n @include padding(0);\n @include margin(0);\n @include display-flex(column, stretch, space-between);\n @include fixed(0, 0, 0, 0, 100%, 100%);\n @include padding-right(var(--scrollbar-width), md);\n // transition in/out\n transition: opacity 0.3s, visibility 0.3s;\n\n & > #{ns(container)} {\n pointer-events: none;\n }\n\n &:focus {\n outline: none;\n }\n\n @include before('', block) {\n @include size(0, 8v);\n flex: 1 0 spacing.space(8v);\n }\n\n @include after(none, block) {\n @include size(0, 8v);\n flex: 1 0 spacing.space(8v);\n }\n\n /**\n * Modifier pour fixer la modale en haut en mobile (par defaut en bas)\n */\n &--top {\n @include before {\n content: none;\n @include respond-from(md) {\n content: '';\n }\n }\n\n @include after {\n content: '';\n }\n }\n\n @include respond-from(md) {\n @include before {\n @include size(0, 10vh);\n flex: 1 0 10vh;\