mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-17 15:40:37 +00:00
nouvelle charte graphique
This commit is contained in:
parent
e7546ce4c6
commit
63fb1d4ca5
11 changed files with 90 additions and 44 deletions
|
|
@ -35,13 +35,17 @@ table {
|
|||
}
|
||||
|
||||
thead {
|
||||
font-family: 'Spectral SC', serif;
|
||||
font-family: 'Oswald', sans-serif;
|
||||
}
|
||||
|
||||
tr {
|
||||
|
||||
}
|
||||
|
||||
th {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 6px 12px;
|
||||
border-bottom: none !important;
|
||||
|
|
@ -65,7 +69,7 @@ table {
|
|||
tbody {
|
||||
tr {
|
||||
&:nth-of-type(even) {
|
||||
background-color: $color-light-gray;
|
||||
background-color: darken($color-background, 5);
|
||||
}
|
||||
&:nth-of-type(odd):hover {
|
||||
background-color: inherit !important;
|
||||
|
|
@ -124,12 +128,12 @@ table {
|
|||
|
||||
.theme--dark {
|
||||
thead {
|
||||
background-color: darken($color-gray, 10);
|
||||
background-color: darken($color-gray, 30);
|
||||
}
|
||||
tbody {
|
||||
tr {
|
||||
&:nth-of-type(even) {
|
||||
background-color: darken($color-gray, 10);
|
||||
background-color: darken($color-gray, 30);
|
||||
}
|
||||
&:nth-of-type(odd):hover {
|
||||
background-color: inherit !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue