-
+
+
{item.label}
-
+
{item.value}
@@ -393,7 +396,7 @@ export const GroupChatInfo = () => {
{isGroupChatOwner(activeSession, userData) &&
!activeSession.item.active ? (
div:first-of-type {
+ margin-top: $grid-base-three;
+ }
+
+ > div:not(:first-of-type) {
+ margin-top: $grid-base-six;
+ }
+
+ &__item {
+ display: flex;
+ flex-direction: column;
+ justify-content: flex-end;
+ min-height: 42px;
+ margin-top: 12px;
+ border-bottom: 1px solid $line-grey;
+ }
+
+ &__label {
+ color: $tertiary;
+ font-size: $font-size-secondary;
+ line-height: $line-height-secondary;
+ margin: 0 0 6px;
+ }
+
+ &__content {
+ margin: 0 0 6px;
+
+ &--empty {
+ color: $tertiary;
+ }
+
+ &--subscriber {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ position: relative;
+ }
+ }
+
+ &__divider {
+ color: $black-25-opacity;
+ margin: 0 5px;
+ }
+ }
+}