change typo et couleur

This commit is contained in:
2024-04-16 09:32:02 +02:00
parent 31fe945538
commit 82076eabb0
66 changed files with 6105 additions and 1133 deletions
@@ -1,27 +1,27 @@
@mixin croix_or {
&:after{
height: 10px;
margin-top: 0.5rem;
content: " ";
display: block;
background: url($croix_or);
background-repeat: repeat-x;
background-size: auto auto;
}
}
// @mixin croix_or {
// &:after{
// height: 10px;
// margin-top: 0.5rem;
// content: " ";
// display: block;
// background: url($croix_or);
// background-repeat: repeat-x;
// background-size: auto auto;
// }
// }
@mixin croix_or_B {
&:before{
width: 100px;
height: 10px;
margin-top: 0.5rem;
content: " ";
display: block;
background: url($croix_or);
background-repeat: repeat-x;
background-size: auto auto;
}
}
// @mixin croix_or_B {
// &:before{
// width: 100px;
// height: 10px;
// margin-top: 0.5rem;
// content: " ";
// display: block;
// background: url($croix_or);
// background-repeat: repeat-x;
// background-size: auto auto;
// }
// }
@mixin shadow{
@@ -29,7 +29,7 @@
transition: 0.3s transform ease, 0.3s box-shadow ease;
&:hover{
transform: scale(1.05);
box-shadow: 0px 0px 13px 0px $color2;
box-shadow: 0px 0px 13px 0px $color2024;
transition: 0.3s transform ease, 0.3s box-shadow ease;
}
}