oslo-red-cross-bootstrap-3-theme 1.10.0 → 1.12.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/.idea/vcs.xml ADDED
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="Git" />
5
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
6
+ </component>
7
+ </project>
package/_variables.scss CHANGED
@@ -730,7 +730,7 @@ $panel-footer-bg: $gray-lighter !default;
730
730
 
731
731
  $panel-default-text: $text-color !default;
732
732
  $panel-default-border: $gray-light !default;
733
- $panel-default-heading-bg: $gray-light !default;
733
+ $panel-default-heading-bg: $gray-lighter !default;
734
734
 
735
735
  $panel-primary-text: #fff !default;
736
736
  $panel-primary-border: $brand-primary !default;
@@ -848,8 +848,8 @@ $close-text-shadow: none !default;
848
848
  $code-color: #c7254e !default;
849
849
  $code-bg: #f9f2f4 !default;
850
850
 
851
- $kbd-color: #fff !default;
852
- $kbd-bg: #333 !default;
851
+ $kbd-color: #000 !default;
852
+ $kbd-bg: $gray-light !default;
853
853
 
854
854
  $pre-bg: $gray-lighter !default;
855
855
  $pre-color: $gray-dark !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oslo-red-cross-bootstrap-3-theme",
3
- "version": "1.10.0",
3
+ "version": "1.12.0",
4
4
  "description": "Bootstrap 3 theme for apps created for the Oslo Red Cross",
5
5
  "main": "app.scss",
6
6
  "scripts": {},