bfg-common 1.4.605 → 1.4.606

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.
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="on-time">
3
- <label class="clr-col-1 on-time__label">
3
+ <label class="on-time__label">
4
4
  {{ localization.common.on }}
5
5
  </label>
6
6
 
@@ -185,6 +185,7 @@ const setDefaultDateTime = () => {
185
185
  &__label {
186
186
  font-weight: 400;
187
187
  padding-left: 0;
188
+ margin-right: 15px;
188
189
  }
189
190
  &__radio {
190
191
  @include flex($align: center);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.605",
4
+ "version": "1.4.606",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",