blob: 1ec22981262c64372e7c6bb039008af04d4f4b9e [file] [log] [blame]
Sean Condona36f65c2019-05-20 08:21:41 +01001/*
2 * Copyright ${year}-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 */
Sean Condon13f42b72019-05-31 16:17:52 +010016
17#ov-${appNameAllLower} {
18 padding: 20px;
19 color: navy;
20}
21
22#ov-${appNameAllLower} .button-panel {
23 margin: 10px;
24 width: 200px;
25 background-color: #ccf;
26}
27
28#ov-${appNameAllLower} .my-button {
29 cursor: pointer;
30 padding: 4px;
31 text-align: center;
32 color: white;
33 background-color: #99d;
34}
35
36#ov-${appNameAllLower} .number {
37 font-size: 140%;
38 text-align: right;
39}
40
41#ov-${appNameAllLower} .quote {
42 margin: 10px 20px;
43 font-style: italic;
44}