mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-10-09 17:02:47 +02:00
add deps for js angular1.8
This commit is contained in:
parent
8e2da4f159
commit
b373892ddc
3800 changed files with 125627 additions and 40 deletions
|
@ -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';
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
body{
|
||||
margin: 0 auto;
|
||||
padding: 4rem;
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
$brand-primary: darken(#428bca, 20%);
|
||||
|
||||
// the ~ allows you to reference things in node_modules
|
||||
//@import '~bootstrap-sass/assets/stylesheets/bootstrap';
|
6
assets/styles/pages/_nav.scss
Normal file
6
assets/styles/pages/_nav.scss
Normal file
|
@ -0,0 +1,6 @@
|
|||
nav{
|
||||
a{
|
||||
padding: 1rem;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue