page ressource && participant

This commit is contained in:
2020-07-19 18:12:39 +02:00
parent d6f8d684e4
commit 40070233b8
32 changed files with 1087 additions and 231 deletions
@@ -1,6 +1,5 @@
@mixin croix_or {
&:after{
// width: 100%;
height: 2rem;
margin-top: 0.5rem;
content: " ";
@@ -11,11 +10,24 @@
}
}
@mixin croix_or_B {
&:before{
width: 100px;
height: 1rem;
margin-top: 0.5rem;
content: " ";
display: block;
background: url($croix_or);
background-repeat: repeat-x;
background-size: auto auto;
}
}
@mixin shadow{
box-shadow: none;
transition: 0.3s transform ease, 0.3s box-shadow ease;
&:hover{
&:hover{
transform: scale(1.05);
transition: 0.3s all ease;
box-shadow: 0px 0px 13px 0px $color2;