Style tableau forfaits
This commit is contained in:
parent
5220d0ee89
commit
bcb76b9949
3 changed files with 24 additions and 3 deletions
|
|
@ -10,4 +10,23 @@
|
|||
font-size: 24px;
|
||||
background: linear-gradient(0.125turn, $blue, $violet);
|
||||
color: #fff;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.prices td {
|
||||
padding: 4px;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.prices tr td:first-of-type {
|
||||
background-color: $grad1_3tr;
|
||||
}
|
||||
|
||||
.prices tr td:first-of-type + td {
|
||||
background-color: $grad2_3tr;
|
||||
}
|
||||
|
||||
.prices tr td:first-of-type + td + td {
|
||||
background-color: $grad3_3tr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue