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,13 @@
@import "colors";
@import "constants";
.sub-header {
background-color: $light-grey;
padding-top: $default-padding;
margin-bottom: $sub-header-bottom-margin;
border-bottom: 1px solid $border-grey;
.container {
margin-bottom: -1px;
}
}