pflaenz.li-Symfony/assets/styles/app.scss

29 lines
421 B
SCSS
Raw Normal View History

2021-04-24 16:59:51 +02:00
// assets/styles/global.scss
// customize some Bootstrap variables
2021-04-30 17:08:34 +02:00
$primary: darken(#005035, 20%);
2021-04-24 16:59:51 +02:00
// the ~ allows you to reference things in node_modules
@import "~bootstrap/scss/bootstrap";
2021-04-26 23:50:23 +02:00
.offering > img {
height: 15rem;
object-fit: cover;
}
.offering {
$card-height: 100%;
width: 20rem;
}
.username {
float: left;
}
.zip {
float: right;
2021-04-27 10:20:02 +02:00
}
.listings-container {
padding-top: 2rem;
2021-04-26 23:50:23 +02:00
}