blob: 9ddfe17db1485da16d37fd30ef1dc49211d8e5ac [file] [log] [blame]
Sean Condonf4f54a12018-10-10 23:25:46 +01001/*
Sean Condon91481822019-01-01 13:56:14 +00002 * Copyright 2019-present Open Networking Foundation
Sean Condonf4f54a12018-10-10 23:25:46 +01003 *
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/* --- Topo Details Panel --- */
17
18#topo2-p-detail {
19 padding: 16px;
20 top: 370px;
21}
Sean Condon91481822019-01-01 13:56:14 +000022html[data-platform='iPad'] {
Sean Condonf4f54a12018-10-10 23:25:46 +010023 top: 386px;
24}
25
Sean Condon91481822019-01-01 13:56:14 +000026.actionBtns .actionBtn {
Sean Condonf4f54a12018-10-10 23:25:46 +010027 display: inline-block;
28}
Sean Condon91481822019-01-01 13:56:14 +000029.actionBtns .actionBtn svg {
Sean Condonf4f54a12018-10-10 23:25:46 +010030 width: 28px;
31 height: 28px;
32}
33
Sean Condon91481822019-01-01 13:56:14 +000034div.actionBtns {
Sean Condonf4f54a12018-10-10 23:25:46 +010035 padding-top: 6px;
36}