Skip to content

Commit f2a214b

Browse files
committed
fix(Footer): COM-3783: Removed Moscow CSSSR address (Dzerzhinsky was left intact)
1 parent ee432f0 commit f2a214b

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ report.*.json
77
*.icloud
88
.DS_Store
99
.vscode/
10+
.idea/

packages/core-design/src/components/Footer/DoubleBottom/Addresses/Addresses.styles.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,9 @@ const base = (props: ThemeProps) => {
7979
}
8080
8181
.address-item:nth-of-type(3) {
82-
margin-top: ${calcRem(86)};
8382
margin-right: ${calcRem(83)};
8483
}
8584
86-
.address-item:nth-of-type(3) .address {
87-
margin-top: 0;
88-
}
89-
9085
.address,
9186
.phone {
9287
font-weight: 400;
@@ -137,12 +132,11 @@ const base = (props: ThemeProps) => {
137132
}
138133
139134
.address-item:nth-of-type(3) {
140-
margin-top: ${calcRem(72)};
141135
margin-right: ${calcRem(33)};
142136
}
143137
144138
.address-item:nth-of-type(3) .address {
145-
margin-top: ${calcRem(0)};
139+
margin-top: ${calcRem(16)};
146140
}
147141
}
148142

packages/core-design/src/data/footerPresets.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ const addresses = {
1414
{
1515
id: 'russia',
1616
title: 'Россия',
17-
address: '22 Большой Козихинский пер.,<br>стр. 2, офис 28,<br> г. Москва, 123001,<br>Россия',
18-
phone: '+7 (499) 113-16-17',
19-
timeZone: 'Europe/Moscow',
20-
},
21-
{
22-
id: 'russia_2',
2317
address: '30 Лесная ул.,<br>стр. 1, офис 303,<br> г. Дзержинский, 140090,<br>Россия',
2418
phone: '+7 (499) 113-16-17',
2519
timeZone: 'Europe/Moscow',
@@ -43,12 +37,6 @@ const addresses = {
4337
{
4438
id: 'russia',
4539
title: 'Russia',
46-
address: "22 Bol'shoj Kozihinskij Lane,<br>bld. 2, office 28,<br> Moscow, 123001,<br>Russia",
47-
phone: '+7 (499) 113-16-17',
48-
timeZone: 'Europe/Moscow',
49-
},
50-
{
51-
id: 'russia_2',
5240
address: '30 Lesnaya St.,<br>bld. 1, office 303,<br> Dzerzhinsky, 140090, <br>Russia',
5341
phone: '+7 (499) 113-16-17',
5442
timeZone: 'Europe/Moscow',

0 commit comments

Comments
 (0)