File tree Expand file tree Collapse file tree 3 files changed +33
-3
lines changed Expand file tree Collapse file tree 3 files changed +33
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!-- New Navbar -->
2
- < nav class ="navbar navbar-expand-lg bg-body-tertiary ">
3
- < div class ="container-fluid ">
2
+ < nav class ="navbar navbar-expand-lg navbar-dark bg-dark fixed-top ">
3
+ < div class ="container ">
4
4
< a class ="navbar-brand " href ="https://www.django-rest-framework.org/ "
5
5
> Django REST framework</ a
6
6
>
Original file line number Diff line number Diff line change 5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"build" : " webpack build" ,
8
- "build:production" : " webpack build --mode=production"
8
+ "build:production" : " webpack build --mode=production" ,
9
+ "build:watch" : " webpack build --watch"
9
10
},
10
11
"author" : " " ,
11
12
"license" : " ISC" ,
Original file line number Diff line number Diff line change
1
+ // Bootstrap Variables
2
+
3
+ // Navbar
4
+ // $navbar-brand-font-size: $font-size-lg !default;
5
+ $navbar-padding-y : 0 ;
6
+ // $nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;
7
+ // $navbar-light-color: rgba(var(--#{$prefix}emphasis-color-rgb), .65) !default;
8
+ // $navbar-light-hover-color: rgba(var(--#{$prefix}emphasis-color-rgb), .8) !default;
9
+ // $navbar-light-active-color: rgba(var(--#{$prefix}emphasis-color-rgb), 1) !default;
10
+ // $navbar-dark-color: rgba($white, .55) !default;
11
+ // $navbar-dark-hover-color: rgba($white, .75) !default;
12
+ // $navbar-dark-active-color: $white !default;
13
+
14
+ // Dropdowns
15
+ // $dropdown-padding-x: 0 !default;
16
+ // $dropdown-padding-y: .5rem !default;
17
+ // $dropdown-spacer: .125rem !default;
18
+ // $dropdown-link-color: var(--#{$prefix}body-color) !default;
19
+ // $dropdown-link-hover-color: $dropdown-link-color !default;
20
+ // $dropdown-link-hover-bg: var(--#{$prefix}tertiary-bg) !default;
21
+ $dropdown-font-size : 0.9rem ;
22
+ $dropdown-color : #a30000 ;
23
+
1
24
// Configuration
2
25
@import " ../../node_modules/bootstrap/scss/functions" ;
3
26
@import " ../../node_modules/bootstrap/scss/variables" ;
44
67
45
68
// Utilities
46
69
@import " ../../node_modules/bootstrap/scss/utilities/api" ;
70
+
71
+ // Custom Classes
72
+ .body-content {
73
+ padding-top : 120px ;
74
+ padding-bottom : 70px ;
75
+ }
You can’t perform that action at this time.
0 commit comments