import mode globals in all mode components

This commit is contained in:
Adam Bradley
2015-12-04 21:34:27 -06:00
parent 5d3e9a4f99
commit 831ec87308
74 changed files with 85 additions and 71 deletions

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Action Sheet
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
@import "../action-sheet";
// iOS Action Sheet

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
@import "../action-sheet";
// Material Design Action Sheet

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
// iOS App
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
// Material Design App
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Z-Index
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Typography
// -------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Badge
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Clear Button
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// FABulous Buttons (Floating Action Button from material)
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Button Icons
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Outline Button
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Button Sizes
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
$button-font-size: 1.6rem !default;
$button-margin: 0.4rem 0.2rem !default;

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Button Variables
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
@import "../button";
@import "../button-clear";
@import "../button-fab";

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
@import "../button";
@import "../button-clear";
@import "../button-fab";

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Card
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
@import "../card";
// iOS Card

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
@import "../card";
// Material Design Card

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Checkbox
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
@import "../checkbox";
// iOS Checkbox Structure

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
@import "../checkbox";
// Material Design Checkbox

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
// iOS Content
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
// Material Design Content Padding
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Grid
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Icon
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Item Media
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// The hidden right-side buttons that can be exposed under a list item with dragging.

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Item
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
@import "../item";
// iOS Item

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
@import "../item";
// Material Design Item

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// List
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
@import "../list";
// iOS List

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
@import "../list";
// Material Design List

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Menu
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
// iOS Menu
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
// Material Design Menu
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Modals
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
// iOS Modals
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
// Material Design Modals
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
@import "../popup";
// iOS Popups

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
@import "../popup";
// Material Design Popups

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Popups
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
@import "../radio";
// iOS Radio

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
@import "../radio";
// Material Design Radio

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Radio
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
ion-scroll {
position: relative;

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
@import "../searchbar";
// iOS Searchbar

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
@import "../searchbar";
// Material Design Searchbar

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Search Bar
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
@import "../segment";
// iOS Segment

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
@import "../segment";
// iOS Segment

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Segment
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
ion-swipe-slides {
display: block;

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
@import "../switch";
// iOS Switch

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
@import "../switch";
// Material Design Switch

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Switch
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
@import "../tabs";
// iOS Tabs

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
@import "../tabs";
// Material Design Tabs

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Tabs
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.md";
// Material Design Ripple Effect
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Label
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
@import "../label";
@import "../text-input";

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
@import "../label";
@import "../text-input";

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Text Input
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
// iOS Toolbar
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
// Material Design Toolbar
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Toolbar
// --------------------------------------------------

7
ionic/globals.ios.scss Normal file
View File

@ -0,0 +1,7 @@
// Global Core
@import "globals.core";
// Global iOS
@import "themes/default.ios";

7
ionic/globals.md.scss Normal file
View File

@ -0,0 +1,7 @@
// Core Globals
@import "globals.core";
// Material Design Globals
@import "themes/default.md";

View File

@ -1,4 +1,4 @@
@import "../ionic.globals";
@import "../globals.core";
// iOS Cordova
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../ionic.globals";
@import "../globals.core";
.align-left {
text-align: left;