Style views

This commit is contained in:
RMidhunSuresh 2023-08-21 17:13:19 +05:30
parent 1a16728d47
commit 20cc5b5c70
No known key found for this signature in database

View File

@ -1013,6 +1013,54 @@ button.link {
/* Right Panel */ /* Right Panel */
.InvitePanelView {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.InvitePanelView__form {
margin-top: 8px;
}
.InvitePanelView__input {
font-family: "Inter";
font-size: 1.3rem;
font-weight: 500;
line-height: 1.573rem;
outline: none;
border: none;
background-color: var(--icon-background);
color: var(--text-color);
height: 32px;
box-sizing: border-box;
margin: 5px;
border-radius: 16px;
padding: 15px;
width: 90%;
}
.InvitePanelView__form,
.InvitePanelView__btn {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.InvitePanelView__btn {
width: 100px;
height: 30px;
margin-top: 8px;
}
.InvitePanelView__heading {
width: 90%;
text-align: center;
margin: 0;
}
.RightPanelView { .RightPanelView {
background: var(--background-color-secondary); background: var(--background-color-secondary);
} }