modif css

This commit is contained in:
2020-01-20 11:51:20 +01:00
parent 7ca69e1549
commit b81be5ec03
178 changed files with 14005 additions and 187 deletions
@@ -69,6 +69,11 @@ $animate: all 0.2s ease-in-out;
}
}
}
&#figureslibres{
&::before, &::after{
bottom: 5px;
}
}
}
}
&.hidden{
@@ -89,23 +94,34 @@ $animate: all 0.2s ease-in-out;
height: 200px;
transition: height .5s, width .5s;
}
&.figureslibres{
background:
url("/user/themes/figureslibres/images/figures_libres.svg") center no-repeat;
background-size: contain;
}
&.publique{
background:
url("/user/themes/figureslibres/images/forme2.svg") center no-repeat;
url("/user/themes/figureslibres/images/publique.svg") center no-repeat;
background-size: contain;
}
&.sociale{
background: $color_sociale;
border-radius: 100px;
background:
url("/user/themes/figureslibres/images/sociale.svg") center no-repeat;
background-size: contain;
}
&.culturelle{
background:
url("/user/themes/figureslibres/images/forme3.svg") center no-repeat;
url("/user/themes/figureslibres/images/culturelle.svg") center no-repeat;
background-size: contain;
}
&.commanditaires{
background:
url("/user/themes/figureslibres/images/forme4.svg") center no-repeat;
url("/user/themes/figureslibres/images/commanditaires.svg") center no-repeat;
background-size: contain;
}
&.logiciels-libres{
background:
url("/user/themes/figureslibres/images/logiciels_libres.svg") center no-repeat;
background-size: contain;
}
}