blob: a7834f28c247fd5cf7beb7e0f62644dd20cdf4ed [file] [log] [blame]
Sean Condond6f95bf2020-01-21 10:10:23 +00001/*
2 * Copyright 2020-present Open Networking Foundation
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17
18#yang-model-details-panel.floatpanel {
19 z-index: 0;
20 right: -750px;
21 width: 744px;
22}
23
24#yang-model-details-panel .container {
25 padding: 8px 12px;
26}
27
28#yang-model-details-panel .close-btn {
29 position: absolute;
30 right: 12px;
31 top: 12px;
32 cursor: pointer;
33}
34
35#yang-model-details-panel .dev-icon {
36 display: inline-block;
37 padding: 0 6px 0 0;
38 vertical-align: middle;
39}
40
41#yang-model-details-panel h2 {
42 display: inline-block;
43 margin: 8px 0;
44 padding-left: 6px;
45 font-size: 16pt;
46 font-weight: lighter;
47}
48
49#yang-model-details-panel h3 {
50 display: inline-block;
51 margin: 8px 0;
52 padding-left: 6px;
53 font-size: 13pt;
54 font-weight: lighter;
55}
56
57#yang-model-details-panel .src-frame {
58 overflow: auto;
59}