Update modal.vue

This commit is contained in:
sheena 2023-10-30 16:19:57 +05:30
parent 4dc0a437a1
commit 90ce654e47

View file

@ -125,7 +125,7 @@ export default {
color: $black; color: $black;
} }
.modal-header { .modal-header {
padding:1rem 0 0.5rem 0; padding: 1rem 0 0.5rem 0;
border-bottom: none; border-bottom: none;
.btn-close { .btn-close {
position: absolute; position: absolute;
@ -138,7 +138,7 @@ export default {
.modal-title { .modal-title {
font-weight: 500; font-weight: 500;
font-size:1.25rem; font-size: 1.25rem;
line-height: 32px; line-height: 32px;
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
} }