added ansible server functionality
[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 ============LICENSE_END============================================
21 */
22
23 .form-group {
24     padding: 5px
25 }
26
27 .panel {
28     margin-top: 20px;
29 }
30
31 .form-control {
32     width: 100%;
33 }
34
35 .panel-header {
36     padding: 20px 0px;
37 }
38
39 .container {
40     border-radius: 0.375rem;
41     transition: all 0.3s ease;
42     padding: 40px;
43 }
44
45 .container2 {
46     box-shadow: -4px 14px 20px 0px rgba(46, 61, 73, 0.15);
47     border-radius: 0.375rem;
48     transition: all 0.3s ease;
49     padding: 10px;
50     margin-top: 57px;
51 }
52
53 .error-message {
54     color: red;
55 }
56
57 .create-wrapper {
58     text-align: left;
59 }
60
61 .removevnfcClass {
62     text-align: right;
63 }
64
65 .form-custom-group {
66     margin-bottom: 0;
67     vertical-align: middle;
68 }
69
70 .side-by-side {
71     position: relative;
72 }
73
74 .sidebtn {
75     position: absolute;
76     left: 26.5em;
77     top: 0em;
78 }
79
80 .clear-control {
81     margin: 40px 20px;
82     display: inherit;
83 }
84
85 .short-column {
86     width: 100px;
87 }
88
89 .long-column {
90     width: 200px;
91 }
92
93 th,
94 td {
95     min-width: 150px;
96 }
97
98 .headlinesInBold {
99     font-weight: bold;
100 }
101
102 .titleCustom {
103     padding-left: 25px;
104     overflow: visible;
105 }
106
107 .anchorHover {
108     cursor: pointer;
109 }
110
111 .custom-btn {
112     margin-top: 20px;
113     margin-bottom: 10px;
114 }
115
116 .clear-btn {
117     margin-top: 23px;
118 }
119
120 .col-md-button {
121     margin: auto;
122     margin-right: 20px;
123     text-align: center;
124     margin-bottom: 15px;
125 }
126
127 .selectedAction {
128     /* change here */
129     font-weight: bold;
130     color: #1A86E4
131 }
132
133 .file {
134     visibility: hidden;
135     position: absolute;
136 }
137
138 .col-md-1point5 {width: 12%}
139 .col-md-2point5 {width: 21%;}