mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
re-org themes folder
This commit is contained in:
11
dist/framework-with-theme.css
vendored
11
dist/framework-with-theme.css
vendored
@@ -84,6 +84,15 @@ main > * {
|
||||
.ptr-content .refreshing {
|
||||
display: none; }
|
||||
|
||||
.panel-content {
|
||||
width: 17em;
|
||||
min-height: 100%;
|
||||
max-height: none;
|
||||
border-width: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
display: block; }
|
||||
|
||||
.button {
|
||||
position: relative;
|
||||
display: block;
|
||||
@@ -148,7 +157,7 @@ main > * {
|
||||
|
||||
/* Pad top/bottom of content so it doesn't hide behind .bar-title and .bar-tab.
|
||||
Note: For these to work, content must come after both bars in the markup */
|
||||
.bar-header ~ main, .has-header {
|
||||
.has-header {
|
||||
top: 44px; }
|
||||
|
||||
.has-footer {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Components
|
||||
@import
|
||||
"framework/structure/variables",
|
||||
"framework/structure-variables",
|
||||
"framework/structure/mixins",
|
||||
|
||||
"framework/structure/alerts",
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
|
||||
// Components
|
||||
@import
|
||||
"framework/theme/default/variables",
|
||||
"framework/theme/default/alerts",
|
||||
"framework/theme/default/bar",
|
||||
"framework/theme/default/tabs",
|
||||
"framework/theme/default/button",
|
||||
"framework/theme/default/icon",
|
||||
"framework/theme/default/listview",
|
||||
"framework/theme/default/pull-to-refresh",
|
||||
"framework/theme/default/table";
|
||||
"framework/theme-variables",
|
||||
"framework/theme/alerts",
|
||||
"framework/theme/bar",
|
||||
"framework/theme/tabs",
|
||||
"framework/theme/button",
|
||||
"framework/theme/icon",
|
||||
"framework/theme/listview",
|
||||
"framework/theme/pull-to-refresh",
|
||||
"framework/theme/table";
|
||||
|
||||
Reference in New Issue
Block a user