Ajout de l'icone partage sur la page collection + appel axios

This commit is contained in:
Damien Broqua 2022-03-05 21:02:38 +01:00
parent 796f985991
commit 657b44c122
6 changed files with 74 additions and 3 deletions

View file

@ -82,4 +82,8 @@ html {
@include respond-to("small-up") {
display: initial;
}
}
.is-danger {
color: $nord12;
}

View file

@ -1,4 +1,9 @@
.ma-collection {
h1 {
i {
cursor: pointer;
}
}
.filters {
display: flex;
justify-content: end;

View file

@ -13,6 +13,11 @@
color: $button-alternate-color;
border-radius: 6px;
&.success {
background-color: $success-color;
color: $button-font-color;
}
&.show {
visibility: visible;
animation: toastrFadein 0.5s, toastrFadeout 0.5s 2.5s;