Style "new room"

Issue #67
This commit is contained in:
N-Pex 2021-06-24 13:01:15 +02:00
parent 2b67a35a06
commit 2112448ae9
2 changed files with 80 additions and 33 deletions

View file

@ -904,3 +904,16 @@ $admin-fg: white;
opacity: 0.7;
}
}
.new-room {
font-family: "Inter", sans-serif;
font-size: 16px !important;
font-weight: 600 !important;
text-decoration: underline;
color: black;
&::after {
content: "\00a0\00a0>";
display: inline-block;
text-decoration: none !important;
}
}