-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.less
More file actions
executable file
·85 lines (72 loc) · 1.87 KB
/
Copy pathheader.less
File metadata and controls
executable file
·85 lines (72 loc) · 1.87 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.gb-page-header {
position: relative;
z-index: 2;
width: 100%;
padding: 10px 0px;
background: #fff;
color: @gb-header-color;
border-bottom: 1px solid #ddd;
border-top: 2px solid @gb-palette-logo;
box-shadow: 0 3px 2px -2px rgba(200, 200, 200, 0.2);
.container{
.clearfix();
.logo {
color: inherit;
&:hover {
text-decoration: none;
}
img {
height: 34px;
float: left;
margin-right: 8px;
margin-top: 3px;
}
h1 {
font-size:18px;
font-weight: @gb-font-weight-bolder;
line-height: 38px;
display: inline-block;
margin: 0px;
padding: 0px 0 0 10px;
text-shadow: none;
color: @gb-palette-logo;
}
}
.btn {
text-decoration: none;
margin: 2px 4px;
box-shadow: none !important;
text-transform: uppercase;
&:hover {
text-decoration: none;
}
&.btn-link {
color: inherit;
&:hover {
color: @gb-header-active-color;
}
}
&.btn-icon {
margin: 1px 0;
font-size: 16px;
padding: 5px 10px;
}
.caret {
border-top-color: @gb-header-color;
}
}
img.avatar {
width: 24px;
height: 24px;
border-radius: 3px;
float: left;
margin-right: 6px;
margin-top: -2px;
margin-bottom: -2px;
}
.dropdown-menu {
top: 44px;
width: 180px;
}
}
}