blob: a49562cf1a757b39b6de3f1ec99a85a0015be5df [file] [log] [blame]
Boyuan Yan6b23b382019-06-04 11:59:35 -07001/*
2 * Copyright 2019-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#ov-roadm {
18 padding: 20px;
19 color: navy;
20}
21
22#ov-roadm .button-panel {
23 margin: 10px;
24 width: 200px;
25 background-color: #ccf;
26}
27
28#ov-roadm .my-button {
29 cursor: pointer;
30 padding: 4px;
31 text-align: center;
32 color: white;
33 background-color: #99d;
34}
35
36#ov-roadm .number {
37 font-size: 140%;
38 text-align: right;
39}
40
41#ov-roadm .quote {
42 margin: 10px 20px;
43 font-style: italic;
44}