plus de contraste sur les icône blanches

This commit is contained in:
chankalan 2021-09-27 14:28:03 +02:00
parent 6d4b2ee9b7
commit e9e9a50c75
1 changed files with 3 additions and 0 deletions

View File

@ -19,3 +19,6 @@ $container-width: 1100px;
$screen-largeplus: $container-width;
$bp-largeplus: breakpoint(max-width, em($screen-largeplus, $_base-font-size));
$bp-largeplus-up: breakpoint(min-width, em($screen-largeplus+1px, $_base-font-size));
$blancTransparent: rgba($white,0.9);