added ansible server functionality
[appc/cdt.git] / src / app / admin / view-edit / ansible-server.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 .warning-message {
58     color: rgb(255,191,0);
59 }
60
61 .create-wrapper {
62     text-align: left;
63 }
64
65 .removevnfcClass {
66     text-align: right;
67 }
68
69 .form-custom-group {
70     margin-bottom: 0;
71     vertical-align: middle;
72 }
73
74 .side-by-side {
75     position: relative;
76 }
77
78 .sidebtn {
79     position: absolute;
80     left: 26.5em;
81     top: 0em;
82 }
83
84 .clear-control {
85     margin: 40px 20px;
86     display: inherit;
87 }
88
89 .short-column {
90     width: 100px;
91 }
92
93 .long-column {
94     width: 200px;
95 }
96
97 th,
98 td {
99     min-width: 150px;
100 }
101
102 .headlinesInBold {
103     font-weight: bold;
104 }
105
106 .titleCustom {
107     padding-left: 25px;
108     overflow: visible;
109 }
110
111 .anchorHover {
112     cursor: pointer;
113 }
114
115 .custom-btn {
116     margin-top: 20px;
117     margin-bottom: 10px;
118 }
119
120 .clear-btn {
121     margin-top: 23px;
122 }
123
124 .col-md-button {
125     margin: auto;
126     margin-right: 20px;
127     text-align: center;
128     margin-bottom: 15px;
129 }
130
131 .selectedAction {
132     /* change here */
133     font-weight: bold;
134     color: #1A86E4
135 }
136
137 .file {
138     visibility: hidden;
139     position: absolute;
140 }
141
142 .col-md-1point5 {width: 12%}
143 .col-md-2point5 {width: 21%;}