UNPKG

gaf-mobile

Version:

GAF mobile Web site

50 lines (38 loc) 830 B
@import (reference) '../libs/mixins'; /** * BidList */ .BidList { .list-unstyled(); &-wrapper { min-height: 100%; padding-top: 10px; background-color: @body-bg-light; } &-item { padding: 20px 10px; border-bottom: 1px solid @border-color; &--rejected { opacity: 0.5; } } &-header { padding: 10px; text-align: center; background-color: @septenary-color-xlight; color: @text-color-light; &--success { background-color: @success-notify-color; } } &-title { margin: 0; font-size: @type-size; font-weight: @type-weight-bold; color: inherit; text-transform: uppercase; } &-errors { margin-top: 16px; } }