tiroir fichier session storage

This commit is contained in:
2024-06-25 14:37:49 +02:00
parent 0166817c4f
commit 10d53009b0
8 changed files with 114 additions and 16 deletions
@@ -116,6 +116,22 @@
.field--name-field-architecte{
order: 4;
font-size: 1.5rem;
.field__items{
display: flex;
flex-direction: row;
flex-wrap: wrap;
.field__item{
display: inline;
&::after{
content:',';
padding-right: 0.5rem;
}
}
}
.field__item:last-of-type::after {
content: '';
}
}
}
}
@@ -124,6 +124,22 @@
order: 4;
padding-top: 0.5rem;
font-size: 1.2rem;
.field__items{
display: flex;
flex-direction: row;
flex-wrap: wrap;
.field__item{
display: inline;
&::after{
content:',';
padding-right: 0.5rem;
}
}
}
.field__item:last-of-type::after {
content: '';
}
}
ul.links{
order: 5;