Create stream modal

This commit is contained in:
2023-06-22 11:40:25 +01:00
parent 1ec1c9f636
commit c301d4b9c4
12 changed files with 254 additions and 30 deletions

View File

@ -20,12 +20,7 @@ header>div:nth-child(1) {
}
header>div:nth-child(2) {
background: #171717;
border-radius: 16px;
padding: 8px 16px;
min-width: 300px;
display: flex;
align-items: center;
height: 32px;
}
@ -35,16 +30,6 @@ header>div:nth-child(3) {
gap: 24px;
}
header input[type="text"] {
border: unset;
background-color: unset;
color: inherit;
width: 100%;
font-size: 16px;
font-weight: 500;
outline: none;
}
header input[type="text"]:active {
border: unset;
}