forked from EVOgeek/Vmeda.Online
Merge pull request #1416 from dpalou/MOBILE-2449
MOBILE-2449 login: Apply button outline styles to iOS
This commit is contained in:
commit
39ef7cf0e1
@ -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…
x
Reference in New Issue
Block a user