Merge branch 'master' of git.darkou.fr:dbroqua/MusicTopus into develop

This commit is contained in:
Damien Broqua 2022-03-04 19:02:04 +01:00
commit 95ab6f5f42
13 changed files with 660 additions and 54 deletions

View file

@ -41,6 +41,7 @@
.icon-eye:before { content: '\e806'; } /* '' */
.icon-left-open:before { content: '\e807'; } /* '' */
.icon-right-open:before { content: '\e808'; } /* '' */
.icon-export:before { content: '\e809'; } /* '' */
.icon-spin:before { content: '\e839'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-sun:before { content: '\f185'; } /* '' */
@ -60,4 +61,4 @@
100% {
transform: rotate(359deg);
}
}
}