Style close button

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-05-26 15:59:28 +05:30
parent c65e26ec4c
commit 20a250dfc0

View file

@ -834,8 +834,9 @@ button.link {
}
/* Encryption icon next to avatar */
.RoomEncryption {
width: 52px;
width: 52px;
height: 52px;
border-radius: 100%;
background: #737D8C;
@ -855,3 +856,12 @@ button.link {
.unencrypted {
content: url("./icons/e2ee-disabled.svg");
}
.RoomInfo .button-utility {
width: 24px;
height: 24px;
}
.RoomInfo .close {
background-image: url("./icons/clear.svg");
}