!19 : Ajout de la police Luciole + switch vers le thème accessible

This commit is contained in:
Damien Broqua 2022-02-23 14:13:19 +01:00
parent 49e8a2ab1e
commit 18d4970ebd
11 changed files with 160 additions and 16 deletions

59
sass/fonts.scss Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -37,9 +37,12 @@
.icon-search:before { content: '\e802'; } /* '' */
.icon-mail:before { content: '\e803'; } /* '' */
.icon-link:before { content: '\e804'; } /* '' */
.icon-heart:before { content: '\e805'; } /* '' */
.icon-eye:before { content: '\e806'; } /* '' */
.icon-spin:before { content: '\e839'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-trash:before { content: '\f1f8'; } /* '' */
.icon-blind:before { content: '\f29d'; } /* '' */
.animate-spin {
animation: spin 2s infinite linear;

View file

@ -25,6 +25,7 @@
// @import "components/quote";
// SPÉCIFIQUE AU SITE
@import './fonts';
@import './global';
@import './navbar';
@import './forms';

View file

@ -289,6 +289,10 @@
flex-wrap: wrap;
justify-content: flex-start;
.button {
margin-right: 0.75rem;
}
&:last-child {
margin-bottom: -0.5rem;
}