7135350d5c45536bc6a2bd855f8fa2310b0fd13a
[ccsdk/cds.git] /
1 /*
2 * ============LICENSE_START=======================================================
3 * ONAP : CDS
4 * ================================================================================
5 * Copyright (C) 2019 TechMahindra
6 *=================================================================================
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
10 *
11 *     http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 * ============LICENSE_END=========================================================
19 */
20
21 .metadata-card {
22   width: 100%;  
23   background-color: #f1f1f1;
24   padding: 0.01em 16px;
25   margin: 20px 0;
26   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
27   height: auto;
28 }
29 .sources-card {
30   width: 100%;  
31   background-color: #f1f1f1;
32   padding: 0.01em 16px;
33   margin: 20px 0;
34   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
35   height: auto;
36 }
37 .mat-raised-button{
38   border: 1px solid grey;
39   background-color: grey;
40   padding: 1px;
41   color: white;
42
43 }
44 .mat-card-title{
45    padding-top: 7px;
46 }
47 .mat-card-header{
48    height:35px;
49 }
50 .mat-card-content{
51    width: auto;
52    background-color: #fff;
53    padding: 8px 8px;
54    word-wrap: break-word;
55 }