add deps for js angular1.8

This commit is contained in:
Tykayn 2025-02-14 14:17:23 +01:00 committed by tykayn
parent 8e2da4f159
commit b373892ddc
3800 changed files with 125627 additions and 40 deletions

View file

@ -5,6 +5,7 @@
@import 'split/formulaires';
@import 'split/typo';
@import 'pages/global';
@import 'pages/nav';
@import 'pages/demo';
@import 'pages/home';
@import 'pages/history';

View file

@ -1,4 +0,0 @@
body{
margin: 0 auto;
padding: 4rem;
}

View file

@ -1,4 +0,0 @@
$brand-primary: darken(#428bca, 20%);
// the ~ allows you to reference things in node_modules
//@import '~bootstrap-sass/assets/stylesheets/bootstrap';

View file

@ -0,0 +1,6 @@
nav{
a{
padding: 1rem;
margin-right: 1rem;
}
}