| /*! |
| * Licensed to the Apache Software Foundation (ASF) under one or more |
| * contributor license agreements. See the NOTICE file distributed with |
| * this work for additional information regarding copyright ownership. |
| * The ASF licenses this file to You under the Apache License, Version 2.0 |
| * (the "License"); you may not use this file except in compliance with |
| * the License. You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| * |
| */ |
| |
| .widget-content { |
| width: 100%; |
| height: calc(100% - 40px); |
| overflow-y: auto; |
| } |
| |
| .widget-inner-options { |
| background: var(--color-bg-1); |
| border-bottom: 1px solid var(--color-tab-border); |
| padding: 5px; |
| height: 40px; |
| } |
| |
| .widget-inner-content { |
| width: 100%; |
| height: calc(100% - 40px); |
| align-content: center; |
| align-items: center; |
| display: flex; |
| justify-content: center; |
| overflow-y: auto; |
| overflow-x: auto; |
| } |
| |
| .general-options-panel { |
| margin-top: 4px; |
| margin-bottom: 8px; |
| border: 1px solid var(--color-bg-3); |
| padding: 8px; |
| } |
| |
| .general-options-header { |
| //margin-right: 10px; |
| margin-bottom: 10px; |
| font-weight: bold; |
| border-left: 4px solid var(--color-secondary); |
| padding-left: 8px; |
| padding-right: 8px; |
| font-size: 13pt; |
| } |