51df0969b50d06b814c195012eada62999edf5a2
[ccsdk/cds.git] /
1 /*
2 * ============LICENSE_START=======================================================
3 * ONAP : CDS
4 * ================================================================================
5 * Copyright 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 .matStepNextBtn{
21     color:white;
22     background:#3f51b5; 
23     margin-top: 10px; 
24     position: absolute;
25     border-radius: 1em;
26 }
27 .ver-card {
28   width: 100%;  
29   background-color: #f1f1f1;
30    padding: 0.01em 16px;
31     margin: 20px 0;
32     box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
33     height: auto;
34 }
35 .mat-card-header{
36     height:35px;
37 }
38 .mat-card-content{
39     width: auto;
40     background-color: #fff;
41     padding: 8px 8px;
42     // border-left: 4px solid #4CAF50;
43     word-wrap: break-word;
44     min-height:350px;
45     height: auto;
46 }
47 .success{
48 color:green;
49 }