-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.e85ed8a45d96727ffee1.css.map
1 lines (1 loc) · 6.13 KB
/
1.e85ed8a45d96727ffee1.css.map
1
{"version":3,"sources":["webpack:///./components/UserPreferences/HotkeysPreferences.styl","webpack:///./components/UserPreferences/WindowLevelPreferences.styl","webpack:///./components/UserPreferences/GeneralPreferences.styl","webpack:///./components/UserPreferences/UserPreferences.styl","webpack:///./components/Header/Header.css"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC7CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC3BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AClBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC1BA,cAAc,kBAAkB,6BAA6B,iBAAiB,qBAAqB,kBAAkB,cAAc,qBAAqB,YAAY,WAAW,WAAW,yBAAyB,6BAA6B,uCAAuC,YAAY,qBAAqB,WAAW,uCAAuC,YAAY,UAAU,4CAA4C,kBAAkB,WAAW,YAAY,2CAA2C,YAAY,YAAY,SAAS,WAAW,mBAAmB,WAAW,mBAAmB,iBAAiB,YAAY,iBAAiB,WAAW,WAAW,YAAY,kCAAkC,eAAe,eAAe,gBAAgB,iBAAiB,kBAAkB,yBAAyB,mBAAmB,0BAA0B,6BAA6B,oEAAoE,oBAAoB,mBAAmB,qBAAqB,aAAa,gCAAgC,YAAY,cAAc,eAAe,gBAAgB,iBAAiB,qBAAqB,kBAAkB,sCAAsC,eAAe,2BAA2B,WAAW,eAAe,gBAAgB,cAAc,kBAAkB,kBAAkB,aAAa,kBAAkB,YAAY,iBAAiB,WAAW,yBAAyB,WAAW,gBAAgB,kBAAkB,yCAAyC,uCAAuC,uBAAuB,4CAA4C,kBAAkB,WAAW,YAAY,2CAA2C,UAAU,kBAAkB,cAAc,2BAA2B,c","file":"1.e85ed8a45d96727ffee1.css","sourcesContent":[".HotkeysPreferences {\n display: flex;\n padding: 20px;\n}\n.HotkeysPreferences .hotkeyTable {\n display: flex;\n flex-direction: row;\n flex-basis: 0;\n flex-grow: 1.5;\n}\n.HotkeysPreferences .hotkeyTable .hotkeyColumn {\n display: flex;\n flex-direction: column;\n flex-basis: 0;\n flex-grow: 1.5;\n}\n.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyHeader {\n display: flex;\n flex-direction: row;\n margin-bottom: 10px;\n}\n.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyHeader .headerItemText {\n flex-basis: 0;\n flex-grow: 1.5;\n padding: 5px 15px 5px 0;\n}\n.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow {\n display: flex;\n}\n.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .wrapperHotkeyInput {\n margin-bottom: 5px;\n cursor: pointer;\n display: flex;\n flex-direction: column;\n flex-basis: 0;\n flex-grow: 1.5;\n}\n.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .hotkeyLabel {\n padding: 5px 15px 5px 0;\n text-align: right;\n flex-basis: 0;\n flex-grow: 1.5;\n}\n.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .stateError .preferencesInput {\n background-color: var(--state-error);\n}\n",".WindowLevelPreferences {\n display: flex;\n padding: 20px 0;\n text-align: center;\n}\n.WindowLevelPreferences .wlColumn {\n display: flex;\n flex-direction: column;\n flex-basis: 0;\n flex-grow: 1.5;\n margin: 0 5px;\n}\n.WindowLevelPreferences .wlRow {\n display: flex;\n flex-direction: row;\n margin: 5px 0;\n}\n.WindowLevelPreferences .header,\n.WindowLevelPreferences .preset {\n flex-grow: 0.5;\n}\n.WindowLevelPreferences .window,\n.WindowLevelPreferences .level {\n flex-grow: 1;\n}\n.WindowLevelPreferences .description {\n flex-grow: 2;\n}\n",".GeneralPreferences {\n display: flex;\n padding: 20px 0;\n}\n.GeneralPreferences .language {\n display: flex;\n width: 50%;\n}\n.GeneralPreferences .language .languageLabel {\n display: flex;\n flex-basis: 0;\n flex-grow: 1.5;\n justify-content: flex-end;\n padding-right: 20px;\n}\n.GeneralPreferences .language .language-select {\n flex-grow: 1.5;\n flex-basis: 0;\n}\n",".preferencesInputErrorMessage {\n color: var(--state-error-text);\n font-size: 10px;\n text-transform: uppercase;\n}\n.preferencesInput {\n font-weight: 400;\n cursor: pointer;\n transition: background-color 0.3s ease, border-color 0.3s ease;\n background-color: var(--ui-gray);\n color: var(--text-primary-color);\n border-color: var(--ui-border-coolor);\n border: 0;\n border-radius: 2px;\n font-size: 14px;\n height: 30px;\n width: 100%;\n line-height: 16px;\n padding: 8px 9px 6px;\n text-align: center;\n}\n.preferencesInput:focus {\n border-color: var(--active-color);\n background-color: var(--ui-gray-dark);\n box-shadow: 0 0 0 2px var(--active-color) !important;\n outline: 0;\n}\n",".entry-header{padding:10px 15px;height:var(--top-bar-height)}.header-left-box{display:inline-block;position:relative}.header-brand{text-decoration:none;height:30px;float:left;clear:both}.entry-header.header-big{background:rgba(21,25,30,.7);padding:35px var(--study-list-padding);height:auto;display:inline-block;width:100%}.entry-header.header-big .header-brand{height:50px;padding:0}.entry-header.header-big .header-logo-image{margin-right:20px;width:50px;height:50px}.entry-header.header-big .header-logo-text{width:474px;height:auto}.dd-item{width:100%}.header-viewerLink{float:left}.header-logo-image{fill:transparent;height:100%;margin:0 8px 0 0;width:30px;float:left}.header-btn{color:var(--text-secondary-color);cursor:pointer;font-size:13px;font-weight:500;line-height:26px}.header-btn:hover{color:var(--hover-color)}.header-btn:active{color:var(--active-color)}.header-studyListLinkSection{border-left:var(--ui-border-thickness) solid var(--ui-border-color);margin:3px 0 0 10px;padding:0 0 0 10px;display:inline-block}.header-menu{color:var(--text-primary-color);float:right;padding:4px 0;font-size:13px;font-weight:400;line-height:18px;text-decoration:none;margin-right:10px}.entry-header.header-big .header-menu{margin-right:0}.header-menu .research-use{float:left;font-size:13px;font-weight:700;color:#91b9cd;margin-right:1rem}.notification-bar{display:none;position:absolute;height:20px;line-height:20px;width:100%;background-color:#91b9cd;color:#fff;font-weight:700;text-align:center}@media only screen and (max-width:768px){.entry-header,.entry-header.header-big{padding:30px 15px 10px}.entry-header.header-big .header-logo-image{margin:0 10px 0 0;width:25px;height:25px}.entry-header.header-big .header-logo-text{width:40%}.notification-bar{display:block}.header-menu .research-use{display:none}}"],"sourceRoot":""}