UNPKG

strong-arc

Version:

A visual suite for the StrongLoop API Platform

1 lines 4.48 kB
{"version":3,"sources":["suggestBox.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;;AAEH;IACI,mBAAmB;IACnB,8BAA8B;IAC9B,cAAc;IACd,qBAAqB;IACrB,iBAAiB;IACjB,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,+BAAoB;IAApB,8BAAoB;QAApB,wBAAoB;YAApB,oBAAoB;CACvB;;AAED;IACI,oBAAe;QAAf,mBAAe;YAAf,eAAe;CAClB;;AAED;IACI,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,6BAAuB;IAAvB,8BAAuB;QAAvB,2BAAuB;YAAvB,uBAAuB;IACvB,oBAAe;QAAf,mBAAe;YAAf,eAAe;IACf,iBAAiB;CACpB;;AAED;IACI,oBAAW;QAAX,eAAW;YAAX,WAAW;CACd;;AAED;;IAEI,oBAAe;QAAf,mBAAe;YAAf,eAAe;CAClB;;AAED;IACI,0BAA0B;IAC1B,qCAAqC;IACrC,qBAAqB;IACrB,kBAAkB;IAClB,mBAAmB;IACnB,iBAAiB;IACjB,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,6BAAuB;IAAvB,8BAAuB;QAAvB,2BAAuB;YAAvB,uBAAuB;IACvB,oBAAe;QAAf,mBAAe;YAAf,eAAe;IACf,6BAA6B;CAChC;;AAED;IACI,6BAA6B;CAChC;;AAED;IACI,aAAa;IACb,UAAU;IACV,iBAAiB;IACjB,wBAAwB;IACxB,8BAA8B;IAC9B,oBAAe;QAAf,mBAAe;YAAf,eAAe;IACf,mBAAmB;IACnB,oBAAoB;CACvB;;AAED;IACI,kBAAkB;CACrB;;AAED;IACI,sBAAsB;IACtB,YAAY;CACf;;AAED;IACI,0CAA0C;CAC7C;;AAED;IACI,qCAAqC;CACxC","file":"suggestBox.css","sourcesContent":["/*\n * Copyright (C) 2011 Google Inc. All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n * * Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * * Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following disclaimer\n * in the documentation and/or other materials provided with the\n * distribution.\n * * Neither the name of Google Inc. nor the names of its\n * contributors may be used to endorse or promote products derived from\n * this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n.suggest-box-overlay {\n position: absolute;\n background-color: transparent;\n z-index: 1000;\n pointer-events: none;\n overflow: hidden;\n display: flex;\n flex-direction: row;\n}\n\n.suggest-box-overlay .suggest-box-left-spacer {\n flex: 0 1 auto;\n}\n\n.suggest-box-overlay .suggest-box-horizontal {\n display: flex;\n flex-direction: column;\n flex: 0 0 auto;\n max-width: 300px;\n}\n\n.suggest-box-overlay .suggest-box-top-spacer {\n flex: auto;\n}\n\n.suggest-box-overlay.under-anchor .suggest-box-top-spacer,\n.suggest-box-overlay:not(.under-anchor) .suggest-box-bottom-spacer {\n flex: 0 0 auto;\n}\n\n.suggest-box-overlay .suggest-box {\n background-color: #FFFFFF;\n border: 1px solid rgb(66%, 66%, 66%);\n pointer-events: auto;\n margin-left: -3px;\n overflow-x: hidden;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n flex: 0 0 auto;\n border-radius: 5px 5px 5px 0;\n}\n\n.suggest-box-overlay.under-anchor .suggest-box {\n border-radius: 0 5px 5px 5px;\n}\n\n.suggest-box-overlay .suggest-box .suggest-box-content-item {\n padding: 1px;\n margin: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n border: 1px solid transparent;\n flex: 0 0 auto;\n padding-right: 0px;\n white-space: nowrap;\n}\n\n.suggest-box-overlay .suggest-box .suggest-box-content-item .prefix {\n font-weight: bold;\n}\n\n.suggest-box-overlay .suggest-box .suggest-box-content-item .spacer {\n display: inline-block;\n width: 20px;\n}\n\n.suggest-box-overlay .suggest-box .suggest-box-content-item.selected {\n background-color: rgba(56, 121, 217, 0.1);\n}\n\n.suggest-box-overlay .suggest-box .suggest-box-content-item:hover:not(.selected) {\n border: 1px solid rgb(204, 204, 204);\n}\n"],"sourceRoot":"/source/"}