Merge branch 'fix/mobile-lang-popup-button' into develop-kristijan
This commit is contained in:
commit
9ffb7fe257
|
|
@ -56,7 +56,9 @@
|
||||||
.lang-suggest {
|
.lang-suggest {
|
||||||
left: 16px;
|
left: 16px;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
bottom: 16px;
|
/* sit above the floating "Ask MSOS" pill (bottom-right, z-index above
|
||||||
|
this banner) so it never covers the dismiss (×) button */
|
||||||
|
bottom: 84px;
|
||||||
transform: translateY(24px);
|
transform: translateY(24px);
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -225,6 +225,9 @@
|
||||||
.ms-success-text { color: #667085; font-size: 16px; line-height: 25px; max-width: 520px; margin: 0 auto 24px; }
|
.ms-success-text { color: #667085; font-size: 16px; line-height: 25px; max-width: 520px; margin: 0 auto 24px; }
|
||||||
.ms-success-next { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #98A2B3; margin: 0 0 14px; }
|
.ms-success-next { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #98A2B3; margin: 0 0 14px; }
|
||||||
.ms-success-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
|
.ms-success-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
|
||||||
|
/* allow long labels (e.g. MK "Прочитајте го Водичот за добредојде") to wrap
|
||||||
|
inside the button instead of overflowing the box (base .btn is nowrap) */
|
||||||
|
.ms-success-links .btn { white-space: normal; }
|
||||||
|
|
||||||
/* ---- faq ---- */
|
/* ---- faq ---- */
|
||||||
.mm-faqs { max-width: 780px; margin: 32px auto 0; }
|
.mm-faqs { max-width: 780px; margin: 32px auto 0; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue