{"version":3,"sources":["themes/_jarvis-theme.scss","themes/light.scss","themes/light.css"],"names":[],"mappings":";;;;;;;AAqBG;EACC,0CChBU;ACJd;;AFyBG;EACC,yBCzBW;ACGf;;AF2BG;EACC,yBC/BW;ACOf;;AF4BG;EAGE,cCrCS;ACUd;;AFwBG;EAQG,yCC1CQ;ED8CR,cChDU;ACiBhB;;AFqCG;EAGE,yBCvDS;ED8DT,cC/DU;ACqBf;;AFgCG;EAMG,yBC1DQ;ACwBd;;AF2CE;EAEE,oCAAiE;EAGjE,cClE4B;ACuBhC;;AF+CE;EAEE,cCvEgB;AC0BpB;;AFiDE;EAEE,yBCtFY;ACuChB;;AF6CG;EAOE,yBC1FU;AC0Cf","file":"light.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$orange: #d64e07;\n$white: #ffffff;\n$blue: #04a4cc;\n$silver: #e5e5e5;\n$gray: #999999;\n\n@include jarvis-theme( (\n\thint-background: rgb( 235, 235, 235 ),\n\thint-text: rgb( 150, 150, 150 ),\n\tinput-text: inherit,\n\tinput-background: $silver,\n\tloading-dot: $white,\n\tloading: $orange,\n\tmenu-background: $white,\n\tmodal-background: $white,\n\toverlay-background: rgba( $gray, .8 ),\n\tsuggestion-text: $blue,\n\tsuggestion-hover-background: rgba( $blue, .15 ),\n\tsuggestion-hover-text: $orange,\n\tsuggestion-focus-background: $blue,\n\tsuggestion-focus-text: $white,\n) );\n",".jarvis__overlay {\n  background-color: rgba(153, 153, 153, 0.8);\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: #04a4cc;\n}\n\n.jarvis__suggestion a:hover {\n  background-color: rgba(4, 164, 204, 0.15);\n  color: #d64e07;\n}\n\n.jarvis__cursor a {\n  background-color: #04a4cc;\n  color: #ffffff;\n}\n\n.jarvis__cursor a:hover {\n  background-color: #04a4cc;\n}\n\n.jarvis__hint[type=\"text\"] {\n  background-color: #e5e5e5 !important;\n  color: #969696;\n}\n\n.jarvis__input[type=\"text\"] {\n  color: inherit;\n}\n\n.jarvis__loading {\n  background-color: #d64e07;\n}\n\n.jarvis__loading::after {\n  background-color: #ffffff;\n}\n"]}