gaf-mobile
Version:
GAF mobile Web site
36 lines (29 loc) • 606 B
text/less
@import (reference) '../themes/variables';
/* Dashboard */
.dashboard {
&-header {
text-align: center;
margin: 23px 0 27px;
color: @text-color-xdark;
}
&-title {
margin-bottom: 2px;
font-size: @type-size-xlge;
font-weight: @type-weight-bold;
color: inherit;
}
&-desc {
margin: 0;
font-size: @type-size;
}
&-btn {
text-transform: uppercase;
}
&-search {
margin-top: 20px;
}
&-searchResults {
background-color: @body-bg-light;
padding: @padding;
}
}