mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
à la carte : tableaux
This commit is contained in:
@ -32,27 +32,3 @@
|
||||
.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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user