This commit is contained in:
2023-06-22 15:16:14 +01:00
parent 0ad5e387a1
commit 6a0ee5362a
16 changed files with 342 additions and 24 deletions

View File

@ -32,6 +32,8 @@ a {
font-weight: 700;
font-size: 14px;
line-height: 18px;
cursor: pointer;
user-select: none;
}
.pill.live {
@ -43,6 +45,10 @@ a {
gap: 24px;
}
.g12 {
gap: 12px;
}
.btn {
border: none;
outline: none;
@ -72,7 +78,7 @@ a {
gap: 8px;
}
input[type="text"] {
input[type="text"], textarea {
font-family: inherit;
border: unset;
background-color: unset;