[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE-common / client / app / views / users / new-user-dialogs / bulk-user.modal.less
1 .bulk-user-modal {
2         height: 430px;
3
4         .title {
5                 .dGray18r;  //AT&T Dark Gray
6                 border-bottom: @blue-active 3px solid;
7         }
8         
9         .main {
10                 margin: 16px;
11     
12                 .upload-instructions {
13                         .dGray14r;
14                 }
15                 
16                 // http://stackoverflow.com/questions/572768/styling-an-input-type-file-button
17
18                 .file-label {
19                         border: 1px solid #ffffff;
20                         border-radius: 6px;
21                         margin-top: 4px;
22                         margin-bottom: 4px;
23                         margin-left: 0px;
24                         margin-right: 8px;
25                         color: #ffffff;
26                         background: #067ab4;
27                         display: inline-block;
28                         text-align: center;
29                         font-family: Omnes-ECOMP-W02-Medium,Arial;
30                         font-size: 14px;
31                         height: 29px;
32                         line-height: 29px;
33                         width: 90px;
34
35                         input[type="file"] {
36                                 // Hide the browser's control
37                                 display: none;
38                         }
39                 
40                 }
41
42                 .file-label:hover {
43                         background: #009fdb;
44                 }
45                 
46                 .file-label:active {
47                         background: #009fdb;
48                 }
49                 
50                 .file-label:invalid+span {
51                         color: #ffffff;
52                 }
53                 
54                 .file-label:valid+span {
55                         color: #ffffff;
56                 }
57
58         }
59     
60 }