@worksafevictoria/wcl7.5 1.16.0-beta.6 → 1.16.0-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worksafevictoria/wcl7.5",
3
- "version": "1.16.0-beta.6",
3
+ "version": "1.16.0-beta.8",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -142,7 +142,7 @@ methods: {
142
142
  width: 10px !important;
143
143
  height: 10px !important;
144
144
  border-radius: 50% !important;
145
- background-color: yellow !important;
145
+ background-color: gold !important;
146
146
  }
147
147
 
148
148
  .carousel-indicators button:focus,
@@ -153,8 +153,11 @@ methods: {
153
153
 
154
154
  .carousel-caption {
155
155
  display: flex;
156
- font-size: 24px;
156
+ font-size: 16px;
157
+ font-style: normal;
157
158
  font-weight: normal;
159
+ line-height: 20px;
160
+ letter-spacing: 0px;
158
161
  flex-direction: column;
159
162
  align-items: flex-start;
160
163
  text-align: left !important;