sfc-utils 1.2.7 → 1.2.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.
Files changed (3) hide show
  1. package/brands.js +1 -1
  2. package/package.json +1 -1
  3. package/topper.js +1 -1
package/brands.js CHANGED
@@ -113,7 +113,7 @@ let getBrands = function(market){
113
113
  /* Connecticut */
114
114
  CT: {
115
115
  styles: {
116
- "@brand": "#900900",
116
+ "@brand": "#1A98FF",
117
117
  },
118
118
  attributes: {
119
119
  "marketPrefix": "in",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",
package/topper.js CHANGED
@@ -358,7 +358,7 @@ let getTopper = function(settings){
358
358
  }
359
359
  .topper-intro-img-sfc-utils, #topper-intro-video-sfc-utils{
360
360
  object-fit: contain !important;
361
- positon: relative;
361
+ position: relative;
362
362
  }
363
363
  #topper-intro-container.full #topper-article-title{
364
364
  text-align: left !important;