Files
cinny/src/app/organisms/invite-list/InviteList.scss
T

26 lines
500 B
SCSS
Raw Normal View History

2021-12-19 10:28:41 +05:30
@use '../../partials/dir';
2021-07-28 18:45:52 +05:30
.invites-content {
2021-12-19 10:28:41 +05:30
@include dir.side(margin, var(--sp-normal), var(--sp-extra-tight));
2021-07-28 18:45:52 +05:30
&__subheading {
margin-top: var(--sp-extra-loose);
& .text {
text-transform: uppercase;
}
&:first-child {
margin-top: var(--sp-tight);
}
}
2021-08-31 18:43:31 +05:30
& .room-tile {
2021-07-28 18:45:52 +05:30
margin-top: var(--sp-normal);
&__options {
align-self: flex-end;
}
}
& .invite-btn__container .btn-surface {
2021-12-19 10:28:41 +05:30
@include dir.side(margin, 0, var(--sp-normal));
2021-07-28 18:45:52 +05:30
}
}