Fix: Run both sonar and clm scans in parallel
[ccsdk/cds.git] / cds-ui / client / src / app / feature-modules / controller-catalog / create-catalog / create-catalog.component.scss
1 /*\r
2 * ============LICENSE_START=======================================================\r
3 * ONAP : CDS\r
4 * ================================================================================\r
5 * Copyright (C) 2019 TechMahindra\r
6 *=================================================================================\r
7 * Licensed under the Apache License, Version 2.0 (the "License");\r
8 * you may not use this file except in compliance with the License.\r
9 * You may obtain a copy of the License at\r
10 *\r
11 *     http://www.apache.org/licenses/LICENSE-2.0\r
12 *\r
13 * Unless required by applicable law or agreed to in writing, software\r
14 * distributed under the License is distributed on an "AS IS" BASIS,\r
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
16 * See the License for the specific language governing permissions and\r
17 * limitations under the License.\r
18 * ============LICENSE_END=========================================================\r
19 */\r
20 .matStepNextBtn{\r
21     color:white;\r
22     background:#3f51b5;\r
23     margin-top: 10px;\r
24     position: absolute;\r
25     margin-bottom: 5px;\r
26     border-radius: 4px;\r
27 }\r
28 .meta-form {\r
29   width: 100%;\r
30 }\r
31 \r
32 .form-field {\r
33   width: 40%;\r
34   padding:20px;\r
35 }\r
36 \r
37 .form-table {\r
38   width: 100%;\r
39 }\r
40 .ver-card {\r
41     width: 100%;  \r
42     background-color: #f1f1f1;\r
43      padding: 0.01em 16px;\r
44       margin: 20px 0;\r
45       box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;\r
46       height: 800px;\r
47   }\r
48   .mat-card-header{\r
49       height:35px;  \r
50       padding-top: 4px;\r
51   }\r
52   .mat-card-content{\r
53       width: auto;\r
54       background-color: #fff;\r
55       padding: 8px 8px;\r
56       // border-left: 4px solid #4CAF50;\r
57       word-wrap: break-word;\r
58       min-height:350px;\r
59       height: auto;\r
60   }