Move theme helpers and some stylesheets to proper locations

This commit is contained in:
Alejandro Celaya
2023-08-05 11:14:03 +02:00
parent 93048e3327
commit d9939f5c3a
48 changed files with 64 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
@import '../../../src/utils/base';
@import '@shlinkio/shlink-frontend-kit/base';
.short-url-form p:last-child {
margin-bottom: 0;

View File

@@ -1,6 +1,11 @@
@import '../../../../src/utils/base';
@import '../../../../src/utils/mixins/text-ellipsis';
@import '../../../../src/utils/mixins/vertical-align';
@import '@shlinkio/shlink-frontend-kit/base';
@import '../../utils/mixins/vertical-align';
@mixin text-ellipsis() {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.short-urls-row__cell.short-urls-row__cell {
vertical-align: middle !important;