gaf-mobile
Version:
GAF mobile Web site
56 lines (43 loc) • 958 B
text/less
@import (reference) '../themes/variables';
// Inbox
.Inbox {
padding-bottom: @padding;
background-color: @septenary-color-xxxlight;
&-list {
padding: @padding 0;
}
&-message-list, &-contact-list {
list-style: none;
padding: 0;
}
&-message, &-contact {
list-style: none;
padding: 0;
border-bottom: 1px solid @border-color;
}
&-loader {
text-align: center;
}
&-status {
text-align: center;
&-heading {
font-size: @type-size-xlge;
color: @quaternary-color-light;
}
&-text {
color: @input-placeholder-color;
}
&-link {
display: block;
margin-top: 16px;
}
&-img {
width: 60px;
padding-top: 60px;
}
}
&-contact-error {
margin-top: 5px;
font-size: @type-size-xsml;
}
}