style home amelioration
This commit is contained in:
parent
a1a98d67b5
commit
6bd3c46bdf
12 changed files with 769 additions and 755 deletions
|
|
@ -3,9 +3,10 @@
|
|||
|
||||
.home--section-tool{
|
||||
background-color: var(--data-color);
|
||||
color: var(--data-color-light);
|
||||
&[data-type="base-connaissance"],
|
||||
&[data-type="livrets"]{
|
||||
color: var(--white);
|
||||
color: var(--data-color-light);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -40,6 +41,8 @@
|
|||
font-size: 2.8rem;
|
||||
font-family: var(--font-title);
|
||||
grid-column: span 2;
|
||||
text-align: center;
|
||||
margin-bottom: calc(var(--spacing)*2);
|
||||
}
|
||||
|
||||
.baseline {
|
||||
|
|
@ -50,6 +53,16 @@
|
|||
|
||||
}
|
||||
|
||||
.species-list{
|
||||
margin-bottom: calc(var(--spacing)*3);
|
||||
}
|
||||
|
||||
.species-list .title{
|
||||
grid-column: 1/end;
|
||||
font-size: var(--fs-medium);
|
||||
color: var(--data-color-light);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -85,7 +98,7 @@
|
|||
font-size: 3.6em;
|
||||
|
||||
margin-bottom: calc(var(--unit)*1.5);
|
||||
color: var(--color);
|
||||
color: var(--color-green);
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -63,15 +63,4 @@
|
|||
}
|
||||
|
||||
|
||||
.species-list{
|
||||
display: grid;
|
||||
grid-gap: calc(var(--spacing)*1);
|
||||
grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
|
||||
|
||||
.taxon{
|
||||
align-self: start;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue