Merge "Refactor, fix code formatting and add unittests"
[dcaegen2/platform.git] / mod2 / ui / src / app / user-management / user-management.component.css
1 /* 
2  *  # ============LICENSE_START=======================================================
3  *  # Copyright (c) 2020 AT&T Intellectual Property. All rights reserved.
4  *  # ================================================================================
5  *  # Licensed under the Apache License, Version 2.0 (the "License");
6  *  # you may not use this file except in compliance with the License.
7  *  # You may obtain a copy of the License at
8  *  #
9  *  #      http://www.apache.org/licenses/LICENSE-2.0
10  *  #
11  *  # Unless required by applicable law or agreed to in writing, software
12  *  # distributed under the License is distributed on an "AS IS" BASIS,
13  *  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  *  # See the License for the specific language governing permissions and
15  *  # limitations under the License.
16  *  # ============LICENSE_END=========================================================
17  */
18
19 .pi-trash:hover {
20     color:red;
21 }
22 .pi-pencil:hover {
23     color:blue;
24 }
25
26 label {
27     cursor: pointer;
28 }
29
30 .input{
31     padding-top: 10px;
32 }
33  
34 .inputLabel { 
35     font-weight: 600;
36     margin-left: 20px;
37     width: 140px;
38 }
39
40 .inputFieldSm { 
41     width: 200px; 
42     height: 35px; 
43     padding-left: 6px; 
44
45 .inputFieldMed { 
46     width: 300px; 
47     height: 35px; 
48     padding-left: 6px; 
49
50 .inputFieldLg { 
51     width: 400px; 
52     height: 35px; 
53     padding-left: 6px; 
54 }