+ un mixin puces en triangle

This commit is contained in:
chankalan 2021-09-23 16:33:50 +02:00
parent 8eb84ec30c
commit b96e1cbd3e
1 changed files with 15 additions and 0 deletions

View File

@ -302,6 +302,21 @@
} }
} }
// liste ul avec puce en triangle
@mixin liste-triangle($demihauteur: 0.3em, $coefficient: 1.8) {
list-style:none;
> li {
padding-left:1em;
position:relative;
&:before {
position:absolute;
left:0;
top:0.6em;
@include triangle(right, $couleurSecondaire, $demihauteur, $coefficient);
}
}
}
/// Font Face /// Font Face
/// https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6#file-_mixins-scss /// https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6#file-_mixins-scss
/// simplification pour uniquement woff2 et woff /// simplification pour uniquement woff2 et woff