Remove "columns.scss"

This commit is contained in:
danidfra 2024-11-12 18:38:26 -03:00
parent 787bfae75e
commit 5545a2432b
2 changed files with 0 additions and 17 deletions

View File

@ -11,7 +11,6 @@
@use 'components/modal';
@use 'components/compose-form';
@use 'components/status';
@use 'components/columns';
@use 'components/search';
@use 'components/aliases';
@use 'components/icon';

View File

@ -1,16 +0,0 @@
.empty-column-indicator,
.error-column {
@apply bg-primary-50 dark:bg-gray-700 text-gray-900 dark:text-gray-300 text-center p-10 flex flex-1 items-center justify-center min-h-[160px] rounded-lg;
@supports (display: grid) { // hack to fix Chrome <57
contain: strict;
}
& > span {
@apply max-w-[400px];
}
a {
@apply text-primary-600 dark:text-primary-400 no-underline hover:underline;
}
}