From de2be3931f5403f0df6380d69cb0619854bf8c89 Mon Sep 17 00:00:00 2001 From: Graham Hency Date: Tue, 3 Sep 2019 11:21:23 -0400 Subject: [PATCH] Fix build errors with sass imports from gosheets --- .../go-accordion/go-accordion-panel.component.scss | 7 +++---- .../src/lib/components/go-badge/go-badge.component.scss | 2 +- .../src/lib/components/go-hint/go-hint.component.scss | 2 +- .../src/lib/components/go-select/go-select.component.scss | 4 ++-- .../go-switch-toggle/go-switch-toggle.component.scss | 4 ++-- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/projects/go-lib/src/lib/components/go-accordion/go-accordion-panel.component.scss b/projects/go-lib/src/lib/components/go-accordion/go-accordion-panel.component.scss index 959c08e70..934bd3d07 100644 --- a/projects/go-lib/src/lib/components/go-accordion/go-accordion-panel.component.scss +++ b/projects/go-lib/src/lib/components/go-accordion/go-accordion-panel.component.scss @@ -1,6 +1,5 @@ -@import '~@tangoe/gosheets/base/variables'; -@import '~@tangoe/gosheets/base/mixins'; @import '../../../styles/variables'; +@import '../../../styles/mixins'; .go-accordion-panel { background: $theme-light-bg; @@ -13,8 +12,8 @@ &::before { @include transition(opacity); - background: $brand-color-gradient; - background-color: $brand-color; + background: $base-primary-gradient; + background-color: $base-primary; content: ''; height: 100%; left: 0; diff --git a/projects/go-lib/src/lib/components/go-badge/go-badge.component.scss b/projects/go-lib/src/lib/components/go-badge/go-badge.component.scss index 22339b433..f0af1e774 100644 --- a/projects/go-lib/src/lib/components/go-badge/go-badge.component.scss +++ b/projects/go-lib/src/lib/components/go-badge/go-badge.component.scss @@ -1,4 +1,4 @@ -@import '~@tangoe/gosheets/base/_variables'; +@import '../../../styles/variables'; .go-badge { border: 1px solid $theme-light-bg; diff --git a/projects/go-lib/src/lib/components/go-hint/go-hint.component.scss b/projects/go-lib/src/lib/components/go-hint/go-hint.component.scss index 5d3037709..6266b0250 100644 --- a/projects/go-lib/src/lib/components/go-hint/go-hint.component.scss +++ b/projects/go-lib/src/lib/components/go-hint/go-hint.component.scss @@ -1,4 +1,4 @@ -@import '~@tangoe/gosheets/base/_variables'; +@import '../../../styles/variables'; .go-hint { font-size: .875rem; diff --git a/projects/go-lib/src/lib/components/go-select/go-select.component.scss b/projects/go-lib/src/lib/components/go-select/go-select.component.scss index 0975bf0cd..8f1457d0f 100644 --- a/projects/go-lib/src/lib/components/go-select/go-select.component.scss +++ b/projects/go-lib/src/lib/components/go-select/go-select.component.scss @@ -1,5 +1,5 @@ -@import '~@tangoe/gosheets/base/_variables'; -@import '~@tangoe/gosheets/base/_mixins'; +@import '../../../styles/variables'; +@import '../../../styles/mixins'; @import "~@ng-select/ng-select/themes/default.theme.css"; .ng-select .ng-select-container { diff --git a/projects/go-lib/src/lib/components/go-switch-toggle/go-switch-toggle.component.scss b/projects/go-lib/src/lib/components/go-switch-toggle/go-switch-toggle.component.scss index 5090aaa76..49064aa79 100644 --- a/projects/go-lib/src/lib/components/go-switch-toggle/go-switch-toggle.component.scss +++ b/projects/go-lib/src/lib/components/go-switch-toggle/go-switch-toggle.component.scss @@ -1,5 +1,5 @@ -@import '~@tangoe/gosheets/base/variables'; -@import '~@tangoe/gosheets/base/mixins'; +@import '../../../styles/variables'; +@import '../../../styles/mixins'; .go-form__switch-toggle { display: inline-block;