Skip to content

Commit

Permalink
fix(demo): update package-lock.json, install raw-loader, fix style wa…
Browse files Browse the repository at this point in the history
…rnings
  • Loading branch information
denStrigo committed Oct 25, 2023
1 parent 4ba1b13 commit 53be674
Show file tree
Hide file tree
Showing 27 changed files with 10,190 additions and 6,188 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {

Expand Down
2 changes: 1 addition & 1 deletion docs/app/@theme/components/footer/footer.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {
$text-fg: nb-theme(footer-text-color);
Expand Down
2 changes: 1 addition & 1 deletion docs/app/@theme/components/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {
h2 {
Expand Down
4 changes: 1 addition & 3 deletions docs/app/@theme/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
@import 'helvetica-neue';
@import 'themes';

@import '~@nebular/theme/styles/globals';
@import '~@nebular/bootstrap/styles/globals';
@import '@nebular/theme/styles/globals';

@import 'hs-forms';

@include nb-install() {
@include nb-theme-global();
@include nb-bootstrap-global();
@include hs-custom-form();
};
8 changes: 4 additions & 4 deletions docs/app/@theme/styles/themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*/

@import '~@nebular/theme/styles/theming';
@import '~@nebular/theme/styles/themes/corporate';
@import '~@nebular/theme/styles/themes/default';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/theming';
@import '@nebular/theme/styles/themes/corporate';
@import '@nebular/theme/styles/themes/default';
@import '@nebular/theme/styles/global/breakpoints';

/*
We have to overwrite breakpoints because we need to add *macpro* breakpoint.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';


@include nb-install-component() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {
$content-width: nb-theme(content-width);
Expand Down
2 changes: 1 addition & 1 deletion docs/app/pages/home/contact-form/contact.component.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {
$color-active: nb-theme(color-active-fg);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {
display: block;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {
$content-width: nb-theme(content-width);
Expand Down
2 changes: 1 addition & 1 deletion docs/app/pages/home/landing-home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

@import '../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {
$content-width: nb-theme(content-width);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {
$color-active: nb-theme(color-active-fg);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "../../../@theme/styles/themes";
@import "~@nebular/theme/styles/global/breakpoints";
@import "@nebular/theme/styles/global/breakpoints";

@include nb-install-component() {
$features-section-offset: 10.625rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {
$our-projects-section-offset: 7.125rem;
Expand Down Expand Up @@ -64,14 +64,14 @@
color: #000000;
font-size: 3rem;
}

.description {
font-family: nb-theme(font-secondary), sans-serif;
font-size: nb-theme(font-size-lg);
margin-top: 1.125rem;
line-height: 1.5;
}

.btn {
font-family: nb-theme(font-main), sans-serif;
background-color: nb-theme(color-active-bg);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {
$reasons-section-offset: 10.625rem;
Expand Down Expand Up @@ -63,7 +63,7 @@
.highlight {
font-family: nb-theme(font-main), sans-serif;
}

.active {
text-decoration: none;
font-family: nb-theme(font-main), sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@import '../../../@theme/styles/themes';
@import '../../../@theme/styles/swiper_ngx-admin';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {
display: block;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {
$content-width: nb-theme(content-width);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {
display: block;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@import '../../../@theme/styles/themes';
@import '../../../@theme/styles/swiper_ngx-admin';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*/

@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@import '../../../@theme/styles/themes';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

@import '../../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@include nb-install-component() {
$menu-item-fg: nb-theme(color-fg-heading-light);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*/

@import '~@nebular/theme/styles/global/breakpoints';
@import '@nebular/theme/styles/global/breakpoints';

@import '../../../@theme/styles/themes';

Expand Down

0 comments on commit 53be674

Please sign in to comment.