We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2808ec3 commit 85735a3Copy full SHA for 85735a3
1 file changed
projects/ui/src/lib/components/layout/invite-manage-card/invite-manage-card.component.scss
@@ -1,18 +1,18 @@
1
.invite {
2
display: flex;
3
- align-items: flex-start;
4
flex-direction: column;
5
gap: 30px;
+ align-items: flex-start;
6
+ width: 100%;
7
+ padding: 24px;
8
background-color: var(--light-white);
9
border: 0.5px solid var(--medium-grey-for-outline);
10
border-radius: var(--rounded-xl);
- width: 100%;
- padding: 24px;
11
12
&__main {
13
14
15
gap: 15px;
16
}
17
18
&__avatars {
@@ -53,7 +53,6 @@
53
54
&__actions {
55
56
-
57
gap: 12px;
58
margin-top: 16px;
59
0 commit comments