adata-ui 0.1.94 → 0.1.95

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": "adata-ui",
3
- "version": "0.1.94",
3
+ "version": "0.1.95",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
package/src/App.vue CHANGED
@@ -1,5 +1,6 @@
1
1
  <template>
2
- <div id="app"></div>
2
+ <div id="app">
3
+ </div>
3
4
  </template>
4
5
 
5
6
  <script>
@@ -105,8 +105,9 @@ a {
105
105
  .a-footer {
106
106
  background: #BDC7CE4C;
107
107
  font-size: 14px;
108
- margin-top: 0;
108
+ margin-top: 20px;
109
109
  @media(max-width: 1025px) {
110
+ background: #F6F6F7;
110
111
  &.paddinged {
111
112
  padding-bottom: 60px;
112
113
  }
@@ -118,14 +119,11 @@ a {
118
119
  max-width: 900px;
119
120
  width: 100%;
120
121
  margin: 0 auto;
121
- padding: 19px 21px;
122
+ padding: 20px 24px;
122
123
  @media(max-width: 1025px) {
123
124
  flex-direction: column;
124
125
  padding: 16px 16px;
125
126
  }
126
- @media(max-width: 560px) {
127
- padding: 26px 17px;
128
- }
129
127
 
130
128
  .adata-logo {
131
129
  display: none;
@@ -136,9 +134,6 @@ a {
136
134
  height: 24px;
137
135
  }
138
136
  }
139
- @media(max-width: 560px) {
140
- margin-bottom: 24px;
141
- }
142
137
  }
143
138
 
144
139
  .nav {
@@ -152,10 +147,6 @@ a {
152
147
  column-gap: 15px;
153
148
  row-gap: 15px;
154
149
  }
155
- @media(max-width: 560px) {
156
- gap: 0;
157
- grid-template-columns: 1fr;
158
- }
159
150
 
160
151
  &__link {
161
152
  line-height: 19px;
@@ -163,9 +154,6 @@ a {
163
154
  @media(max-width: 1025px) {
164
155
  font-size: 12px;
165
156
  }
166
- @media(max-width: 560px) {
167
- margin-bottom: 21px;
168
- }
169
157
 
170
158
  &:hover {
171
159
  color: #9da3ac;
@@ -187,10 +175,6 @@ a {
187
175
  margin-left: 0;
188
176
  order: 0;
189
177
  }
190
- @media (max-width: 560px) {
191
- order: 1;
192
- margin-top: 5px;
193
- }
194
178
 
195
179
  a {
196
180
  display: flex;
@@ -249,21 +233,18 @@ a {
249
233
 
250
234
  &__bottom {
251
235
  text-align: center;
252
- padding: 14px 0 13px;
236
+ padding: 11.5px 0 13px;
253
237
  border: 1px solid #BDC7CE;
254
238
  @media(max-width: 1025px) {
255
- background: #BDC7CE4D;
239
+ background: #EFEFF0;
256
240
  border: none;
257
241
  border-top: 1px solid #bdc7ce;
258
242
  }
259
- @media(max-width: 560px) {
260
- padding: 10px 0;
261
- }
262
243
 
263
244
  span {
264
245
  font-size: 10px;
265
246
  line-height: 12px;
266
- color: #2C3E50;
247
+ color: #71757a;
267
248
  @media(max-width: 1025px) {
268
249
  font-size: 10px;
269
250
  line-height: 16px;
@@ -271,7 +271,7 @@ export default {
271
271
  &__item {
272
272
  display: flex;
273
273
  align-items: center;
274
- gap: 20px;
274
+ gap: 16px;
275
275
  &-elem {
276
276
  display: flex;
277
277
  align-items: center;
@@ -80,10 +80,6 @@
80
80
  <div :class="{'rate-item': index === 0}">
81
81
  <span v-show="index === 0" class="rate">
82
82
  Тариф {{ rate }}
83
- <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
84
- <path d="M1 5.44444L4.69231 9L13 1" stroke="#007AFF" stroke-width="2" stroke-miterlimit="10"
85
- stroke-linecap="round" stroke-linejoin="round"/>
86
- </svg>
87
83
  </span> {{ elem.name }} <span v-show="index === 1" class="balance">{{ balance || 0 }} ₸</span>
88
84
  </div>
89
85
  <span