@shift72/core-template 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -1
- package/package.json +1 -1
- package/site/styles/_buttons.scss +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [Unreleased](https://github.com/shift72/core-template/compare/0.4.
|
3
|
+
## [Unreleased](https://github.com/shift72/core-template/compare/0.4.4...HEAD)
|
4
|
+
|
5
|
+
## [0.4.4](https://github.com/shift72/core-template/compare/0.4.3...0.4.4)
|
6
|
+
- Fixed usage of obsolete $primary var for trailer button
|
7
|
+
|
8
|
+
### Added
|
9
|
+
- Awards categories
|
4
10
|
|
5
11
|
## [0.4.3](https://github.com/shift72/core-template/compare/0.4.2...0.4.3)
|
6
12
|
|
package/package.json
CHANGED
@@ -115,8 +115,8 @@
|
|
115
115
|
background: transparent;
|
116
116
|
|
117
117
|
.s72-icon-play circle {
|
118
|
-
fill:
|
119
|
-
stroke:
|
118
|
+
fill: var(--primary);
|
119
|
+
stroke: var(--primary);
|
120
120
|
stroke-width: 3px;
|
121
121
|
}
|
122
122
|
|
@@ -136,7 +136,7 @@
|
|
136
136
|
|
137
137
|
.verb {
|
138
138
|
background: transparent;
|
139
|
-
color:
|
139
|
+
color:var(--primary);
|
140
140
|
}
|
141
141
|
}
|
142
142
|
|
@@ -152,7 +152,7 @@
|
|
152
152
|
|
153
153
|
circle {
|
154
154
|
fill: transparent;
|
155
|
-
stroke:
|
155
|
+
stroke: var(--primary);
|
156
156
|
stroke-width: 3px;
|
157
157
|
}
|
158
158
|
|