forked from meanjs/mean
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcore.css
More file actions
43 lines (43 loc) · 715 Bytes
/
Copy pathcore.css
File metadata and controls
43 lines (43 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.content {
margin-top: 50px;
}
.undecorated-link:hover {
text-decoration: none;
}
[ng\:cloak],
[ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
display: none !important;
}
.header-profile-image {
border-radius: 50%;
height: 28px;
margin-right: 5px;
opacity: 0.8;
width: 28px;
}
.open .header-profile-image,
a:hover .header-profile-image {
opacity: 1;
}
.user-header-dropdown-toggle {
padding-bottom: 11px !important;
padding-top: 11px !important;
}
.user-primary-account {
font-size: 30px;
position: absolute;
right: 10px;
top: 10px;
}
.error-text {
display: none;
}
.has-error .help-block.error-text {
display: block;
}
.has-error .help-inline.error-text {
display: inline;
}