22 lines
356 B
SCSS
22 lines
356 B
SCSS
@import "partials/colors";
|
|
@import "partials/fonts";
|
|
|
|
|
|
span.mathallo-site-name{
|
|
font-family: 'Fredoka';
|
|
text-transform:uppercase;
|
|
color: $bleu_site;
|
|
font-weight: 500;
|
|
}
|
|
|
|
span.footnotes-preview{
|
|
background-color: $rose;
|
|
}
|
|
|
|
p.lien-transversal a{
|
|
border: 1px dashed $bleu_site;
|
|
padding: 0.6em 0.8em;
|
|
border-radius: 7px;
|
|
color: $bleu_site;
|
|
}
|