// assets/styles/global.scss
// customize some Bootstrap variables
$primary: darken(#005035, 20%);
// the ~ allows you to reference things in node_modules
@import "~bootstrap/scss/bootstrap";
.offer-img {
height: 15rem;
object-fit: cover;
}
.offer {
$card-height: 100%;
width: 20rem;
.username {
float: left;
.zip {
float: right;
.offer-container {
padding-top: 2rem;
.img-container {
width: 50%;
min-width: 20rem;
.offer-info {
min-width: 20rem;;
.offer-footer {
color: #555;
.user-link {
.user-link:hover {
color: #000;
.show-img-container {
max-width: 30rem;
.card {
margin-bottom: 0 !important;
@include media-breakpoint-up(sm) {
margin-right: 2rem;