Michael Hwang | d2a9bf7 | 2018-07-12 17:17:34 -0400 | [diff] [blame] | 1 | /*
|
| 2 | org.onap.dcae
|
| 3 | ============LICENSE_START====================================================
|
| 4 | Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
|
| 5 | =============================================================================
|
| 6 | Licensed under the Apache License, Version 2.0 (the "License");
|
| 7 | you may not use this file except in compliance with the License.
|
| 8 | You may obtain a copy of the License at
|
| 9 |
|
| 10 | http://www.apache.org/licenses/LICENSE-2.0
|
| 11 |
|
| 12 | Unless required by applicable law or agreed to in writing, software
|
| 13 | distributed under the License is distributed on an "AS IS" BASIS,
|
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 15 | See the License for the specific language governing permissions and
|
| 16 | limitations under the License.
|
| 17 | ============LICENSE_END======================================================
|
| 18 |
|
| 19 | ECOMP is a trademark and service mark of AT&T Intellectual Property.
|
| 20 | */
|
| 21 | md-sidenav-container {
|
| 22 |
|
| 23 | }
|
| 24 |
|
| 25 | md-card {
|
| 26 | color: #3f51b5;
|
| 27 | font-family: Arial, Helvetica, sans-serif;
|
| 28 | font-size: 150%;
|
| 29 | text-align:center;
|
| 30 | margin-left: 100px;
|
| 31 | padding-left: 10px;
|
| 32 | background-color: #f2f2f2;
|
| 33 | }
|
| 34 | .app-title {
|
| 35 | color: white;
|
| 36 | font-family: Arial, Helvetica, sans-serif;
|
| 37 | font-size: 150%;
|
| 38 | background-color: #3f51b5;
|
| 39 | }
|
| 40 | .app-menu-button {
|
| 41 | color: white;
|
| 42 | font-family: Arial, Helvetica, sans-serif;
|
| 43 | font-size: 150%;
|
| 44 | background-color: #3f51b5;
|
| 45 | }
|
| 46 | .schema-version {
|
| 47 | color: #3f51b5;
|
| 48 | font-family: Arial, Helvetica, sans-serif;
|
| 49 | font-size: 50%;
|
| 50 | background-color: #f2f2f2;
|
| 51 | }
|
| 52 | .nav-title {
|
| 53 | color: #3f51b5;
|
| 54 | font-family: Arial, Helvetica, sans-serif;
|
| 55 | font-size: 150%;
|
| 56 | padding-left: 16px;
|
| 57 | margin-left: 100px;
|
| 58 | background-color: #f2f2f2;
|
| 59 | }
|
| 60 | .active-nav {
|
| 61 | color: #3f51b5;
|
| 62 | min-width: 520px;
|
| 63 | font-family: Arial, Helvetica, sans-serif;
|
| 64 | font-size: 100%;
|
| 65 | padding-left: 16px;
|
| 66 | min-width: 520px;
|
| 67 | background-color: #f2f2f2;
|
| 68 | }
|
| 69 | .nav-button {
|
| 70 | min-width: 520px;
|
| 71 | font-family: Arial, Helvetica, sans-serif;
|
| 72 | font-size: 100%;
|
| 73 | padding-left: 16px;
|
| 74 | background-color: #f2f2f2;
|
| 75 | }
|
| 76 |
|
| 77 | md-sidenav {
|
| 78 | background-color: #f2f2f2;
|
| 79 | padding: 10px;
|
| 80 | min-width: 100px;
|
| 81 | }
|
| 82 | md-toolbar {
|
| 83 | padding: 6px;
|
| 84 |
|
| 85 | }
|