woodpecker/server/static/styles/modules/header.less
2014-06-04 14:25:38 -07:00

49 lines
712 B
Plaintext

body > header {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
height: 55px;
background: @darkest;
z-index:999;
text-align:center;
}
.header-brand {
display: inline-block;
font-family: @font-family-logo;
font-size: 26px;
line-height: 55px;
text-decoration:none;
text-transform: uppercase;
color: #CCC;
}
.header-user {
position:absolute;
right:0px;
top:0px;
bottom:0px;
white-space:nowrap;
color: #CCC;
margin-right: 20px;
display: inline-block;
line-height: 55px;
font-size: 15px;
text-decoration:none;
text-transform: uppercase;
img {
border-radius: @circle;
float: right;
width: 32px;
height: 32px;
margin-top: 10px;
margin-left: 20px;
}
}
.header-actions {
}