bfg-common 1.4.325 → 1.4.326

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.
@@ -86,15 +86,12 @@ const onHideModal = (): void => {
86
86
 
87
87
  <style lang="scss" scoped>
88
88
  .about-modal {
89
- :deep(.title-wrapper__subtitle) {
90
- max-width: 400px;
91
- }
92
89
  &__text {
93
90
  color: #4d5d69;
94
91
  font-size: 13px;
95
92
  font-weight: 400;
96
93
  line-height: 15.73px;
97
- &:last-child {
94
+ p:last-child {
98
95
  margin: 16px 0;
99
96
  }
100
97
  }
@@ -111,4 +108,7 @@ const onHideModal = (): void => {
111
108
  }
112
109
  }
113
110
  }
111
+ :deep(.title-wrapper__subtitle) {
112
+ max-width: 400px;
113
+ }
114
114
  </style>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.325",
4
+ "version": "1.4.326",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",