octicon-rss(16/)
You've already forked ionic-framework
mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
renamed framework-with-theme.css to framework.css
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
octicon-diff(16/tw-mr-1) 29 changed files with 86 additions and 41 deletions
@@ -11,6 +11,7 @@ body {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
font: 14px/1.25 "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
@@ -21,6 +22,17 @@ a {
|
||||
|
||||
ul { margin: 0; padding: 0; }
|
||||
|
||||
body > section {
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
main {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@@ -44,9 +56,3 @@ main > * {
|
||||
padding: $contentPadding;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
.show {
|
||||
display: block;
|
||||
}
|
||||
@@ -1,14 +1,28 @@
|
||||
|
||||
|
||||
/* the page content the panel should move around */
|
||||
.panel-page-container {
|
||||
|
||||
left: 100px;
|
||||
}
|
||||
|
||||
|
||||
/* the container of panel content to show */
|
||||
.panel-content {
|
||||
width: 17em;
|
||||
width: $panelViewWidth;
|
||||
min-height: 100%;
|
||||
max-height: none;
|
||||
max-height: 100%;
|
||||
border-width: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.panel-content {
|
||||
.panel-reveal {
|
||||
z-index: 0;
|
||||
left: $panelViewWidth * -1;
|
||||
}
|
||||
|
||||
.panel-reveal-open {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user