Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ report.*.json
*.icloud
.DS_Store
.vscode/
.idea/
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,9 @@ const base = (props: ThemeProps) => {
}

.address-item:nth-of-type(3) {
margin-top: ${calcRem(86)};
margin-right: ${calcRem(83)};
}

.address-item:nth-of-type(3) .address {
margin-top: 0;
}

.address,
.phone {
font-weight: 400;
Expand Down Expand Up @@ -137,13 +132,8 @@ const base = (props: ThemeProps) => {
}

.address-item:nth-of-type(3) {
margin-top: ${calcRem(72)};
margin-right: ${calcRem(33)};
}

.address-item:nth-of-type(3) .address {
margin-top: ${calcRem(0)};
}
}

${mobile.all} {
Expand Down Expand Up @@ -183,10 +173,6 @@ const base = (props: ThemeProps) => {
.address-item:last-of-type {
margin-top: ${calcRem(24)};
}

.address-item:nth-of-type(3) .address {
margin-top: ${calcRem(0)};
}
}
`
}
Expand Down
12 changes: 0 additions & 12 deletions packages/core-design/src/data/footerPresets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ const addresses = {
{
id: 'russia',
title: 'Россия',
address: '22 Большой Козихинский пер.,<br>стр. 2, офис 28,<br> г. Москва, 123001,<br>Россия',
phone: '+7 (499) 113-16-17',
timeZone: 'Europe/Moscow',
},
{
id: 'russia_2',
address: '30 Лесная ул.,<br>стр. 1, офис 303,<br> г. Дзержинский, 140090,<br>Россия',
phone: '+7 (499) 113-16-17',
timeZone: 'Europe/Moscow',
Expand All @@ -43,12 +37,6 @@ const addresses = {
{
id: 'russia',
title: 'Russia',
address: "22 Bol'shoj Kozihinskij Lane,<br>bld. 2, office 28,<br> Moscow, 123001,<br>Russia",
phone: '+7 (499) 113-16-17',
timeZone: 'Europe/Moscow',
},
{
id: 'russia_2',
address: '30 Lesnaya St.,<br>bld. 1, office 303,<br> Dzerzhinsky, 140090, <br>Russia',
phone: '+7 (499) 113-16-17',
timeZone: 'Europe/Moscow',
Expand Down