mirror of
https://github.com/zhigang1992/m.combee.co.git
synced 2026-01-12 22:39:55 +08:00
30 lines
418 B
SCSS
30 lines
418 B
SCSS
#header {
|
|
height: 45px;
|
|
background-color: #FFF;
|
|
|
|
.log {
|
|
padding-left: 5px;
|
|
color: black;
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.user-button-container {
|
|
@include clearfix;
|
|
line-height: 45px;
|
|
float: right;
|
|
a {
|
|
margin-right: 10px;
|
|
font-size: 24px;
|
|
color: #565656;
|
|
img {
|
|
height: 24px;
|
|
width: 24px;
|
|
border-radius: 12px;
|
|
}
|
|
&>* {
|
|
vertical-align: text-top;
|
|
}
|
|
}
|
|
}
|
|
} |