refactor: migrate to use syntax

This commit is contained in:
Sergey Andrievskiy 2021-12-02 21:28:41 +03:00
parent 3add3ace55
commit 94baa67600
87 changed files with 141 additions and 157 deletions

View file

@ -1,6 +1,6 @@
@import '../../../../@theme/styles/themes';
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/breakpoints';
@use '../../../../@theme/styles/themes' as *;
@use '@nebular/theme/styles/global/breakpoints' as *;
@import 'bootstrap/scss/mixins/breakpoints';
@include nb-install-component() {
padding: 1.5rem 4.5rem;

View file

@ -1,4 +1,4 @@
@import '../../../../@theme/styles/themes';
@use '../../../../@theme/styles/themes' as *;
@include nb-install-component() {
.summary-container {

View file

@ -1,4 +1,4 @@
@import '../../../@theme/styles/themes';
@use '../../../@theme/styles/themes' as *;
$legend-all-orders-color: #00977e;
$legend-payment-color: #6935ca;

View file

@ -1,4 +1,4 @@
@import '../../../../@theme/styles/themes';
@use '../../../../@theme/styles/themes' as *;
@include nb-install-component() {
flex: 1;

View file

@ -1,6 +1,6 @@
@import '../../../../@theme/styles/themes';
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/breakpoints';
@use '../../../../@theme/styles/themes' as *;
@use '@nebular/theme/styles/global/breakpoints' as *;
@import 'bootstrap/scss/mixins/breakpoints';
@include nb-install-component() {
display: flex;

View file

@ -1,6 +1,6 @@
@import '../../../@theme/styles/themes';
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/breakpoints';
@use '../../../@theme/styles/themes' as *;
@use '@nebular/theme/styles/global/breakpoints' as *;
@import 'bootstrap/scss/mixins/breakpoints';
@include nb-install-component() {

View file

@ -1,6 +1,6 @@
@import '../../../../@theme/styles/themes';
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/breakpoints';
@use '../../../../@theme/styles/themes' as *;
@use '@nebular/theme/styles/global/breakpoints' as *;
@import 'bootstrap/scss/mixins/breakpoints';
@include nb-install-component() {

View file

@ -1,6 +1,6 @@
@import '../../../../@theme/styles/themes';
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/breakpoints';
@use '../../../../@theme/styles/themes' as *;
@use '@nebular/theme/styles/global/breakpoints' as *;
@import 'bootstrap/scss/mixins/breakpoints';
@include nb-install-component() {
ngx-earning-pie-chart,

View file

@ -1,4 +1,4 @@
@import '../../../@theme/styles/themes';
@use '../../../@theme/styles/themes' as *;
@include nb-install-component() {
nb-card {

View file

@ -1,5 +1,4 @@
@import '../../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/typography/typography';
@use '../../../../@theme/styles/themes' as *;
@include nb-install-component() {
display: flex;

View file

@ -1,6 +1,4 @@
@import '../../../@theme/styles/themes';
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/breakpoints';
@use '../../../@theme/styles/themes' as *;
@include nb-install-component() {
display: flex;

View file

@ -1,4 +1,4 @@
@import '../../../../@theme/styles/themes';
@use '../../../../@theme/styles/themes' as *;
@include nb-install-component() {
display: flex;

View file

@ -1,4 +1,4 @@
@import '../../../../@theme/styles/themes';
@use '../../../../@theme/styles/themes' as *;
@include nb-install-component() {
display: flex;

View file

@ -1,4 +1,4 @@
@import '../../../@theme/styles/themes';
@use '../../../@theme/styles/themes' as *;
@include nb-install-component() {
.flip-icon {

View file

@ -1,4 +1,4 @@
@import '../../../@theme/styles/themes';
@use '../../../@theme/styles/themes' as *;
$shadow-green: #00977e;

View file

@ -1,6 +1,6 @@
@import '../../../@theme/styles/themes';
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/breakpoints';
@use '../../../@theme/styles/themes' as *;
@use '@nebular/theme/styles/global/breakpoints' as *;
@import 'bootstrap/scss/mixins/breakpoints';
@include nb-install-component() {
$slide-out-container-width: 40%;

View file

@ -1,4 +1,4 @@
@import '../../../../@theme/styles/themes';
@use '../../../../@theme/styles/themes' as *;
@include nb-install-component() {
display: flex;

View file

@ -1,4 +1,4 @@
@import '../../../../../@theme/styles/themes';
@use '../../../../../@theme/styles/themes' as *;
@include nb-install-component() {
display: flex;

View file

@ -1,6 +1,6 @@
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/breakpoints';
@import '../../../../@theme/styles/themes';
@use '../../../../@theme/styles/themes' as *;
@use '@nebular/theme/styles/global/breakpoints' as *;
@import 'bootstrap/scss/mixins/breakpoints';
@include nb-install-component() {
overflow: auto;

View file

@ -1,4 +1,4 @@
@import '../../../../@theme/styles/themes';
@use '../../../../@theme/styles/themes' as *;
@include nb-install-component() {
nb-card-header {

View file

@ -1,4 +1,4 @@
@import '../../../@theme/styles/themes';
@use '../../../@theme/styles/themes' as *;
@include nb-install-component() {
.toggle-icon {

View file

@ -1,4 +1,4 @@
@import '../../../@theme/styles/themes';
@use '../../../@theme/styles/themes' as *;
@include nb-install-component() {
nb-card-header {

View file

@ -1,4 +1,4 @@
@import '../../../../@theme/styles/themes';
@use '../../../../@theme/styles/themes' as *;
@include nb-install-component() {
display: block;

View file

@ -1,6 +1,6 @@
@import '../../../@theme/styles/themes';
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/breakpoints';
@use '../../../@theme/styles/themes' as *;
@use '@nebular/theme/styles/global/breakpoints' as *;
@import 'bootstrap/scss/mixins/breakpoints';
@include nb-install-component() {
position: relative;

View file

@ -1,4 +1,4 @@
@import '../../../../@theme/styles/themes';
@use '../../../../@theme/styles/themes' as *;
@include nb-install-component() {