bubcloud
Version:
A responsive theme for Forumotion
51 lines (42 loc) • 702 B
text/less
#header {
background-color: @darkPrimaryColor;
}
#logo {
float: left;
margin: 10px 0;
img {
.show();
height: 30px;
}
}
#main-title {
height: 50px;
margin-left: 40px;
font-size: 18px;
font-weight: 900;
line-height: 50px;
text-transform: uppercase;
color: @textPrimaryColor;
h1 {
margin: 0;
font-size: inherit;
font-weight: inherit;
}
}
#site-desc {
margin: 0;
.hide();
}
@media @tablet {
#logo img {
height: 64px;
}
#main-title {
margin-left: 90px;
}
#site-desc {
&:extend(#main-title);
.show();
color: @lightPrimaryColor;
}
}