Install @shlinkio/shlink-frontend-kit as external lib and downgrade bootstrap

This commit is contained in:
Alejandro Celaya
2023-08-10 20:32:18 +02:00
parent dfe2cdadbc
commit 036c2b28d0
69 changed files with 67 additions and 1514 deletions

View File

@@ -1,4 +1,4 @@
@import '@shlinkio/shlink-frontend-kit/base';
@import 'node_modules/@shlinkio/shlink-frontend-kit/dist/base';
.app-container {
height: 100%;

View File

@@ -1,4 +1,4 @@
@import '@shlinkio/shlink-frontend-kit/base';
@import 'node_modules/@shlinkio/shlink-frontend-kit/dist/base';
@import '../utils/mixins/horizontal-align';
.app-update-banner.app-update-banner {

View File

@@ -1,4 +1,4 @@
@import '@shlinkio/shlink-frontend-kit/base';
@import 'node_modules/@shlinkio/shlink-frontend-kit/dist/base';
@import '../utils/mixins/vertical-align';
$mainCardWidth: 720px;

View File

@@ -1,4 +1,4 @@
@import '@shlinkio/shlink-frontend-kit/base';
@import 'node_modules/@shlinkio/shlink-frontend-kit/dist/base';
.main-header.main-header {
color: white;

View File

@@ -1,4 +1,4 @@
@import '@shlinkio/shlink-frontend-kit/base';
@import 'node_modules/@shlinkio/shlink-frontend-kit/dist/base';
.no-menu-wrapper {
padding: 15px 0 0;

View File

@@ -1,4 +1,4 @@
@import '@shlinkio/shlink-frontend-kit/base';
@import 'node_modules/@shlinkio/shlink-frontend-kit/dist/base';
.shlink-versions-container--with-sidebar {
margin-left: 0;

View File

@@ -1,6 +1,6 @@
@import '@shlinkio/shlink-frontend-kit/base'; // Before bootstrap stylesheet. Includes SASS var overrides
@import 'node_modules/@shlinkio/shlink-frontend-kit/dist/base'; // Before bootstrap stylesheet. Includes SASS var overrides
@import 'node_modules/bootstrap/scss/bootstrap.scss';
@import '@shlinkio/shlink-frontend-kit/index'; // After bootstrap. Includes CSS overwrites
@import 'node_modules/@shlinkio/shlink-frontend-kit/dist/index'; // After bootstrap. Includes CSS overwrites
@import '@shlinkio/shlink-web-component/index';
* {

View File

@@ -1,4 +1,4 @@
@import '@shlinkio/shlink-frontend-kit/base';
@import 'node_modules/@shlinkio/shlink-frontend-kit/dist/base';
@import '../utils/mixins/vertical-align';
@import '../utils/mixins/thin-scroll';

View File

@@ -1,4 +1,4 @@
@import '@shlinkio/shlink-frontend-kit/base';
@import 'node_modules/@shlinkio/shlink-frontend-kit/dist/base';
.server-error__container {
text-align: center;