-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.a7f050dc.css.map
1 lines (1 loc) · 13.9 KB
/
index.a7f050dc.css.map
1
{"mappings":"ACQA,mEAYA,8HAeA,uJAiBA,sBASA,wCAYA,2CASA,kCASA,yDASA,+CAWA,wEAaA,8FASA,oCASA,oEASA,4BAWA,gEAQA,iCAQA,0CAaA,0EAaA,qCAQA,wFAQA,0CAQA,yCASA,0CAUA,yEASA,oEASA,sDASA,oDASA,oEAYA,oTAeA,wCAQA,wDAWA,2CAQA,uCASA,6DASA,sDAIA,uFGvWA,2ICAA,0JAUA,0BAIA,yBACE,kBAKF,yBACE,wCAKF,qCAIE,sFAOF,WAKA,sEAME,yEAOF,yBACE,wBAKF,kDAKA,yBACE,iCAOF","sources":["index.a7f050dc.css","node_modules/sanitize.css/sanitize.css","assets/css/main.scss","assets/css/vendors/_index.scss","assets/css/abstracts/_fonts.scss","assets/css/pages/_index.scss"],"sourcesContent":["*, :before, :after {\n box-sizing: border-box;\n background-repeat: no-repeat;\n}\n\n:before, :after {\n -webkit-text-decoration: inherit;\n text-decoration: inherit;\n vertical-align: inherit;\n}\n\n:where(:root) {\n cursor: default;\n overflow-wrap: break-word;\n tab-size: 4;\n -webkit-tap-highlight-color: transparent;\n -webkit-text-size-adjust: 100%;\n line-height: 1.5;\n}\n\n:where(body) {\n margin: 0;\n}\n\n:where(h1) {\n margin: .67em 0;\n font-size: 2em;\n}\n\n:where(dl, ol, ul) :where(dl, ol, ul) {\n margin: 0;\n}\n\n:where(hr) {\n color: inherit;\n height: 0;\n}\n\n:where(nav) :where(ol, ul) {\n padding: 0;\n list-style-type: none;\n}\n\n:where(nav li):before {\n content: \"\";\n float: left;\n}\n\n:where(pre) {\n font-family: monospace, monospace;\n font-size: 1em;\n overflow: auto;\n}\n\n:where(abbr[title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n}\n\n:where(b, strong) {\n font-weight: bolder;\n}\n\n:where(code, kbd, samp) {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n\n:where(small) {\n font-size: 80%;\n}\n\n:where(audio, canvas, iframe, img, svg, video) {\n vertical-align: middle;\n}\n\n:where(iframe) {\n border-style: none;\n}\n\n:where(svg:not([fill])) {\n fill: currentColor;\n}\n\n:where(table) {\n border-collapse: collapse;\n border-color: inherit;\n text-indent: 0;\n}\n\n:where(button, input, select) {\n margin: 0;\n}\n\n:where(button, [type=\"button\" i], [type=\"reset\" i], [type=\"submit\" i]) {\n -webkit-appearance: button;\n}\n\n:where(fieldset) {\n border: 1px solid #a0a0a0;\n}\n\n:where(progress) {\n vertical-align: baseline;\n}\n\n:where(textarea) {\n resize: vertical;\n margin: 0;\n}\n\n:where([type=\"search\" i]) {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n\n::-webkit-inner-spin-button, ::-webkit-outer-spin-button {\n height: auto;\n}\n\n::-webkit-input-placeholder {\n color: inherit;\n opacity: .54;\n}\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\n\n:where(dialog) {\n color: #000;\n height: -moz-fit-content;\n height: -webkit-fit-content;\n height: fit-content;\n width: -moz-fit-content;\n width: -webkit-fit-content;\n width: fit-content;\n background-color: #fff;\n border: solid;\n margin: auto;\n padding: 1em;\n position: absolute;\n left: 0;\n right: 0;\n}\n\n:where(dialog:not([open])) {\n display: none;\n}\n\n:where(details > summary:first-of-type) {\n display: list-item;\n}\n\n:where([aria-busy=\"true\" i]) {\n cursor: progress;\n}\n\n:where([aria-controls]) {\n cursor: pointer;\n}\n\n:where([aria-disabled=\"true\" i], [disabled]) {\n cursor: not-allowed;\n}\n\n:where([aria-hidden=\"false\" i][hidden]) {\n display: initial;\n}\n\n:where([aria-hidden=\"false\" i][hidden]:not(:focus)) {\n clip: rect(0, 0, 0, 0);\n position: absolute;\n}\n\n@font-face {\n font-family: Sligoil Micro;\n src: url(\"Sligoil-Micro.30fba1b3.woff\") format(\"woff\");\n font-weight: normal;\n font-style: normal;\n}\n\nbody {\n text-transform: uppercase;\n color: #fff;\n background-color: #000;\n margin: 15px;\n font-family: Sligoil Micro;\n font-size: min(max(15.5px, 4vw), 28px);\n line-height: 1.15;\n}\n\n:root {\n --border-color: cyan;\n}\n\n@media (min-width: 600px) {\n body {\n margin: 30px;\n }\n}\n\n@media (min-width: 730px) {\n body {\n font-size: min(max(20px, 2vw), 24px);\n }\n}\n\na {\n color: inherit;\n text-decoration: none;\n}\n\na:hover {\n border-bottom: 1px solid;\n border-color: var(--border-color);\n text-decoration: none;\n}\n\np {\n margin: 0;\n}\n\n.ma-work {\n width: 35%;\n pointer-events: none;\n display: none;\n position: absolute;\n}\n\n.ma-work img {\n width: 100%;\n height: auto;\n border: 1px solid var(--border-color);\n}\n\n@media (min-width: 600px) {\n .ma-work {\n display: block;\n }\n}\n\n.contacts {\n position: absolute;\n bottom: 15px;\n left: 15px;\n}\n\n@media (min-width: 600px) {\n .contacts {\n bottom: 30px;\n left: 30px;\n }\n}\n\n.hidden-images {\n display: none;\n}\n\n/*# sourceMappingURL=index.a7f050dc.css.map */\n","/* Document\n * ========================================================================== */\n\n/**\n * 1. Add border box sizing in all browsers (opinionated).\n * 2. Backgrounds do not repeat by default (opinionated).\n */\n\n*,\n::before,\n::after {\n box-sizing: border-box; /* 1 */\n background-repeat: no-repeat; /* 2 */\n}\n\n/**\n * 1. Add text decoration inheritance in all browsers (opinionated).\n * 2. Add vertical alignment inheritance in all browsers (opinionated).\n */\n\n::before,\n::after {\n text-decoration: inherit; /* 1 */\n vertical-align: inherit; /* 2 */\n}\n\n/**\n * 1. Use the default cursor in all browsers (opinionated).\n * 2. Change the line height in all browsers (opinionated).\n * 3. Breaks words to prevent overflow in all browsers (opinionated).\n * 4. Use a 4-space tab width in all browsers (opinionated).\n * 5. Remove the grey highlight on links in iOS (opinionated).\n * 6. Prevent adjustments of font size after orientation changes in iOS.\n */\n\n:where(:root) {\n cursor: default; /* 1 */\n line-height: 1.5; /* 2 */\n overflow-wrap: break-word; /* 3 */\n -moz-tab-size: 4; /* 4 */\n tab-size: 4; /* 4 */\n -webkit-tap-highlight-color: transparent; /* 5 */\n -webkit-text-size-adjust: 100%; /* 6 */\n}\n\n/* Sections\n * ========================================================================== */\n\n/**\n * Remove the margin in all browsers (opinionated).\n */\n\n:where(body) {\n margin: 0;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Edge, Firefox, and Safari.\n */\n\n:where(h1) {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/* Grouping content\n * ========================================================================== */\n\n/**\n * Remove the margin on nested lists in Chrome, Edge, and Safari.\n */\n\n:where(dl, ol, ul) :where(dl, ol, ul) {\n margin: 0;\n}\n\n/**\n * 1. Correct the inheritance of border color in Firefox.\n * 2. Add the correct box sizing in Firefox.\n */\n\n:where(hr) {\n color: inherit; /* 1 */\n height: 0; /* 2 */\n}\n\n/**\n * Remove the list style on navigation lists in all browsers (opinionated).\n */\n\n:where(nav) :where(ol, ul) {\n list-style-type: none;\n padding: 0;\n}\n\n/**\n * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).\n */\n\n:where(nav li)::before {\n content: \"\\200B\";\n float: left;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n * 3. Prevent overflow of the container in all browsers (opinionated).\n */\n\n:where(pre) {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n overflow: auto; /* 3 */\n}\n\n/* Text-level semantics\n * ========================================================================== */\n\n/**\n * Add the correct text decoration in Safari.\n */\n\n:where(abbr[title]) {\n text-decoration: underline;\n text-decoration: underline dotted;\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\n:where(b, strong) {\n font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\n:where(code, kbd, samp) {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\n:where(small) {\n font-size: 80%;\n}\n\n/* Embedded content\n * ========================================================================== */\n\n/*\n * Change the alignment on media elements in all browsers (opinionated).\n */\n\n:where(audio, canvas, iframe, img, svg, video) {\n vertical-align: middle;\n}\n\n/**\n * Remove the border on iframes in all browsers (opinionated).\n */\n\n:where(iframe) {\n border-style: none;\n}\n\n/**\n * Change the fill color to match the text color in all browsers (opinionated).\n */\n\n:where(svg:not([fill])) {\n fill: currentColor;\n}\n\n/* Tabular data\n * ========================================================================== */\n\n/**\n * 1. Collapse border spacing in all browsers (opinionated).\n * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.\n * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.\n */\n\n:where(table) {\n border-collapse: collapse; /* 1 */\n border-color: inherit; /* 2 */\n text-indent: 0; /* 3 */\n}\n\n/* Forms\n * ========================================================================== */\n\n/**\n * Remove the margin on controls in Safari.\n */\n\n:where(button, input, select) {\n margin: 0;\n}\n\n/**\n * Correct the inability to style buttons in iOS and Safari.\n */\n\n:where(button, [type=\"button\" i], [type=\"reset\" i], [type=\"submit\" i]) {\n -webkit-appearance: button;\n}\n\n/**\n * Change the inconsistent appearance in all browsers (opinionated).\n */\n\n:where(fieldset) {\n border: 1px solid #a0a0a0;\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Edge, and Firefox.\n */\n\n:where(progress) {\n vertical-align: baseline;\n}\n\n/**\n * 1. Remove the margin in Firefox and Safari.\n * 3. Change the resize direction in all browsers (opinionated).\n */\n\n:where(textarea) {\n margin: 0; /* 1 */\n resize: vertical; /* 3 */\n}\n\n/**\n * 1. Correct the odd appearance in Chrome, Edge, and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n:where([type=\"search\" i]) {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Safari.\n */\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * Correct the text style of placeholders in Chrome, Edge, and Safari.\n */\n\n::-webkit-input-placeholder {\n color: inherit;\n opacity: 0.54;\n}\n\n/**\n * Remove the inner padding in Chrome, Edge, and Safari on macOS.\n */\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style upload buttons in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/* Interactive\n * ========================================================================== */\n\n/*\n * Add the correct styles in Safari.\n */\n\n:where(dialog) {\n background-color: white;\n border: solid;\n color: black;\n height: -moz-fit-content;\n height: fit-content;\n left: 0;\n margin: auto;\n padding: 1em;\n position: absolute;\n right: 0;\n width: -moz-fit-content;\n width: fit-content;\n}\n\n:where(dialog:not([open])) {\n display: none;\n}\n\n/*\n * Add the correct display in Safari.\n */\n\n:where(details > summary:first-of-type) {\n display: list-item;\n}\n\n/* Accessibility\n * ========================================================================== */\n\n/**\n * Change the cursor on busy elements in all browsers (opinionated).\n */\n\n:where([aria-busy=\"true\" i]) {\n cursor: progress;\n}\n\n/*\n * Change the cursor on control elements in all browsers (opinionated).\n */\n\n:where([aria-controls]) {\n cursor: pointer;\n}\n\n/*\n * Change the cursor on disabled, not-editable, or otherwise\n * inoperable elements in all browsers (opinionated).\n */\n\n:where([aria-disabled=\"true\" i], [disabled]) {\n cursor: not-allowed;\n}\n\n/*\n * Change the display on visually hidden accessible elements\n * in all browsers (opinionated).\n */\n\n:where([aria-hidden=\"false\" i][hidden]) {\n display: initial;\n}\n\n:where([aria-hidden=\"false\" i][hidden]:not(:focus)) {\n clip: rect(0, 0, 0, 0);\n position: absolute;\n}\n","// 1. ABSTRACTS\n\n@import 'abstracts/fonts';\n@import 'abstracts/variables';\n@import 'abstracts/functions';\n@import 'abstracts/mixins';\n\n// 2. VENDORS\n\n@import 'vendors';\n\n// 3. VENDORS EXTENSIONS\n\n// 4. BASE\n\n@import 'base/typography';\n@import 'base/base';\n\n// 5. LAYOUT\n\n// 6. COMPONENTS\n\n// 7. PAGES\n@import 'pages/index';\n","@import url(\"npm:sanitize.css\");\n","@font-face {\n font-family: \"Sligoil Micro\";\n src: url(\"../fonts/sligoil-main/Sligoil-Micro.woff\") format(\"woff\");\n font-weight: normal;\n font-style: normal;\n}\n","body {\n margin: 15px;\n font-family: \"Sligoil Micro\";\n font-size: min(max(15.5px, 4vw), 28px);\n line-height: 1.15;\n text-transform: uppercase;\n background-color: black;\n color: white;\n}\n\n:root {\n --border-color: cyan;\n}\n\n@media (min-width: 600px) {\n body {\n margin: 30px;\n }\n}\n\n@media (min-width: 730px) {\n body {\n font-size: min(max(20px, 2vw), 24px);\n }\n}\n\na {\n color: inherit;\n text-decoration: none;\n\n &:hover {\n text-decoration: none;\n border-bottom: 1px solid;\n border-color: var(--border-color);\n }\n}\n\np {\n margin: 0;\n}\n\n\n.ma-work {\n width: 35%;\n position: absolute;\n pointer-events: none;\n display: none;\n\n img {\n width: 100%;\n height: auto;\n border: 1px solid var(--border-color);\n }\n}\n\n@media (min-width: 600px) {\n .ma-work {\n display: block;\n }\n}\n\n.contacts {\n position: absolute;\n bottom: 15px;\n left: 15px;\n}\n@media (min-width: 600px) {\n .contacts {\n bottom: 30px;\n left: 30px;\n }\n}\n\n\n.hidden-images {\n display: none;\n}\n"],"names":[],"version":3,"file":"index.a7f050dc.css.map"}