nexus site path corrected
[portal.git] / ecomp-portal-FE / client / app / views / header / user-edit / edit-user.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  
21  .main{
22      padding:10px;
23      margin-left: 40px;
24  
25  }
26  .manage-user-home-title{
27      
28      margin-top:15px;
29      color: #067ab4;
30      font-family: arial;
31      font-size: 24px;
32      margin-left: 0px;
33      width: 250px;
34  
35  }
36
37   .input-text-edit-user {
38           font-style: italic;
39           padding: 7px 10px;
40           width: 200px !important;
41           display: inline-block;
42           position: relative;
43           margin-bottom: 10px;
44           border-radius: 6px;
45           border: 1px solid #d8d8d8;
46           height: 32px;
47           border-color: slategrey !important;
48   }
49   
50   .input-edit-user-div{
51       float: left;
52       width: 300px; 
53   }
54   
55   .edit-user-section{
56       
57       margin-top:5px;
58       margin-left:10px;
59   
60   }
61