à la carte

This commit is contained in:
Pascal Engélibert
2023-05-27 15:32:08 +02:00
parent a2c3c3eab0
commit 10b6804d72
8 changed files with 120 additions and 15 deletions

View File

@ -1,5 +1,7 @@
@import "defs";
// TABLEAU DES PRIX
.prices {
width: 100%;
table-layout: fixed;
@ -30,3 +32,27 @@
.prices tr td:first-of-type + td + td {
background-color: $grad3_3tr;
}
// À LA CARTE
.alacarte {
display: flex;
gap: 32px;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.alacarte-item {
text-align: center;
min-height: 150px;
}
.alacarte-title {
font-family: Neucha;
font-size: 22px;
background: linear-gradient(0.125turn, $blue, $violet);
color: #fff;
padding: 8px;
border-radius: 8px;
}

View File

@ -1,8 +1,5 @@
@import "defs";
.timeline {
}
.timeline-item {
width: 50%;
box-sizing: border-box;