UNPKG

gaf-mobile

Version:

GAF mobile Web site

135 lines (107 loc) 2.1 kB
@import (reference) '../themes/variables'; /* Post Project view */ .post-project { position: relative; padding-bottom: @padding; .form { margin-top: 10px; } .post-project-button { margin: 15px 0; } &-heading { font-weight: @type-weight-bold; } &-label { margin-bottom: 0.8rem; font-size: @type-size; font-weight: @type-weight-medium; } &-budgetWrapper { display: table; width: 100%; } &-budgetContainer { display: table-cell; &:not(:last-child) { padding-right: 10px; } } &-budgetSelect, &-jobType { width: 100%; } } .post-project-help { padding: 24px 5px 8px 0; color: @link-color; } .post-project-loading { text-align: center; padding-top: 50px; .loadingicon { display: block; margin: 10px auto; } } /* Post Project success view */ .post-project-success { .check-bids-button { margin: 25px 0 6px 0; display: inline-block; } .skip-button { margin-bottom: 20px; } } .post-project-progress { margin: 18px 0 6px 0; } .tick-icon { color: @success-notify-color; } .loadingicon { margin: 14px 0; } .bidder-overview { margin: 20px 0; background-color: darken(@body-bg, 2%); } .new-project-link { margin: 15px 0 0 0; } /* Post Project process modal */ .post-project-process-title { text-align: center; } .post-project-steps { list-style: none; padding-left: 0; margin: 20px 0; text-align: center; } .post-project-steps-item { &:after { position: relative; margin: 15px auto; display: block; content: ''; height: 32px; width: 2px; border-left: 2px dotted lighten(@septenary-color-xlight, 2%); } &:last-child:after { display: none; } } .post-project-step-icon { display: block; margin-bottom: 8px; font-size: 72px; color: @large-icon; } .post-project-button { width: 100%; }