{"version":3,"sources":["acf-osm-settings.scss","variables/_colors.scss"],"names":[],"mappings":"AAOC,6BACC,cAAA,CAIF,kBACC,mBAAA,CAAA,mBAAA,CAAA,YAAA,CACA,0CACC,mBAAA,CAAA,mBAAA,CAAA,YAAA,CACA,kBAAA,CAAA,cAAA,CACA,uBAAA,CAAA,oBAAA,CAAA,sBAAA,CACA,yDACC,kBAAA,CAAA,kBAAA,CAAA,cAAA,CACA,wBAAA,CAGD,uDACC,gBAAA,CACA,kBAAA,CAGF,+BACC,oBAAA,CACA,kBAAA,CACA,cAAA,CACA,UAAA,CACA,iBAAA,CACA,eAAA,CACA,eAAA,CACA,kBAAA,CACA,kBAAA,CACA,wBCvBe,CDwBf,oCACC,wBChCM,CDmCR,8CACC,iBAAA,CACA,eAAA,CACA,qBAAA,CACA,eAAA,CACA,eAAA,CAED,oCACC,kBClDQ,CDmDR,uBAAA,CAAA,eAAA,CACA,QAAA,CAED,qCACC,gBAAA,CACA,yBAAA,CAIF,iBACC,qCAAA,CAAA,6BAAA,CAAA,qBAAA,CAAA,yCAAA,CACA,0BACC,0DAAA,CAAA,kDAAA,CACA,oCACC,mBAAA,CAAA,WAAA,CAKH,0BACC,eAAA,CACA,iBAAA,CACA,iBAAA,CACA,6BACC,mBAAA,CAKA,6DACC,gBAAA,CAGA,4KAEC,YAAA","file":"acf-osm-settings.css","sourcesContent":["@use \"sass:math\";\n\n@import 'variables/variables';\n\n@import 'mixins/mixins';\n\n.leaflet-bar-part {\n\t.dashicons {\n\t\tmargin-top: 4px;\n\t}\n}\n\n.acf-osm-settings {\n\tdisplay: flex;\n\t.acf-osm-layer-variants {\n\t\tdisplay: flex;\n\t\tflex-wrap: wrap;\n\t\talign-items: flex-start;\n\t\t.layer-variant {\n\t\t\tflex: 0 1 250px;\n\t\t\tpadding: 0.5em 0.5em 0.5em 0;\n\t\t\t//display: flex;\n\t\t}\n\t\t.action-test {\n\t\t\tmargin-left: auto;\n\t\t\tfont-weight: normal;\n\t\t}\n\t}\n\t.acf-osm-tag {\n\t\tdisplay: inline-block;\n\t\tpadding: 0.25em 0.5em;\n\t\tfont-size: 0.8em;\n\t\tcolor: #fff;\n\t\tborder-radius: 1em;\n\t\tline-height: 1em;\n\t\tmargin-left: 1em;\n\t\tfont-weight: normal;\n\t\twhite-space: nowrap;\n\t\tbackground-color: $wp-gray-darker;\n\t\t&.warn {\n\t\t\tbackground-color: $wp-red;\n\t\t}\n\t}\n\t.acf-osm-test-map-container {\n\t\tposition: relative;\n\t\tmargin-left:5px;\n\t\tbackground-color: #fff;\n\t\tmax-width:300px;\n\t\tmin-width:300px;\n\t}\n\t.acf-osm-test-map {\n\t\tbackground: $wp-blue;\n\t\tposition: sticky;\n\t\ttop: 32px;\n\t}\n\t.leaflet-container {\n\t\tmin-height: 400px;\n\t\theight: calc( 100vh - 32px )\n\t}\n}\n\n.acf-osm-setting {\n\ttransition: filter 0.3s;\n\t&.disabled {\n\t\tfilter: grayscale(1) contrast(0.5) brightness(1.75);\n\t\t.disabled {\n\t\t\tfilter: none;\n\t\t}\n\t}\n}\n\n.acf-osm-setting-provider {\n\tbackground: #fff;\n\tpadding: 10px 20px;\n\tmargin-bottom: 5px;\n\th4 {\n\t\tmargin-bottom: 0.33em;\n\t}\n}\n.acf-osm-setting-access-key {\n\tlabel {\n\t\t[data-action=\"change-token\"] {\n\t\t\tmargin-left: 0.5em;\n\t\t}\n\t\t&:has([data-action=\"cancel-token\"]) {\n\t\t\t:first-child,\n\t\t\t[data-action=\"change-token\"] {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t}\n\t}\n}\n","\n$wp-blue: #0085ba;\n$wp-blue-light: #00a0d2;\n$wp-blue-lighter: #e5f5fa;\n\n$wp-green: #46b450;\n$wp-green-lighter: #ecf7ed;\n\n$wp-red: #dc3232;\n\n$wp-yellow: #ffb900;\n$wp-yellow-lighter: #fff8e5;\n\n$wp-black: #23282d;\n\n$wp-gray-darker: #32373c;\n$wp-gray-dark: #cccccc;\n$wp-gray: #f1f1f1;\n$wp-gray-lighter: #f9f9f9;\n$wp-gray-lightest: #fafafa;\n"]}