mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ion panels!
This commit is contained in:
12
dist/framework.css
vendored
12
dist/framework.css
vendored
@@ -221,7 +221,7 @@ a.list-item {
|
||||
margin-bottom: 0;
|
||||
line-height: 1.3; }
|
||||
|
||||
[data-panel] {
|
||||
.ion-panel {
|
||||
display: none;
|
||||
min-height: 100%;
|
||||
max-height: 100%;
|
||||
@@ -229,7 +229,7 @@ a.list-item {
|
||||
top: 0;
|
||||
z-index: 0; }
|
||||
|
||||
.panel-active {
|
||||
.ion-panel-active {
|
||||
display: block;
|
||||
width: 270px; }
|
||||
|
||||
@@ -244,9 +244,9 @@ header, main, footer {
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0); }
|
||||
|
||||
.panel-opened > section > header,
|
||||
.panel-opened > section > main,
|
||||
.panel-opened > section > footer {
|
||||
.ion-panel-opened > section > header,
|
||||
.ion-panel-opened > section > main,
|
||||
.ion-panel-opened > section > footer {
|
||||
-webkit-transform: translate3d(270px, 0, 0);
|
||||
-moz-transform: translate3d(270px, 0, 0);
|
||||
transform: translate3d(270px, 0, 0); }
|
||||
@@ -534,7 +534,7 @@ main {
|
||||
a.list-item {
|
||||
color: #333333; }
|
||||
|
||||
[data-panel] {
|
||||
.ion-panel {
|
||||
background: #eeeeee;
|
||||
border-right: 1px solid #bbbbbb; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user