feat: allow to configure a stream goal

This commit is contained in:
verbiricha
2023-09-02 18:33:19 +02:00
committed by Kieran
parent 3da6f5439b
commit 9fd59817d9
7 changed files with 78 additions and 25 deletions

View File

@ -190,6 +190,16 @@ input[type="number"] {
font-weight: 500;
}
select {
font-family: inherit;
border: unset;
background-color: unset;
color: inherit;
width: 100%;
font-size: 16px;
font-weight: 500;
}
input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;