Skip to content

Commit fcf5dd0

Browse files
authored
Merge pull request #223 from CSSSR/COM-3783
Удалил адрес в Москве из пресетов футера
2 parents ee432f0 + 87e2ddf commit fcf5dd0

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
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: 0 additions & 14 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,13 +132,8 @@ const base = (props: ThemeProps) => {
137132
}
138133
139134
.address-item:nth-of-type(3) {
140-
margin-top: ${calcRem(72)};
141135
margin-right: ${calcRem(33)};
142136
}
143-
144-
.address-item:nth-of-type(3) .address {
145-
margin-top: ${calcRem(0)};
146-
}
147137
}
148138
149139
${mobile.all} {
@@ -183,10 +173,6 @@ const base = (props: ThemeProps) => {
183173
.address-item:last-of-type {
184174
margin-top: ${calcRem(24)};
185175
}
186-
187-
.address-item:nth-of-type(3) .address {
188-
margin-top: ${calcRem(0)};
189-
}
190176
}
191177
`
192178
}

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)