passion_retro/static/themes/00s/shop.css
2025-09-12 11:11:44 +02:00

69 lines
1.1 KiB
CSS

.shop {
padding: 10px;
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.card-shop {
margin: 15px 0;
padding: 15px;
width: 250px;
min-height: 380px;
display: flex;
flex-direction: column;
position: relative;
margin-right: 15px;
vertical-align: top;
justify-content: space-between;
}
.card-shop img {
max-width: 220px;
margin-bottom: 10px;
margin: auto;
}
.card-shop .card-title {
margin-bottom: 10px;
}
.card-shop .card-text {
margin-bottom: 10px;
}
.card-shop .card-content {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.card-shop .button-container {
margin-top: auto;
text-align: center;
padding-top: 15px;
}
a.btn-shop {
text-decoration: none;
}
.btn-shop-primary {
padding: 5px 15px;
font-weight: bold;
cursor: pointer;
display: inline-block;
min-width: 120px;
}
.btn-shop-secondary {
padding: 5px 15px;
font-weight: bold;
cursor: pointer;
display: inline-block;
min-width: 120px;
}
.btn-shop-large {
padding: 10px 20px;
height: 65px;
}