{"version":3,"sources":["themes/_jarvis-theme.scss","themes/fresh.scss","themes/fresh.css"],"names":[],"mappings":";;;;;;;AAqBG;EACC,oCClBW;ACFf;;AFyBG;EACC,yBCvBW;ACCf;;AF2BG;EACC,yBC7BW;ACKf;;AF4BG;EAGE,cCvCS;ACYd;;AFwBG;EAQG,yBCvCa;ED2Cb,cC/CU;ACgBhB;;AFqCG;EAGE,yBCpDc;ED2Dd,cChES;ACsBd;;AFgCG;EAMG,yBCvDa;ACqBnB;;AF2CE;EAEE,oCAAiE;EAGjE,cClEe;ACuBnB;;AF+CE;EAEE,cCvEgB;AC0BpB;;AFiDE;EAEE,yBClFU;ACmCd;;AF6CG;EAOE,yBCxFU;ACwCf","file":"fresh.css","sourcesContent":["@charset \"UTF-8\";\n\n@mixin jarvis-theme( $colors: () ) {\n\n\t$colors: map-merge( (\n\t\thint-background: rgb( 235, 235, 235 ),\n\t\thint-text: rgb( 150, 150, 150 ),\n\t\tinput-background: #ebebeb,\n\t\tinput-text: inherit,\n\t\tloading-dot: #ffffff,\n\t\tloading: #808080,\n\t\tmenu-background: rgb(255, 255, 255),\n\t\tmodal-background: rgb(255, 255, 255),\n\t\toverlay-background: rgba( 0, 0, 0, .7 ),\n\t\tsuggestion-focus: rgba( 255, 255, 255, .2 ),\n\t\tsuggestion-hover: rgba( 255, 255, 255, .08 ),\n\t\tsuggestion-text: inherit,\n\t), $colors );\n\n\t.jarvis {\n\t\t@if map-get( $colors, overlay-background ) {\n\t\t\t&__overlay {\n\t\t\t\tbackground-color: map-get( $colors, overlay-background );\n\t\t\t}\n\t\t}\n\n\t\t@if map-get( $colors, modal-background ) {\n\t\t\t&__modal {\n\t\t\t\tbackground-color: map-get( $colors, modal-background );\n\t\t\t}\n\t\t}\n\n\t\t@if map-get( $colors, menu-background ) {\n\t\t\t&__menu {\n\t\t\t\tbackground-color: map-get( $colors, menu-background );\n\t\t\t}\n\t\t}\n\n\t\t&__suggestion {\n\t\t\ta {\n\t\t\t\t@if map-get( $colors, suggestion-text ) {\n\t\t\t\t\tcolor: map-get( $colors, suggestion-text );\n\t\t\t\t}\n\n\t\t\t\t&:hover {\n\t\t\t\t\t@if map-get( $colors, suggestion-hover-background ) {\n\t\t\t\t\t\tbackground-color: map-get( $colors, suggestion-hover-background );\n\t\t\t\t\t}\n\n\t\t\t\t\t@if map-get( $colors, suggestion-hover-text ) {\n\t\t\t\t\t\tcolor: map-get( $colors, suggestion-hover-text);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&__cursor {\n\t\t\ta {\n\t\t\t\t@if map-get( $colors, suggestion-focus-background ) {\n\t\t\t\t\tbackground-color: map-get( $colors, suggestion-focus-background );\n\n\t\t\t\t\t&:hover {\n\t\t\t\t\t\tbackground-color: map-get( $colors, suggestion-focus-background );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t@if map-get( $colors, suggestion-focus-text ) {\n\t\t\t\t\tcolor: map-get( $colors, suggestion-focus-text );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&__hint[type=\"text\"] {\n\t\t\t@if map-get( $colors, input-background ) {\n\t\t\t\tbackground-color: map-get( $colors, input-background ) !important; // overriding typeahead's inline style\n\t\t\t}\n\t\t\t@if map-get( $colors, hint-text ) {\n\t\t\t\tcolor: map-get( $colors, hint-text );\n\t\t\t}\n\t\t}\n\n\t\t&__input[type=\"text\"] {\n\t\t\t@if map-get( $colors, input-text ) {\n\t\t\t\tcolor: map-get( $colors, input-text );\n\t\t\t}\n\t\t}\n\n\t\t&__loading {\n\t\t\t@if map-get( $colors, loading ) {\n\t\t\t\tbackground-color: map-get( $colors, loading );\n\t\t\t}\n\n\t\t\t@if map-get( $colors, loading-dot ) {\n\t\t\t\t&::after {\n\t\t\t\t\tbackground-color: map-get( $colors, loading-dot );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n","@import 'jarvis-theme';\n\n$blue: #0073aa;\n$orange: #d54e21;\n$black: #000000;\n$white: #ffffff;\n$gray: #808080;\n$off-white: #eff8ff;\n\n@include jarvis-theme( (\n\thint-text: #969696,\n\tinput-text: inherit,\n\tinput-background: #ebebeb,\n\tloading-dot: $white,\n\tloading: $gray,\n\tmenu-background: $white,\n\tmodal-background: $white,\n\toverlay-background: rgba( $black, .7 ),\n\tsuggestion-focus-background: $off-white,\n\tsuggestion-focus-text: $blue,\n\tsuggestion-hover-background: $off-white,\n\tsuggestion-hover-text: $orange,\n\tsuggestion-text: $blue,\n) );",".jarvis__overlay {\n  background-color: rgba(0, 0, 0, 0.7);\n}\n\n.jarvis__modal {\n  background-color: #ffffff;\n}\n\n.jarvis__menu {\n  background-color: #ffffff;\n}\n\n.jarvis__suggestion a {\n  color: #0073aa;\n}\n\n.jarvis__suggestion a:hover {\n  background-color: #eff8ff;\n  color: #d54e21;\n}\n\n.jarvis__cursor a {\n  background-color: #eff8ff;\n  color: #0073aa;\n}\n\n.jarvis__cursor a:hover {\n  background-color: #eff8ff;\n}\n\n.jarvis__hint[type=\"text\"] {\n  background-color: #ebebeb !important;\n  color: #969696;\n}\n\n.jarvis__input[type=\"text\"] {\n  color: inherit;\n}\n\n.jarvis__loading {\n  background-color: #808080;\n}\n\n.jarvis__loading::after {\n  background-color: #ffffff;\n}\n"]}