Remove old css and js

This commit is contained in:
Paul Chavard 2021-01-28 15:27:29 +01:00 committed by Pierre de La Morinerie
parent 16e860e00c
commit a503417298
142 changed files with 156 additions and 1910 deletions

View file

@ -0,0 +1,27 @@
@import "colors";
@import "constants";
%horizontal-list {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 0px;
display: flex;
flex-wrap: wrap;
}
%horizontal-list-item {
display: inline-block;
}
%animation {
animation-fill-mode: forwards;
animation-duration: 0.3s;
}
%outline {
&:active:not(:disabled),
&:focus {
outline: 3px solid $blue;
}
}