From 715edd580af30a6bf437f0a700e6de9042cad861 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Thu, 5 Nov 2015 14:38:07 -0600 Subject: [PATCH] refactor(demos): action sheet styles --- .../action-sheets/basic/styles.scss | 18 +++++++++++ demos/component-docs/app.scss | 32 +------------------ .../cards/advanced-map/styles.scss | 14 +++++++- 3 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 demos/component-docs/action-sheets/basic/styles.scss diff --git a/demos/component-docs/action-sheets/basic/styles.scss b/demos/component-docs/action-sheets/basic/styles.scss new file mode 100644 index 0000000000..661f65972b --- /dev/null +++ b/demos/component-docs/action-sheets/basic/styles.scss @@ -0,0 +1,18 @@ +.md .ion-md-share { + color: #ED4248; +} +.md .ion-md-arrow-dropright-circle { + color: #508AE4; +} +.md .ion-md-heart-outline { + color: #31D55F; +} + +.md .action-sheet-destructive { + margin-top: 2px; + padding-top: 1px; +} + +.md .action-sheet-cancel icon, .md .action-sheet-destructive icon { + color: #757575; +} \ No newline at end of file diff --git a/demos/component-docs/app.scss b/demos/component-docs/app.scss index 08282644e6..d89196d331 100644 --- a/demos/component-docs/app.scss +++ b/demos/component-docs/app.scss @@ -10,6 +10,7 @@ $colors: ( $font-path: '../../dist/fonts'; @import "../../ionic/ionic"; +@import "action-sheets/basic/styles"; @import "cards/background/styles"; @import "cards/advanced-weather/styles"; @import "cards/advanced-map/styles"; @@ -63,25 +64,6 @@ section.hidden { height: 100%; } -.md .ion-md-share { - color: #ED4248; -} -.md .ion-md-arrow-dropright-circle { - color: #508AE4; -} -.md .ion-md-heart-outline { - color: #31D55F; -} - -.md .action-sheet-destructive { - margin-top: 2px; - padding-top: 1px; -} - -.md .action-sheet-cancel icon, .md .action-sheet-destructive icon { - color: #757575; -} - #card-wireframe { width: 100%; margin-bottom: 2.7em; @@ -185,15 +167,3 @@ body.ios img#ios-only { z-index: 50; } -.item-bold { - font-weight: bold; - color: #32DB64; -} -.item-subtle { - color: #656565; - margin-left: -3px !important; -} -.item-subtle:before { - padding-right: 5px; -} - diff --git a/demos/component-docs/cards/advanced-map/styles.scss b/demos/component-docs/cards/advanced-map/styles.scss index 4fee725340..1fb1feb59d 100644 --- a/demos/component-docs/cards/advanced-map/styles.scss +++ b/demos/component-docs/cards/advanced-map/styles.scss @@ -22,4 +22,16 @@ ion-card .icon-avatar { color: #444444; font-size: 1.8em; text-align: center; -} \ No newline at end of file +} + +.item-bold { + font-weight: bold; + color: #32DB64; +} +.item-subtle { + color: #656565; + margin-left: -3px !important; +} +.item-subtle:before { + padding-right: 5px; +}