Audio create set input width (#137)

This commit is contained in:
Ilya Y 2023-07-19 09:38:00 +03:00 committed by GitHub
parent b11b586fdd
commit 67ffe2756d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,7 @@
font-weight: 600;
padding: 0;
margin: 14px 0 0;
width: 100%;
border: none;
outline: none;
@ -113,17 +114,6 @@
color: var(--secondary-color);
}
}
.datepicker {
display: flex;
justify-content: flex-start;
align-items: center;
margin: 14px 0 0;
.additionalInput {
margin-top: 0;
}
}
}
}