nexus site path corrected
[portal.git] / ecomp-portal-FE / client / app / styles / ecomp-general.less
1 /*-
2  * ================================================================================
3  * eCOMP Portal
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ================================================================================
19  */
20  .w-ecomp-main-view-title {
21   .a24r;
22   margin: auto;
23   .content_justify;
24   margin-bottom: 15px;
25 }
26
27 input.table-search {
28   font-style: italic;
29   padding: 7px 10px;
30   width: 440px;
31   display: inline-block;
32   position: relative;
33   margin-bottom: 10px;
34   border-radius: 6px;
35   border: 1px solid @q;
36   height: 32px;
37   .form-field, .form-field-input-container {
38     width: 440px;
39   }
40   &:focus{
41     border-color: @blue-hover;
42   }
43   &:active{
44     border-color: @q;
45   }
46 }
47
48 .add-button {
49   cursor: pointer;
50   width: 120px;
51   float: right;
52
53   .btn-blue;
54
55   line-height: 32px;
56   height: 32px;
57
58   &::before {
59     .ico_add_user;
60     content: '\f211';
61     font-family: "Ionicons";
62     vertical-align: middle;
63     display: inline-block;
64     margin-right: 10px;
65     height:35px;
66   }
67 }
68
69 .errors-text {
70   .o14r;
71 }
72
73 .general-errors-text {
74   .o14r;
75   color: @err;
76 }