chore: add deployment infrastructure

This commit is contained in:
Gleb Korotkiy
2026-06-21 11:08:30 +03:00
parent 5996c9e212
commit b99ec0c4f4
7 changed files with 259 additions and 10 deletions

View File

@@ -1031,9 +1031,13 @@ select {
.analytics-table th:first-child,
.analytics-table td:first-child {
width: 28px;
width: 44px;
min-width: 44px;
max-width: 44px;
padding-right: 0;
padding-left: 0;
color: rgb(2 36 86 / 0.5);
text-align: right;
text-align: center;
}
.analytics-table th:last-child,
@@ -1057,11 +1061,6 @@ select {
white-space: normal !important;
}
.technopark-area-table th:first-child,
.technopark-area-table td:first-child {
width: 30px;
}
.sez-priority-table th:nth-child(3),
.sez-priority-table td:nth-child(3) {
width: 140px;
@@ -1183,7 +1182,7 @@ select {
}
.ranking-table__rank-col {
width: 36px;
width: 44px;
}
.ranking-table__region-col {
@@ -1229,8 +1228,13 @@ select {
.ranking-table th:first-child,
.ranking-table td:first-child {
width: 44px;
min-width: 44px;
max-width: 44px;
padding-right: 0;
padding-left: 0;
color: rgb(2 36 86 / 0.56);
text-align: right;
text-align: center;
}
.ranking-table th:nth-child(n + 3),
@@ -1662,7 +1666,14 @@ select {
}
.ranking-table__rank-col {
width: 24px;
width: 36px;
}
.ranking-table th:first-child,
.ranking-table td:first-child {
width: 36px;
min-width: 36px;
max-width: 36px;
}
.ranking-table__metric-col {