Update modal.vue
This commit is contained in:
parent
4dc0a437a1
commit
90ce654e47
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue