mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
fix(aside): reveal default left
This commit is contained in:
@ -35,6 +35,11 @@ $aside-shadow: -1px 0px 2px rgba(0, 0, 0, 0.2), 1px 0px 2px rgba(0,0,0,0.2) !def
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
||||||
transform: translate3d(0, 0, 0);
|
transform: translate3d(0, 0, 0);
|
||||||
|
|
||||||
|
&[type=reveal] {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&.open, {
|
&.open, {
|
||||||
&[type=reveal], &[type=push] {
|
&[type=reveal], &[type=push] {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
Reference in New Issue
Block a user