MOBILE-2449 login: Apply button outline styles to iOS
parent
d5026c5e16
commit
0889bf4540
|
@ -25,7 +25,7 @@ page-core-login-credentials {
|
||||||
}
|
}
|
||||||
|
|
||||||
@if $core-login-button-outline {
|
@if $core-login-button-outline {
|
||||||
.button-md.button-default-md {
|
.button-md.button-default-md, .button-ios.button-default-ios {
|
||||||
@extend .button-md-light;
|
@extend .button-md-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@ page-core-login-reconnect {
|
||||||
}
|
}
|
||||||
|
|
||||||
@if $core-login-button-outline {
|
@if $core-login-button-outline {
|
||||||
.button-md.button-default-md {
|
.button-md.button-default-md, .button-ios.button-default-ios {
|
||||||
@extend .button-md-light;
|
@extend .button-md-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@ page-core-login-site {
|
||||||
}
|
}
|
||||||
|
|
||||||
@if $core-login-button-outline {
|
@if $core-login-button-outline {
|
||||||
.button-md.button-default-md {
|
.button-md.button-default-md, .button-ios.button-default-ios {
|
||||||
@extend .button-md-light;
|
@extend .button-md-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue