@shift72/core-template 1.9.7 → 1.9.8
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/CHANGELOG.md +8 -2
- package/kibble.json +1 -1
- package/package.json +1 -1
- package/site/styles/_footer.scss +3 -1
- package/site/styles/_plans.scss +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [Unreleased](https://github.com/shift72/core-template/compare/1.9.
|
|
3
|
+
## [Unreleased](https://github.com/shift72/core-template/compare/1.9.8...HEAD)
|
|
4
4
|
|
|
5
5
|
### Added
|
|
6
6
|
|
|
@@ -8,7 +8,13 @@
|
|
|
8
8
|
|
|
9
9
|
### Fixed
|
|
10
10
|
|
|
11
|
-
## [1.9.
|
|
11
|
+
## [1.9.8](https://github.com/shift72/core-template/compare/1.9.7...1.9.8)
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- Bug with android tv app logo on Chrome
|
|
16
|
+
|
|
17
|
+
## [1.9.7](https://github.com/shift72/core-template/compare/1.9.6...1.9.7)
|
|
12
18
|
|
|
13
19
|
### Added
|
|
14
20
|
|
package/kibble.json
CHANGED
package/package.json
CHANGED
package/site/styles/_footer.scss
CHANGED
|
@@ -164,11 +164,13 @@ footer {
|
|
|
164
164
|
display: flex;
|
|
165
165
|
height: 45px;
|
|
166
166
|
}
|
|
167
|
+
|
|
167
168
|
.app-badge-android-tv {
|
|
168
169
|
background-color: var(--footer-app-badge-android-tv);
|
|
169
170
|
height: 44px;
|
|
170
171
|
mask: url('/images/icons/androidtv.svg') no-repeat center / contain;
|
|
171
|
-
|
|
172
|
+
/* stylelint-disable-next-line */
|
|
173
|
+
-webkit-mask: url('/images/icons/androidtv.svg') no-repeat center / contain;
|
|
172
174
|
width: 122px;
|
|
173
175
|
}
|
|
174
176
|
}
|
package/site/styles/_plans.scss
CHANGED
|
@@ -67,7 +67,6 @@ s72-plan-label {
|
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
s72-plan-label {
|
|
70
|
-
|
|
71
70
|
left: 0;
|
|
72
71
|
margin: 0 auto;
|
|
73
72
|
position: absolute;
|
|
@@ -80,7 +79,6 @@ s72-plan-label {
|
|
|
80
79
|
}
|
|
81
80
|
|
|
82
81
|
.plan-caption-details .s72-plan-owned {
|
|
83
|
-
|
|
84
82
|
background-color: var(--primary);
|
|
85
83
|
border-radius: $border-radius 0 $border-radius 0;
|
|
86
84
|
display: inline-block;
|