|
|
|
@ -13,7 +13,7 @@ |
|
|
|
|
height: 100px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.modal-content.title { |
|
|
|
|
.modal-content-title { |
|
|
|
|
font-size: 26px; |
|
|
|
|
margin-top: 15px; |
|
|
|
|
} |
|
|
|
@ -55,10 +55,10 @@ |
|
|
|
|
.modal-content-title-wrapper { |
|
|
|
|
justify-content: space-around; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100px; |
|
|
|
|
height: 110px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.modal-content.title { |
|
|
|
|
.modal-content-title { |
|
|
|
|
font-size: 26px; |
|
|
|
|
margin-top: 15px; |
|
|
|
|
} |
|
|
|
@ -71,6 +71,7 @@ |
|
|
|
|
|
|
|
|
|
.modal-content-options { |
|
|
|
|
flex-direction: row; |
|
|
|
|
margin: 20px 0px |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
div.modal-content-option { |
|
|
|
@ -92,5 +93,9 @@ |
|
|
|
|
font-size: 16px; |
|
|
|
|
padding: 0px 20px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
div.modal-content-footer { |
|
|
|
|
margin-top: 8vh; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|