Actualiser main-site.scss
This commit is contained in:
parent
b36d6d2d6d
commit
2f0ead629e
1 changed files with 9 additions and 9 deletions
|
@ -399,7 +399,7 @@ footer.footer a:hover {
|
|||
}
|
||||
|
||||
.forfaits .forfait .buy,
|
||||
table.compforfait thead .buy {
|
||||
table.listforfait thead .buy {
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
background-color: rgb(90, 230, 150);
|
||||
|
@ -409,11 +409,11 @@ table.compforfait thead .buy {
|
|||
}
|
||||
|
||||
.forfaits .forfait .buy:hover,
|
||||
table.compforfait thead .buy:hover {
|
||||
table.listforfait thead .buy:hover {
|
||||
}
|
||||
|
||||
.forfaits .forfait .buy.contact,
|
||||
table.compforfait thead .buy.contact {
|
||||
table.listforfait thead .buy.contact {
|
||||
background-color: rgb(90, 150, 230);
|
||||
}
|
||||
|
||||
|
@ -442,7 +442,7 @@ table.compforfait thead .buy.contact {
|
|||
}
|
||||
}
|
||||
|
||||
table.compforfait {
|
||||
table.listforfait {
|
||||
z-index: 0;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
@ -452,26 +452,26 @@ table.compforfait {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
table.compforfait td,
|
||||
table.listforfait td,
|
||||
tr {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
table.compforfait thead {
|
||||
table.listforfait thead {
|
||||
z-index: 0;
|
||||
position: sticky;
|
||||
top: 50px;
|
||||
background: rgb(234, 234, 234);
|
||||
}
|
||||
|
||||
table.compforfait thead tr:not(:first-child) td {
|
||||
table.listforfait thead tr:not(:first-child) td {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
table.compforfait thead tr:not(:last-child) td {
|
||||
table.listforfait thead tr:not(:last-child) td {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
table.compforfait tbody tr td:not(:first-child) {
|
||||
table.listforfait tbody tr td:not(:first-child) {
|
||||
font-family: IcoMoon-Free;
|
||||
}
|
Loading…
Reference in a new issue