1b4c4708ffbf7b7a1b5406e99290d521510bf95d
[appc/cdt.git] / src / app / vnfs / build-artifacts / reference-dataform / reference-dataform.component.css
1 /*
2 ============LICENSE_START==========================================
3 ===================================================================
4 Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
5 ===================================================================
6
7 Unless otherwise specified, all software contained herein is licensed
8 under the Apache License, Version 2.0 (the License);
9 you may not use this software except in compliance with the License.
10 You may obtain a copy of the License at
11
12     http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19
20 ECOMP is a trademark and service mark of AT&T Intellectual Property.
21 ============LICENSE_END============================================
22 */
23
24 .form-group {
25     padding: 5px
26 }
27
28 .panel {
29     margin-top: 20px;
30 }
31
32 .form-control {
33     width: 100%;
34 }
35
36 .panel-header {
37     padding: 20px 0px;
38 }
39
40 .container {
41     border-radius: 0.375rem;
42     transition: all 0.3s ease;
43     padding: 40px;
44 }
45
46 .container2 {
47     box-shadow: -4px 14px 20px 0px rgba(46, 61, 73, 0.15);
48     border-radius: 0.375rem;
49     transition: all 0.3s ease;
50     padding: 10px;
51     margin-top: 57px;
52 }
53
54 .error-message {
55     color: red;
56 }
57
58 .create-wrapper {
59     text-align: left;
60 }
61
62 .removevnfcClass {
63     text-align: right;
64 }
65
66 .form-custom-group {
67     margin-bottom: 0;
68     vertical-align: middle;
69 }
70
71 .side-by-side {
72     position: relative;
73 }
74
75 .sidebtn {
76     position: absolute;
77     left: 26.5em;
78     top: 0em;
79 }
80
81 .clear-control {
82     margin: 40px 20px;
83     display: inherit;
84 }
85
86 .short-column {
87     width: 100px;
88 }
89
90 .long-column {
91     width: 200px;
92 }
93
94 th,
95 td {
96     min-width: 150px;
97 }
98
99 .headlinesInBold {
100     font-weight: bold;
101 }
102
103 .titleCustom {
104     padding-left: 25px;
105     overflow: visible;
106 }
107
108 .anchorHover {
109     cursor: pointer;
110 }
111
112 .custom-btn {
113     margin-top: 20px;
114     margin-bottom: 10px;
115 }
116
117 .clear-btn {
118     margin-top: 23px;
119 }
120
121 .col-md-button {
122     margin: auto;
123     margin-right: 20px;
124     text-align: center;
125     margin-bottom: 15px;
126 }
127
128 .selectedAction {
129     /* change here */
130     font-weight: bold;
131     color: #1A86E4
132 }
133
134 .file {
135     visibility: hidden;
136     position: absolute;
137 }