From 1cc664c572c95eecbfe30776a61f2538013c8e8c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 24 Nov 2017 22:59:23 -0500 Subject: button and color fixes for new ionic libs/cli - wtf? --- scss/ionic.app.scss | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'scss') diff --git a/scss/ionic.app.scss b/scss/ionic.app.scss index 9eb2f782..402db5d4 100644 --- a/scss/ionic.app.scss +++ b/scss/ionic.app.scss @@ -2,18 +2,30 @@ To customize the look and feel of Ionic, you can override the variables in ionic's _variables.scss file. -For example, you might change some of the default colors: +For example, you might change some of the default colors: */ + $light: #fff !default; -$stable: #f8f8f8 !default; -$positive: #387ef5 !default; +$stable: #2F81B7 !default; +$positive: #2F81B7 !default; $calm: #11c1f3 !default; $balanced: #33cd5f !default; $energized: #ffc900 !default; $assertive: #ef473a !default; $royal: #886aea !default; $dark: #444 !default; -*/ + + +$button-stable-text: #fff !default; +$button-stable-border: $stable !default; +$button-stable-active-border: $stable !default; + + +$button-positive-text: #fff !default; +$button-positive-border: $positive !default; +$button-positive-active-border: $positive !default; + + // The path for our ionicons font files, relative to the built CSS in www/css $ionicons-font-path: "../lib/ionic/fonts" !default; -- cgit v1.2.3 From 89b3cd56482e2548dd14400c84b177e2d8a61c42 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 25 Nov 2017 11:32:47 -0500 Subject: updated to match new ionic sass/styling crap --- scss/ionic.app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss') diff --git a/scss/ionic.app.scss b/scss/ionic.app.scss index 402db5d4..0c852861 100644 --- a/scss/ionic.app.scss +++ b/scss/ionic.app.scss @@ -19,7 +19,7 @@ $dark: #444 !default; $button-stable-text: #fff !default; $button-stable-border: $stable !default; $button-stable-active-border: $stable !default; - +$button-stable-active-bg: darken($stable, 10%) !default; $button-positive-text: #fff !default; $button-positive-border: $positive !default; -- cgit v1.2.3