mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-14 04:14:21 +01:00
refactor: migrate to use syntax
This commit is contained in:
parent
3add3ace55
commit
94baa67600
87 changed files with 141 additions and 157 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../../../@theme/styles/themes';
|
||||
@use '../../../../@theme/styles/themes' as *;
|
||||
|
||||
@include nb-install-component() {
|
||||
.summary-container {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../../@theme/styles/themes';
|
||||
@use '../../../@theme/styles/themes' as *;
|
||||
|
||||
$legend-all-orders-color: #00977e;
|
||||
$legend-payment-color: #6935ca;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../../../@theme/styles/themes';
|
||||
@use '../../../../@theme/styles/themes' as *;
|
||||
|
||||
@include nb-install-component() {
|
||||
flex: 1;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../../@theme/styles/themes';
|
||||
@use '../../../@theme/styles/themes' as *;
|
||||
|
||||
@include nb-install-component() {
|
||||
nb-card {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../../../@theme/styles/themes';
|
||||
@use '../../../../@theme/styles/themes' as *;
|
||||
|
||||
@include nb-install-component() {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../../../@theme/styles/themes';
|
||||
@use '../../../../@theme/styles/themes' as *;
|
||||
|
||||
@include nb-install-component() {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../../@theme/styles/themes';
|
||||
@use '../../../@theme/styles/themes' as *;
|
||||
|
||||
@include nb-install-component() {
|
||||
.flip-icon {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../../@theme/styles/themes';
|
||||
@use '../../../@theme/styles/themes' as *;
|
||||
|
||||
$shadow-green: #00977e;
|
||||
|
||||
|
|
|
|||
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../../../@theme/styles/themes';
|
||||
@use '../../../../@theme/styles/themes' as *;
|
||||
|
||||
@include nb-install-component() {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../../../../@theme/styles/themes';
|
||||
@use '../../../../../@theme/styles/themes' as *;
|
||||
|
||||
@include nb-install-component() {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../../../@theme/styles/themes';
|
||||
@use '../../../../@theme/styles/themes' as *;
|
||||
|
||||
@include nb-install-component() {
|
||||
nb-card-header {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../../@theme/styles/themes';
|
||||
@use '../../../@theme/styles/themes' as *;
|
||||
|
||||
@include nb-install-component() {
|
||||
.toggle-icon {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../../@theme/styles/themes';
|
||||
@use '../../../@theme/styles/themes' as *;
|
||||
|
||||
@include nb-install-component() {
|
||||
nb-card-header {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../../../@theme/styles/themes';
|
||||
@use '../../../../@theme/styles/themes' as *;
|
||||
|
||||
@include nb-install-component() {
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../../../@theme/styles/themes';
|
||||
@use '../../../../@theme/styles/themes' as *;
|
||||
|
||||
@include nb-install-component() {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue