'Delete and success function development and styling edited'

This commit is contained in:
Burak Civan
2021-05-20 16:03:57 +03:00
parent 79f91eab7f
commit 2babd51bf0
4 changed files with 213 additions and 192 deletions

View File

@ -82,5 +82,13 @@ export default {
.current-tab-btn {
padding: 0 15px;
}
.form-container {
flex-direction: column;
}
.form-container .form-group {
width: 100%;
}
}
</style>