blob: ff0b8a400d47a0581d910f48ac8e545bffc02c8d [file] [log] [blame]
{"version":3,"sources":["../../lib/css/unit_fixed_header.css"],"names":[],"mappings":"AAAA;;;;EAIE,CAEF,iBACE,+BAAgC,CAChC,0CAA4C,CAC5C,2BAA4B,CAC5B,cAAe,CACf,KAAM,CACN,MAAO,CACP,mDAAsD,CACtD,+BAAkC,CAClC,UAAW,CACX,YACF,CACA,aACE,iBACE,YACF,CACF,CACA,0BACE,eACF,CACA,2BACE,kBAAmB,CACnB,YAAa,CACb,WAAY,CACZ,aAAc,CACd,eAAgB,CAChB,eAAiB,CACjB,iBACF,CACA,0BACE,iBACF,CACA,sBACE,aAAc,CACd,eAAgB,CAChB,YACF,CACA,4BACE,oBAAqB,CACrB,YAAa,CACb,gBAAiB,CACjB,iBAAkB,CAClB,WACF,CACA,uBACE,eAAgB,CAChB,kBAAmB,CACnB,eAAgB,CAChB,eAAgB,CAChB,sBAAuB,CACvB,kBACF,CACA,2BACE,YACF,CACA,kCACE,cACF,CACA,yCACE,2BACE,cACF,CACA,kCACE,YACF,CACF,CACA,wCACE,YACF,CACA,2BACE,WAAY,CACZ,iBAAkB,CAClB,UACF,CACA,yBACE,mBAAoB,CACpB,kBAAoB,CACpB,iBACF,CACA,2CACE,2BACE,gBACF,CACA,sBACE,gBAAiB,CACjB,eACF,CACA,uBACE,gBACF,CACA,wCACE,YACF,CACA,yBACE,YACF,CACF,CACA,oCACE,YAAa,CACb,MAAO,CACP,WAAY,CACZ,WAAY,CACZ,iBACF,CACA,gCACE,YAAa,CACb,MAAO,CACP,WAAY,CACZ,wBAAyB,CACzB,QAAS,CACT,SACF,CACA,4BACE,sCAAwC,CACxC,aAAc,CACd,WAAY,CACZ,yBAAkC,CAClC,kBACF,CACA,uCACE,gBACF,CACA,kCACE,iCAAkC,CAClC,oBACF,CACA,gDACE,oCACF,CACA,8CACE,YACF,CACA,sGAEE,+BAAgC,CAChC,mBAAoB,CACpB,kBACF,CACA,mCACE,aAAc,CACd,aAAc,CACd,iBAAkB,CAClB,cAAgB,CAChB,YAAa,CACb,YACF,CACA,yCACE,mCACE,YACF,CACF,CACA,mDACE,oBACF,CACA,sFACE,aACF,CACA,+BACE,kBAAmB,CACnB,WAAY,CACZ,MAAO,CACP,iBAAkB,CAClB,KAAM,CACN,UACF,CACA,gCACE,uBAAwB,CACxB,oBAAqB,CACrB,eAAgB,CAChB,sBAAuB,CACvB,QAAS,CACT,iBAAkB,CAClB,cAAe,CACf,cAAe,CACf,WAAY,CACZ,MAAO,CACP,iBAAkB,CAClB,KAAM,CACN,UACF,CACA,uCACE,mBACF,CACA,wBACE,kBAAmB,CACnB,YAAa,CACb,cAAe,CACf,gBAAiB,CACjB,iBAAkB,CAClB,kBACF,CACA,4BACE,mBAAoB,CACpB,YAAa,CACb,iBACF,CACA,gCACE,kBAAoB,CACpB,qBACF,CACA,mCACE,mBACF,CACA,uDACE,WAAY,CACZ,YACF,CACA,yCACE,uDACE,aACF,CACF,CACA,yCACE,gCACE,aACF,CACF,CACA,yCACE,gCACE,aACF,CACF,CACA,2BACE,UAAY,CACZ,aAAc,CACd,kBAAmB,CACnB,kBAAmB,CACnB,uBACF","file":"unit_fixed_header.css","sourcesContent":["/*!\n * Copyright 2020 The Go Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style\n * license that can be found in the LICENSE file.\n */\n\n.UnitFixedHeader {\n background-color: var(--gray-10);\n border-bottom: 0.0625rem solid var(--gray-8);\n height: var(--header-height);\n position: fixed;\n top: 0;\n left: 0;\n transform: translateY(calc(var(--header-height) * -1));\n transition: transform 100ms linear;\n width: 100%;\n z-index: 1000;\n}\n@media print {\n .UnitFixedHeader {\n display: none;\n }\n}\n.UnitFixedHeader--visible {\n transform: unset;\n}\n.UnitFixedHeader-container {\n align-items: center;\n display: flex;\n height: 100%;\n margin: 0 auto;\n max-width: 98rem;\n padding: 0 0.5rem;\n position: relative;\n}\n.UnitFixedHeader-logoLink {\n margin-right: 1rem;\n}\n.UnitFixedHeader-logo {\n display: block;\n height: 1.695625;\n width: 4.5rem;\n}\n.UnitFixedHeader-moduleInfo {\n align-items: baseline;\n display: flex;\n flex-wrap: nowrap;\n margin-right: 3rem;\n min-width: 0;\n}\n.UnitFixedHeader-title {\n font-weight: 600;\n font-size: 1.125rem;\n line-height: 1.5;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.UnitFixedHeader-titleType {\n display: none;\n}\n.UnitFixedHeader-titleType--small {\n display: inline;\n}\n@media only screen and (min-width: 25rem) {\n .UnitFixedHeader-titleType {\n display: inline;\n }\n .UnitFixedHeader-titleType--small {\n display: none;\n }\n}\n.UnitFixedHeader .CopyToClipboardButton {\n top: 0.1875rem;\n}\n.UnitFixedHeader-pathInput {\n left: -100vw;\n position: absolute;\n top: -100vh;\n}\n.UnitFixedHeader-version {\n color: var(--gray-2);\n font-size: 0.6875rem;\n position: relative;\n}\n@media only screen and (min-width: 37.5rem) {\n .UnitFixedHeader-container {\n padding: 0 1.5rem;\n }\n .UnitFixedHeader-logo {\n height: 1.9541rem;\n width: 5.1875rem;\n }\n .UnitFixedHeader-title {\n font-size: 1.5rem;\n }\n .UnitFixedHeader .CopyToClipboardButton {\n top: 0.0625rem;\n }\n .UnitFixedHeader-version {\n top: -0.125rem;\n }\n}\n.UnitFixedHeader-overflowingTabList {\n display: flex;\n flex: 1;\n height: 100%;\n min-width: 0;\n position: relative;\n}\n.UnitFixedHeader [role='tablist'] {\n display: flex;\n flex: 1;\n height: 100%;\n justify-content: flex-end;\n margin: 0;\n padding: 0;\n}\n.UnitFixedHeader [role='tab'] {\n border-bottom: 0.25rem solid transparent;\n display: block;\n height: 100%;\n padding: 1.3125rem 0.5rem 0 0.5rem;\n white-space: nowrap;\n}\n.UnitFixedHeader [role='tab'] + [role='tab'] {\n margin-left: 1rem;\n}\n.UnitFixedHeader [role='tab']:hover {\n border-bottom-color: var(--purple);\n text-decoration: none;\n}\n.UnitFixedHeader [role='tab'][aria-selected='true'] {\n border-bottom-color: var(--turq-dark);\n}\n.UnitFixedHeader [role='tab'][aria-hidden='true'] {\n display: none;\n}\n.UnitFixedHeader [role='tab'][aria-disabled='true'],\n.UnitFixedHeader [role='tab'][aria-disabled='true']:hover {\n border-bottom-color: transparent;\n color: var(--gray-5);\n cursor: not-allowed;\n}\n.UnitFixedHeader-overflowContainer {\n display: block;\n height: 1.5rem;\n position: absolute;\n right: 0.0625rem;\n top: 1.125rem;\n width: 1.5rem;\n}\n@media only screen and (min-width: 80rem) {\n .UnitFixedHeader-overflowContainer {\n display: none;\n }\n}\n.UnitFixedHeader-overflowingTabList.is-overflowing {\n padding-right: 1.5rem;\n}\n.UnitFixedHeader-overflowingTabList.is-overflowing .UnitFixedHeader-overflowContainer {\n display: block;\n}\n.UnitFixedHeader-overflowImage {\n fill: var(--gray-3);\n height: 100%;\n left: 0;\n position: absolute;\n top: 0;\n width: 100%;\n}\n.UnitFixedHeader-overflowSelect {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n background: transparent;\n border: 0;\n color: transparent;\n cursor: pointer;\n font-size: 1rem;\n height: 100%;\n left: 0;\n position: absolute;\n top: 0;\n width: 100%;\n}\n.UnitFixedHeader-overflowSelect option {\n color: var(--gray-1);\n}\n.UnitHeaderFixed-detail {\n align-items: center;\n display: flex;\n flex-wrap: wrap;\n margin-left: auto;\n margin-right: 2rem;\n white-space: nowrap;\n}\n.UnitHeaderFixed-detailItem {\n color: var(--gray-4);\n display: none;\n font-size: 0.875rem;\n}\n.UnitHeaderFixed-detailItem img {\n margin-right: 0.5rem;\n vertical-align: middle;\n}\n.UnitHeaderFixed-detailItem a > span {\n color: var(--gray-4);\n}\n.UnitHeaderFixed-detailItem:not(:first-of-type)::before {\n content: '|';\n padding: 1rem;\n}\n@media only screen and (max-width: 52rem) {\n .UnitHeaderFixed-detailItem:not(:first-of-type)::before {\n padding: 0.5rem;\n }\n}\n@media only screen and (min-width: 64rem) {\n .UnitHeaderFixed-detailItem--md {\n display: block;\n }\n}\n@media only screen and (min-width: 80rem) {\n .UnitHeaderFixed-detailItem--lg {\n display: block;\n }\n}\na.UnitFixedHeader-backLink {\n color: black;\n display: block;\n font-size: 1.125rem;\n line-height: 1.5rem;\n margin: auto 0 auto auto;\n}\n"]}