mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 11:05:03 +01:00
Style views
This commit is contained in:
parent
1a16728d47
commit
20cc5b5c70
@ -1013,6 +1013,54 @@ button.link {
|
||||
|
||||
/* 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 {
|
||||
background: var(--background-color-secondary);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user