oslo-red-cross-bootstrap-3-theme 1.8.2 → 1.9.1

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/_base.scss CHANGED
@@ -1,13 +1,13 @@
1
1
  @font-face {
2
2
  font-family: 'myriad-pro-bold';
3
- src: url('/fonts/myriad-pro-bold.eot') format('embedded-opentype'),
4
- url('/fonts/myriad-pro-bold.ttf') format('truetype');
3
+ src: url('./fonts/myriad-pro-bold.eot') format('embedded-opentype'),
4
+ url('./fonts/myriad-pro-bold.ttf') format('truetype');
5
5
  }
6
6
 
7
7
  @font-face {
8
8
  font-family: 'myriad-pro-regular';
9
- src: url('/fonts/myriad-pro-regular.eot') format('embedded-opentype'),
10
- url('/fonts/myriad-pro-regular.ttf') format('truetype');
9
+ src: url('./fonts/myriad-pro-regular.eot') format('embedded-opentype'),
10
+ url('./fonts/myriad-pro-regular.ttf') format('truetype');
11
11
  }
12
12
 
13
13
  [x-cloak] {
@@ -99,6 +99,10 @@ details[open] summary:after {
99
99
  border-width: 1px !important;
100
100
  }
101
101
 
102
+ input[type="date"], input[type="week"], input[type="month"], input[type="time"], input[type="datetime-local"] {
103
+ -webkit-appearance: none;
104
+ }
105
+
102
106
  .inline-block {
103
107
  display: inline-block;
104
108
  }
package/_navbar.scss CHANGED
@@ -14,7 +14,7 @@
14
14
  background-color: #fff !important;
15
15
  background-size: 60px;
16
16
  background-repeat: no-repeat;
17
- background-image: url('/images/red-cross.png');
17
+ background-image: url('./images/red-cross.png');
18
18
  }
19
19
 
20
20
  .navbar-brand:hover {
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "oslo-red-cross-bootstrap-3-theme",
3
- "version": "1.8.2",
3
+ "version": "1.9.1",
4
4
  "description": "Bootstrap 3 theme for apps created for the Oslo Red Cross",
5
5
  "main": "app.scss",
6
- "scripts": {
7
- },
6
+ "scripts": {},
8
7
  "repository": {
9
8
  "type": "git",
10
9
  "url": "git+https://github.com/oslorodekors/bootstrap-3-theme.git"
@@ -13,6 +12,5 @@
13
12
  "url": "https://github.com/oslorodekors/bootstrap-3-theme/issues"
14
13
  },
15
14
  "homepage": "https://github.com/oslorodekors/bootstrap-3-theme#readme",
16
- "devDependencies": {
17
- }
15
+ "devDependencies": {}
18
16
  }