mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-21 05:56:20 +00:00
Move theme helpers and some stylesheets to proper locations
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import '../../../src/utils/base';
|
||||
@import '@shlinkio/shlink-frontend-kit/base';
|
||||
|
||||
.short-url-form p:last-child {
|
||||
margin-bottom: 0;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user