{"version":3,"file":"Shortcut.css","mappings":"AAIA;AAkBA;AAOA;AC7BA;EACE;EACA;EACA;EACA;ACIF;ADAA;EACE;EACA;EACA;EACA;ACEF;ADEA;EACE;EACA;EACA;EACA;ACAF;ADIA;EACE;EACA;EACA;EACA;ACFF;AAlBA;EACC;EACA;EACA;EACA;EACA;EACA,yBFPY;EEQZ;ECdC;EACA;ADmCF;AAnBC;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AAqBF;AAnBE;EACC,cFhBI;EEiBJ;AAqBH;AAnBG;EACC,cFnBQ;AEwCZ,C","sources":["webpack://@neos-project/neos/./Resources/Private/Styles/_Constants.scss","webpack://@neos-project/neos/./Resources/Private/Styles/_Fonts.scss","webpack://@neos-project/neos/./Resources/Private/Styles/Shortcut.scss","webpack://@neos-project/neos/./Resources/Private/Styles/_Mixins.scss"],"sourcesContent":["$baseFontSize: 100%;\n$baseIconFontFamily: \"Font Awesome 6 Free\";\n$brandIconFontFamily: \"Font Awesome 6 Brands\";\n\n/* Color palette */\n$grayDarker: #141414;\n$grayDark: #222;\n$grayMedium: #323232;\n$grayLight: #3f3f3f;\n$grayLighter: #eee;\n$textOnWhite: #252525;\n$textContrast: #2d2d2d;\n$textOnGray: #fff;\n$textSubtle: #5b5b5b;\n$textSubtleLight: #adadad;\n$blue: #00b5ff;\n$blueLight: #39c6ff;\n$blueDark: #007fb2;\n$green: #00a338;\n$warning: #ff460d;\n$orange: #ff8700; // \"TYPO3 orange\"\n\n/* Sizes & margins */\n$unit: 40px;\n$defaultMargin: 16px;\n$relatedMargin: 8px;\n$tightMargin: 4px;\n$wideMargin: 32px;\n\n/* Components */\n$inspectorWidth: $unit * 8;\n$navigatePanelWidth: $unit * 8;\n$menuWidth: $unit * 8;\n$editPreviewPanelHeight: $unit * 2.75;\n$menuButtonWidth: 54px;\n$generalFontSize: 14px;\n\n$zindexTooltip: 999999;\n$errorText: $warning;\n$successText: $green;\n$warningText: $orange;\n$infoText: $blue;\n","@font-face {\n  font-family: \"Noto Sans\";\n  font-style: normal;\n  font-weight: 400;\n  src: local(\"Noto Sans\"), local(\"NotoSans\"),\n    url(\"../Fonts/NotoSans/NotoSans-Regular.woff2\") format(\"woff2\");\n}\n\n@font-face {\n  font-family: \"Noto Sans\";\n  font-style: normal;\n  font-weight: 700;\n  src: local(\"Noto Sans Bold\"), local(\"NotoSans-Bold\"),\n    url(\"../Fonts/NotoSans/NotoSans-Bold.woff2\") format(\"woff2\");\n}\n\n@font-face {\n  font-family: \"Noto Sans\";\n  font-style: italic;\n  font-weight: 400;\n  src: local(\"Noto Sans Italic\"), local(\"NotoSans-Italic\"),\n    url(\"../Fonts/NotoSans/NotoSans-Italic.woff2\") format(\"woff2\");\n}\n\n@font-face {\n  font-family: \"Noto Sans\";\n  font-style: italic;\n  font-weight: 700;\n  src: local(\"Noto Sans Bold Italic\"), local(\"NotoSans-BoldItalic\"),\n    url(\"../Fonts/NotoSans/NotoSans-BoldItalic.woff2\") format(\"woff2\");\n}\n","// Core variables and mixins\n@import \"Foundation/variables\";\n@import \"Foundation/mixins\";\n@import \"Constants\";\n@import \"Mixins\";\n@import \"Fonts\";\n\n\n#neos-shortcut {\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n\tbackground-color: $grayMedium;\n\tz-index: 9999;\n\t@include font;\n\n\tp {\n\t\tposition: relative;\n\t\tmargin: 0 auto;\n\t\twidth: 500px;\n\t\theight: 60px;\n\t\ttop: 50%;\n\t\tmargin-top: -30px;\n\t\tcolor: #fff;\n\t\tfont-size: 22px;\n\t\tline-height: 1.4;\n\t\ttext-align: center;\n\n\t\ta {\n\t\t\tcolor: $blue;\n\t\t\ttext-decoration: none;\n\n\t\t\t&:hover {\n\t\t\t\tcolor: $blueLight;\n\t\t\t}\n\t\t}\n\t}\n}\n","@mixin font() {\n  font-family: \"Noto Sans\", sans-serif;\n  -webkit-font-smoothing: antialiased;\n}\n\n@mixin icon-font($fontFamily, $width: 14px) {\n  font-family: $fontFamily;\n  display: inline-block;\n  width: $width;\n  height: $width;\n  line-height: $width;\n  font-size: $width;\n  vertical-align: baseline;\n  *margin-right: 0.3em;\n  margin: 1px 0 0 0;\n  background-image: none;\n  -webkit-font-smoothing: antialiased;\n  -moz-font-smoothing: antialiased;\n  -ms-font-smoothing: antialiased;\n  -o-font-smoothing: antialiased;\n  font-smoothing: antialiased;\n\n  &:before,\n  &:after {\n    font-family: inherit;\n  }\n}\n\n@mixin clearfix {\n  &:after {\n    content: \"\";\n    display: table;\n    clear: both;\n  }\n}\n"],"names":[],"sourceRoot":""}