29 lines
646 B
Sass
29 lines
646 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: 90%
|
|
.modal-footer
|
|
div
|
|
margin-bottom: 10px;
|
|
text-align: center
|
|
button
|
|
width: 100%;
|
|
margin-left: 10%
|
|
margin-right: 10% |