bfg-common 1.2.23 → 1.2.25

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.
@@ -26,7 +26,7 @@
26
26
  <p class="browser-name">Safari</p>
27
27
  </div>
28
28
  </a>
29
- <a href="https://support.apple.com/downloads/safari" target="_blank">
29
+ <a href="https://www.microsoft.com/en-us/edge/download?form=MA13FJ" target="_blank">
30
30
  <div class="browser-item">
31
31
  <atoms-the-icon2 name="edge" class="browser-icon" />
32
32
  <p class="browser-name">Edge</p>
@@ -55,4 +55,41 @@ const firstDescriptionText = computed<string>(() =>
55
55
  )
56
56
  </script>
57
57
 
58
- <style scoped lang="scss"></style>
58
+ <style scoped lang="scss">
59
+ .bad-browser {
60
+ height: inherit;
61
+ display: flex;
62
+ justify-content: center;
63
+ align-items: center;
64
+
65
+ .main-block {
66
+ width: max-content;
67
+ padding: 20px 40px;
68
+ text-align: center;
69
+
70
+ .title-block {
71
+ font-size: 32px;
72
+ font-weight: 400;
73
+ }
74
+ .description-text {
75
+ &.first {
76
+ margin: 0 auto;
77
+ max-width: 400px;
78
+ }
79
+ }
80
+ .browsers-block {
81
+ margin: 20px 0;
82
+ display: flex;
83
+ align-items: center;
84
+ justify-content: center;
85
+ gap: 40px;
86
+
87
+ .browser-item {
88
+ .browser-icon {
89
+ width: 60px;
90
+ }
91
+ }
92
+ }
93
+ }
94
+ }
95
+ </style>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.2.23",
4
+ "version": "1.2.25",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",