Commit d8410d28 authored by Ben Hayward's avatar Ben Hayward

Lint

1 merge request!527[Sprint/ModestMonkey](fix): Updates to fix 'Enter phone number' modal on some mobiles
Pipeline #79255878 passed with stages
in 51 minutes and 18 seconds
......@@ -4,19 +4,19 @@
m-phone-input {
position: relative;
display: inline-flex;
margin-bottom: $minds-padding;
@media (max-width:$max-mobile) {
margin-bottom: $minds-padding;
@media (max-width: $max-mobile) {
width: 100%;
input {
width: 100%
width: 100%;
}
}
.m-phone-input--wrapper {
display: flex;
@media (min-width:$max-mobile) {
display: flex;
@media (min-width: $max-mobile) {
flex-flow: row wrap;
justify-content: flex-end;
justify-content: flex-end;
}
margin-bottom: $minds-padding;
@include m-theme() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment