new-moon-dessert-bar/style/modules/_modal.sass
2021-07-31 09:42:33 +01:00

25 lines
527 B
Sass

#logInModal, #registerModal
.mb-3
width: 70%
margin: auto
.modal-body
.myrecaptcha
div
margin: auto
h3
color: OliveDrab
text-align: center
.modal-footer
div
margin: auto
a
text-decoration: none
@media (max-width: 483px)
#logInModal, #registerModal
.mb-3
width: 100%
.modal-footer
text-align: center
button
width: 100%;