Actualiser main-site.scss

This commit is contained in:
GZod01 2024-11-11 12:09:15 +01:00
parent b36d6d2d6d
commit 2f0ead629e

View file

@ -399,7 +399,7 @@ footer.footer a:hover {
} }
.forfaits .forfait .buy, .forfaits .forfait .buy,
table.compforfait thead .buy { table.listforfait thead .buy {
padding: 10px; padding: 10px;
border-radius: 5px; border-radius: 5px;
background-color: rgb(90, 230, 150); background-color: rgb(90, 230, 150);
@ -409,11 +409,11 @@ table.compforfait thead .buy {
} }
.forfaits .forfait .buy:hover, .forfaits .forfait .buy:hover,
table.compforfait thead .buy:hover { table.listforfait thead .buy:hover {
} }
.forfaits .forfait .buy.contact, .forfaits .forfait .buy.contact,
table.compforfait thead .buy.contact { table.listforfait thead .buy.contact {
background-color: rgb(90, 150, 230); background-color: rgb(90, 150, 230);
} }
@ -442,7 +442,7 @@ table.compforfait thead .buy.contact {
} }
} }
table.compforfait { table.listforfait {
z-index: 0; z-index: 0;
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
@ -452,26 +452,26 @@ table.compforfait {
text-align: center; text-align: center;
} }
table.compforfait td, table.listforfait td,
tr { tr {
border: 1px solid black; border: 1px solid black;
} }
table.compforfait thead { table.listforfait thead {
z-index: 0; z-index: 0;
position: sticky; position: sticky;
top: 50px; top: 50px;
background: rgb(234, 234, 234); background: rgb(234, 234, 234);
} }
table.compforfait thead tr:not(:first-child) td { table.listforfait thead tr:not(:first-child) td {
border-top: none; border-top: none;
} }
table.compforfait thead tr:not(:last-child) td { table.listforfait thead tr:not(:last-child) td {
border-bottom: none; border-bottom: none;
} }
table.compforfait tbody tr td:not(:first-child) { table.listforfait tbody tr td:not(:first-child) {
font-family: IcoMoon-Free; font-family: IcoMoon-Free;
} }