Skip to content

Commit 17ec00e

Browse files
committed
MP-35 member devices
1 parent d41b09a commit 17ec00e

File tree

7 files changed

+449
-12
lines changed

7 files changed

+449
-12
lines changed

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)