oslo-red-cross-bootstrap-3-theme 1.4.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/_navbar.scss CHANGED
@@ -43,13 +43,3 @@
43
43
  th.active {
44
44
  background-color: $gray-light !important;
45
45
  }
46
-
47
- @media (min-width: $screen-lg-min) {
48
- .navbar .active, .nav-pills .active {
49
- border-bottom: 2px solid $brand-danger;
50
- }
51
-
52
- .navbar .dropdown-menu .active {
53
- border: none;
54
- }
55
- }
package/_variables.scss CHANGED
@@ -18,9 +18,9 @@ $gray-light: lighten($gray-base, 80%) !default;
18
18
  $gray-lighter: #f8f8f9 !default; // same as rodekors.no navbar
19
19
 
20
20
  $brand-primary: #2C3E50 !default;
21
- $brand-success: #18BC9C !default;
22
- $brand-info: #228dd6 !default;
23
- $brand-warning: #F39C12 !default;
21
+ $brand-success: #16A78A !default;
22
+ $brand-info: #1C75B0 !default;
23
+ $brand-warning: #CB820B !default;
24
24
  $brand-danger: #D52B1E !default;
25
25
 
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oslo-red-cross-bootstrap-3-theme",
3
- "version": "1.4.0",
3
+ "version": "1.6.0",
4
4
  "description": "Bootstrap 3 theme for apps created for the Oslo Red Cross",
5
5
  "main": "app.scss",
6
6
  "scripts": {