{"version":3,"sources":["splitView.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;;AAEH;IACI,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,iBAAiB;CACpB;;AAED;IACI,eAAe;IACf,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,mBAAmB;IACnB,6BAAuB;IAAvB,8BAAuB;QAAvB,2BAAuB;YAAvB,uBAAuB;CAC1B;;AAED;IACI,oBAAW;QAAX,eAAW;YAAX,WAAW;CACd;;AAED;IACI,oBAAW;QAAX,eAAW;YAAX,WAAW;CACd;;AAED;IACI,mBAAmB;IACnB,OAAO;IACP,UAAU;IACV,WAAW;IACX,aAAa;CAChB;;AAED;IACI,mBAAmB;IACnB,QAAQ;IACR,SAAS;IACT,YAAY;IACZ,aAAa;CAChB;;AAED;IACI,qBAAqB;CACxB;;AAED;IACI,YAAY;IACZ,gBAAgB;IAChB,YAAY;IACZ,yCAAyC;CAC5C;;AAED;IACI,aAAa;IACb,iBAAiB;IACjB,WAAW;IACX,0CAA0C;CAC7C;;AAED;IACI,mBAAmB;IACnB,uBAAuB;IACvB,aAAa;IACb,YAAY;IACZ,aAAa;IACb,YAAY;CACf;;AAED;;IAEI,SAAS;IACT,UAAU;CACb;;AAED;;IAEI,SAAS;IACT,UAAU;CACb;;AAED;IACI,SAAS;IACT,UAAU;CACb;;AAED;IACI,SAAS;IACT,WAAW;CACd;;AAED;IACI,YAAY;IACZ,WAAW;CACd;;AAED;IACI,UAAU;IACV,SAAS;CACZ;;AAED;IACI,oCAAoC,CAAC,QAAQ;CAChD;;AAED;IACI,oCAAoC,CAAC,QAAQ;CAChD;;AAED;IACI,oCAAoC,CAAC,QAAQ;CAChD;;AAED;IACI,oCAAoC,CAAC,QAAQ;CAChD;;AAED;IACI,oCAAoC,CAAC,QAAQ;IAC7C,iCAAiC;CACpC;;AAED;IACI,oCAAoC,CAAC,QAAQ;IAC7C,iCAAiC;CACpC;;AAED;IACI,oCAAoC,CAAC,QAAQ;IAC7C,iCAAiC;CACpC;;AAED;IACI,oCAAoC,CAAC,QAAQ;IAC7C,iCAAiC;CACpC","file":"splitView.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 * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n *\n * 2. 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 *\n * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS 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 GOOGLE INC.\n * OR ITS 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.split-view {\n    display: flex;\n    overflow: hidden;\n}\n\n.split-view-contents {\n    overflow: auto;\n    display: flex;\n    position: relative;\n    flex-direction: column;\n}\n\n.split-view-sidebar {\n    flex: none;\n}\n\n.split-view-main, .split-view-sidebar.maximized {\n    flex: auto;\n}\n\n.split-view.hbox > .split-view-resizer {\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    width: 6px;\n    z-index: 500;\n}\n\n.split-view.vbox > .split-view-resizer {\n    position: absolute;\n    left: 0;\n    right: 0;\n    height: 6px;\n    z-index: 500;\n}\n\n.split-view-resizer-border {\n    pointer-events: none;\n}\n\n.split-view.vbox > .split-view-resizer > .split-view-resizer-border {\n    width: 100%;\n    margin-top: 3px;\n    height: 1px;\n    border-top: 1px solid rgb(64%, 64%, 64%);\n}\n\n.split-view.hbox > .split-view-resizer > .split-view-resizer-border {\n    height: 100%;\n    margin-left: 3px;\n    width: 1px;\n    border-left: 1px solid rgb(64%, 64%, 64%);\n}\n\n.split-view button.sidebar-show-hide-button {\n    position: absolute;\n    background-image: none;\n    height: 16px;\n    width: 16px;\n    border: none;\n    z-index: 10;\n}\n\n.split-view button.left-sidebar-show-hide-button,\n.split-view button.top-sidebar-show-hide-button {\n    top: 4px;\n    left: 4px;\n}\n\n.split-view button.left-sidebar-show-hide-button:active,\n.split-view button.top-sidebar-show-hide-button:active {\n    top: 5px;\n    left: 3px;\n}\n\n.split-view button.right-sidebar-show-hide-button {\n    top: 4px;\n    right:2px;\n}\n\n.split-view button.right-sidebar-show-hide-button:active {\n    top: 5px;\n    right: 1px;\n}\n\n.split-view button.bottom-sidebar-show-hide-button {\n    bottom: 0px;\n    right: 1px;\n}\n\n.split-view button.bottom-sidebar-show-hide-button:active {\n    bottom: 0;\n    right: 0;\n}\n\n.split-view button.left-sidebar-show-hide-button.toggled-show > .glyph {\n    -webkit-mask-position: -168px -76px; /* |> */\n}\n\n.split-view button.left-sidebar-show-hide-button.toggled-hide > .glyph {\n    -webkit-mask-position: -199px -76px; /* |< */\n}\n\n.split-view button.right-sidebar-show-hide-button.toggled-show > .glyph {\n    -webkit-mask-position: -296px -76px; /* <| */\n}\n\n.split-view button.right-sidebar-show-hide-button.toggled-hide > .glyph {\n    -webkit-mask-position: -264px -76px; /* >| */\n}\n\n.split-view button.top-sidebar-show-hide-button.toggled-show > .glyph {\n    -webkit-mask-position: -168px -76px; /* |> */\n    -webkit-transform: rotate(90deg);\n}\n\n.split-view button.top-sidebar-show-hide-button.toggled-hide > .glyph {\n    -webkit-mask-position: -199px -76px; /* |< */\n    -webkit-transform: rotate(90deg);\n}\n\n.split-view button.bottom-sidebar-show-hide-button.toggled-show > .glyph {\n    -webkit-mask-position: -296px -76px; /* <| */\n    -webkit-transform: rotate(90deg);\n}\n\n.split-view button.bottom-sidebar-show-hide-button.toggled-hide > .glyph {\n    -webkit-mask-position: -264px -76px; /* >| */\n    -webkit-transform: rotate(90deg);\n}\n"],"sourceRoot":"/source/"}