Security/ Package Name changes
[portal.git] / ecomp-portal-FE-common / client / app / styles / ecomp-general.less
1 /*-
2  * ============LICENSE_START==========================================
3  * ONAP Portal
4  * ===================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ===================================================================
7  *
8  * Unless otherwise specified, all software contained herein is licensed
9  * under the Apache License, Version 2.0 (the "License");
10  * you may not use this software except in compliance with the License.
11  * You may obtain a copy of the License at
12  *
13  *             http://www.apache.org/licenses/LICENSE-2.0
14  *
15  * Unless required by applicable law or agreed to in writing, software
16  * distributed under the License is distributed on an "AS IS" BASIS,
17  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18  * See the License for the specific language governing permissions and
19  * limitations under the License.
20  *
21  * Unless otherwise specified, all documentation contained herein is licensed
22  * under the Creative Commons License, Attribution 4.0 Intl. (the "License");
23  * you may not use this documentation except in compliance with the License.
24  * You may obtain a copy of the License at
25  *
26  *             https://creativecommons.org/licenses/by/4.0/
27  *
28  * Unless required by applicable law or agreed to in writing, documentation
29  * distributed under the License is distributed on an "AS IS" BASIS,
30  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31  * See the License for the specific language governing permissions and
32  * limitations under the License.
33  *
34  * ============LICENSE_END============================================
35  *
36  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
37  */
38  .w-ecomp-main-view-title {
39     //.a24r;
40     .blackText24m;
41     //margin-left: @table-margin-left;
42     width: @table-width;
43     padding-bottom: 15px;
44     //.content_justify;
45     //padding-left: 20px;
46     margin:auto;
47 }
48
49 .override_background {
50     .bg_portalGray; // 1610
51 }
52
53 input.table-search {
54   font-style: italic;
55   padding: 7px 10px;
56   width: 440px;
57   display: inline-block;
58   position: relative;
59   margin-bottom: 10px;
60   border-radius: 6px;
61   border: 1px solid @portalLGray;
62   height: 32px;
63   .form-field, .form-field-input-container {
64     width: 440px;
65   }
66   &:focus{
67     border-color: @blue-hover;
68   }
69   &:active{
70     border-color: @portalLGray;
71   }
72 }
73
74 .add-button {
75   cursor: pointer;
76   width: 120px;
77   float: right;
78
79   .btn-blue;
80
81   line-height: 32px;
82   height: 32px;
83
84   &::before {
85     .ico_add_user;
86     content: '';
87     vertical-align: middle;
88     display: inline-block;
89     margin-right: 10px;
90   }
91 }
92
93 .edit-button {
94   cursor: pointer;
95   width: 132px;
96   float:right;
97   .btn-blue;
98
99   line-height: 32px;
100   height: 32px;
101
102   &::before {
103   font-family: portalicons;
104     content: '\e6bc';
105     vertical-align: middle;
106     display: inline-block;
107     margin-right: 10px;
108   }
109 }
110
111 .errors-text {
112   .dGray14r;
113 }
114
115 .general-errors-text {
116   .dGray14r;
117   color: @err;
118 }
119
120 .ecomp-table-repeat{
121         margin-bottom:5px;
122 }
123
124 .table-control-fields{
125         display:inline-flex
126 }
127
128 .table-control-buttons{
129         float:right;
130 }
131
132 .table-control-fields input, .table-dropdown{
133         width:400px;
134         margin-right:10px;
135 }