Skip to content

Commit de900d7

Browse files
authored
Merge pull request #647 from topcoder-platform/accounts-app
MP-35 member devices -> dev
2 parents acdc2bf + 17ec00e commit de900d7

File tree

9 files changed

+453
-16
lines changed

9 files changed

+453
-16
lines changed

src/apps/accounts/src/lib/assets/tools/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { ReactComponent as WearableIcon } from './wearable.svg'
99
import { ReactComponent as FinancialInstitutionIcon } from './Financial Institution.svg'
1010
import { ReactComponent as OtherServiceProviderIcon } from './other_service_provider.svg'
1111
import { ReactComponent as TelevisionServiceProviderIcon } from './Television.svg'
12-
import { ReactComponent as MobileCarierServiceProviderIcon } from './Mobile Carrier.svg'
12+
import { ReactComponent as MobileCarrierServiceProviderIcon } from './Mobile Carrier.svg'
1313
import { ReactComponent as InternetServiceProviderIcon } from './Internet Service Provider.svg'
1414
import { ReactComponent as SubscriptionsIcon } from './subscription.svg'
1515

@@ -18,7 +18,7 @@ export {
1818
DesktopIncon,
1919
FinancialInstitutionIcon,
2020
InternetServiceProviderIcon,
21-
MobileCarierServiceProviderIcon,
21+
MobileCarrierServiceProviderIcon,
2222
LaptopIcon,
2323
OtherDeviceIcon,
2424
OtherServiceProviderIcon,

src/apps/accounts/src/settings/tabs/tools/devices/Devices.module.scss

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
align-self: flex-start;
1717
width: 64px;
1818
height: 64px;
19+
20+
svg {
21+
margin: auto;
22+
}
1923
}
2024

2125
.actionElements {
@@ -36,10 +40,37 @@
3640
}
3741
}
3842

39-
.deviceForm {
43+
.formWrap {
4044
display: grid;
4145
grid-template-columns: 1fr 1fr;
42-
margin: $sp-4 0;
46+
margin: $sp-13 0 $sp-4;
47+
48+
@include ltelg {
49+
grid-template-columns: 1fr;
50+
51+
p {
52+
margin-bottom: $sp-4;
53+
}
54+
}
55+
56+
&.formNoTop {
57+
margin-top: 0;
58+
}
59+
60+
.formCTAs {
61+
display: flex;
62+
align-items: center;
63+
64+
svg {
65+
width: 14px;
66+
height: 14px;
67+
margin-right: $sp-1;
68+
}
69+
70+
.ctaBtnCancel {
71+
margin-left: $sp-8;
72+
}
73+
}
4374
}
4475
}
4576
}

0 commit comments

Comments
 (0)