fix: button width and text not matching (#43380)

This commit is contained in:
EhEhRon91
2021-09-07 10:48:25 -04:00
committed by GitHub
parent ec4821a707
commit 88385e46bb

View File

@ -35,6 +35,11 @@
animation: success-icon-animation 150ms linear 100ms forwards;
}
.challenge-success-modal .btn-cta-big {
max-width: 100%;
font-size: 1.3rem;
}
@keyframes success-icon-animation {
100% {
opacity: 1;
@ -95,9 +100,12 @@
@media screen and (max-width: 991px) {
.challenge-success-modal .btn-lg {
font-size: 16px;
font-size: 1rem;
}
.challenge-success-modal .btn-cta-big {
max-width: 100%;
font-size: 1rem;
}
.completion-modal-body {
min-height: 340px;
}