pflaenz.li-Symfony/assets/styles/app.scss
2021-05-04 14:28:18 +02:00

39 lines
No EOL
535 B
SCSS

// 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";
.offering > img {
height: 15rem;
object-fit: cover;
}
.offering {
$card-height: 100%;
width: 20rem;
}
.username {
float: left;
}
.zip {
float: right;
}
.listings-container {
padding-top: 2rem;
}
.img-container {
width: 50%;
min-width: 20rem;
}
.offer-info {
width: 50%;
min-width: 20rem;;
}