equal
deleted
inserted
replaced
2 @import "bootstrap/scss/variables"; |
2 @import "bootstrap/scss/variables"; |
3 |
3 |
4 $theme-colors: ( |
4 $theme-colors: ( |
5 "primary": #769FED, |
5 "primary": #769FED, |
6 "secondary": white, |
6 "secondary": white, |
7 "danger": rgba(196, 196, 196, .5) |
7 "danger": rgba(196, 196, 196, .5), |
|
8 "warning": #C4C4C4, |
|
9 "success": transparent, |
|
10 "info": #F95B5B, |
8 ); |
11 ); |
|
12 |
|
13 $line-height-base: 1.3; |
|
14 $font-weight-normal: 500; |
|
15 $spacer: .5rem; |
9 |
16 |
10 $link-color: theme-color("secondary"); |
17 $link-color: theme-color("secondary"); |
11 $link-hover-color: darken($link-color, 15%); |
18 $link-hover-color: darken($link-color, 15%); |
12 |
19 |
13 $component-active-bg: theme-color("secondary"); |
20 $component-active-bg: theme-color("secondary"); |