@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
|
@@ -142,7 +142,7 @@ methods: {
|
|
|
142
142
|
width: 10px !important;
|
|
143
143
|
height: 10px !important;
|
|
144
144
|
border-radius: 50% !important;
|
|
145
|
-
background-color:
|
|
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:
|
|
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;
|