mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
à la carte
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -1,8 +1,5 @@
|
||||
@import "defs";
|
||||
|
||||
.timeline {
|
||||
}
|
||||
|
||||
.timeline-item {
|
||||
width: 50%;
|
||||
box-sizing: border-box;
|
||||
|
Reference in New Issue
Block a user