techgarage-ir.MTWireGuard/UI/wwwroot/css/examples.css.map

1 line
9.4 KiB
Text
Raw Normal View History

2023-03-03 23:24:18 +03:30
{"version":3,"sources":["../../src/scss/examples.scss","examples.css","../../node_modules/@coreui/coreui/scss/mixins/_breakpoints.scss"],"names":[],"mappings":"AAAA,4FAAA;AAME;EACE,kBAAA;ACJJ;ADOE;EACE,oCAAA;ACLJ;ADOa;EACP,qDAAA;ACLN;;ADSE;EACE,kBAAA;ACNJ;ADWI;EACE,gBAAA;ACTN;ADaM;EACE,kBAAA;ACXR;ADeI;;;;EAIE,gBAAA;ACbN;ADgBI;EACE,gBAAA;EACA,cAAA;ACdN;ADiBI;EACE,gBAAA;ACfN;ADmBI;;EAEE,mBAAA;ACjBN;ADqBI;;EAEE,wBAAA;ACnBN;ADqBI;EACE,kBAAA;ACnBN;ADuBI;EACE,gBAAA;ACrBN;ADwBI;EACE,eAAA;ACtBN;AD0BI;;EAEE,gBAAA;EACA,wBAAA;ACxBN;AD2BI;EACE,gBAAA;EACA,wBAAA;ACzBN;ACkBI;EFWE;;IAEE,4BAAA;EC1BN;ED4BI;IACE,4BAAA;EC1BN;AACF;AD8BI;EACE,kBAAA;EACA,qBAAA;AC5BN","file":"examples.css","sourcesContent":["/* stylelint-disable declaration-no-important, scss/selector-no-redundant-nesting-selector */\n@import \"@coreui/coreui/scss/functions\";\n@import \"@coreui/coreui/scss/variables\";\n@import \"@coreui/coreui/scss/mixins\";\n\n.example {\n &:not(:first-child) {\n margin-top: 1.5rem;\n }\n\n .tab-content {\n background-color: $light-50 !important;\n\n @at-root .dark-theme & {\n background-color: rgba(255, 255, 255, .1) !important;\n }\n }\n\n & + p {\n margin-top: 1.5rem;\n }\n\n // Components examples\n .preview {\n + p {\n margin-top: 2rem;\n }\n\n > .form-control {\n + .form-control {\n margin-top: .5rem;\n }\n }\n\n > .nav + .nav,\n > .alert + .alert,\n > .navbar + .navbar,\n > .progress + .progress {\n margin-top: 1rem;\n }\n\n > .dropdown-menu {\n position: static;\n display: block;\n }\n\n > :last-child {\n margin-bottom: 0;\n }\n\n // Images\n > svg + svg,\n > img + img {\n margin-left: .5rem;\n }\n\n // Buttons\n > .btn,\n > .btn-group {\n margin: .25rem .125rem;\n }\n > .btn-toolbar + .btn-toolbar {\n margin-top: .5rem;\n }\n\n // List groups\n > .list-group {\n max-width: 400px;\n }\n\n > [class*=\"list-group-horizontal\"] {\n max-width: 100%;\n }\n\n // Navbars\n .fixed-top,\n .sticky-top {\n position: static;\n margin: -1rem -1rem 1rem;\n }\n\n .fixed-bottom {\n position: static;\n margin: 1rem -1rem -1rem;\n }\n\n @include media-breakpoint-up(sm) {\n .fixed-top,\n .sticky-top {\n margin: -1.5rem -1.5rem 1rem;\n }\n .fixed-bottom {\n margin: 1rem -1.5rem -1.5rem;\n }\n }\n\n // Pagination\n .pagination {\n margin-top: .5rem;\n margin-bottom: .5rem;\n }\n }\n}\n","/* stylelint-disable declaration-no-important, scss/selector-no-redundant-nesting-selector */\n.example:not(:first-child) {\n margin-top: 1.5rem;\n}\n.example .tab-content {\n background-color: #f9fafa !important;\n}\n.dark-theme .example .tab-content {\n background-color: rgba(255, 255, 255, 0.1) !important;\n}\n\n.example + p {\n margin-top: 1.5rem;\n}\n.example .preview + p {\n margin-top: 2rem;\n}\n.example .preview > .form-control + .form-control {\n margin-top: 0.5rem;\n}\n.example .preview > .nav + .nav,\n.example .preview > .alert + .alert,\n.example .preview > .navbar + .navbar,\n.example .preview > .progress + .progress {\n margin-top: 1rem;\n}\n.example .preview > .dropdown-menu {\n position: static;\n display: block;\n}\n.example .preview > :last-child {\n margin-bottom: 0;\n}\n.example .preview > svg + svg,\n.example .preview > img + img {\n margin-left: 0.5rem;\n}\n.example .preview > .btn,\n.example .preview > .btn-group {\n margin: 0.25rem 0.125rem;\n}\n.example .preview > .btn-toolbar + .btn-toolbar {\n margin-top: 0.5rem;\n}\n.example .preview > .list-group {\n max-width: 400px;\n}\n.example .preview > [class*=list-group-horizontal] {\n max-width: 100%;\n}\n.example .preview .fixed-top,\n.example .preview .sticky-top {\n position: static;\n margin: -1rem -1rem 1rem;\n}\n.example .preview .fixed-bottom {\n position: static;\n margin: 1rem -1rem -1rem;\n}\n@media (min-width: 576px) {\n .example .preview .fixed-top,\n .example .preview .sticky-top {\n mar