adata-ui 0.1.93 → 0.1.94

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.93",
3
+ "version": "0.1.94",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -105,7 +105,7 @@ a {
105
105
  .a-footer {
106
106
  background: #BDC7CE4C;
107
107
  font-size: 14px;
108
- margin-top: 20px;
108
+ margin-top: 0;
109
109
  @media(max-width: 1025px) {
110
110
  &.paddinged {
111
111
  padding-bottom: 60px;
@@ -543,20 +543,20 @@ export default {
543
543
  },
544
544
  {
545
545
  id: 2,
546
- name: "Тендеры",
547
- dev: "https://tender.adtdev.kz",
548
- prod: "https://tender.adata.kz",
549
- staging: "https://tender.adada.kz",
550
- key: "tenders",
551
- },
552
- {
553
- id: 3,
554
546
  name: "Работа",
555
547
  dev: "https://work.adtdev.kz",
556
548
  prod: "https://work.adata.kz",
557
549
  staging: "https://work.adada.kz",
558
550
  key: "work",
559
551
  },
552
+ {
553
+ id: 3,
554
+ name: "Тендеры",
555
+ dev: "https://tender.adtdev.kz",
556
+ prod: "https://tender.adata.kz",
557
+ staging: "https://tender.adada.kz",
558
+ key: "tenders",
559
+ },
560
560
  {
561
561
  id: 4,
562
562
  name: "Штрафы",
@@ -145,7 +145,7 @@
145
145
  <span class="info-header__result info-header__result_circled">{{ requestCount }}</span>
146
146
  </div>
147
147
  <div class="info-header__inner-item" v-show="daysRemaining === 0 || daysRemaining">
148
- <span class="info-header__title">остаток дней</span>
148
+ <span class="info-header__title">Остаток дней</span>
149
149
  <span class="info-header__result info-header__result_circled">{{ daysRemaining }}</span>
150
150
  </div>
151
151
  </div>
@@ -275,7 +275,7 @@ export default {
275
275
  &-elem {
276
276
  display: flex;
277
277
  align-items: center;
278
- gap: 8px;
278
+ gap: 20px;
279
279
  }
280
280
  }
281
281
  &__inner-item {