2020-06-03 02:11:01 +00:00
|
|
|
.empty-column-indicator,
|
|
|
|
.error-column {
|
2022-07-22 17:30:16 +00:00
|
|
|
@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;
|
2020-06-03 02:11:01 +00:00
|
|
|
|
2020-10-11 21:23:19 +00:00
|
|
|
@supports (display: grid) { // hack to fix Chrome <57
|
2020-06-03 02:11:01 +00:00
|
|
|
contain: strict;
|
|
|
|
}
|
|
|
|
|
|
|
|
& > span {
|
2022-04-01 20:55:00 +00:00
|
|
|
@apply max-w-[400px];
|
2020-06-03 02:11:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2022-05-09 12:55:53 +00:00
|
|
|
@apply text-primary-600 dark:text-primary-400 no-underline hover:underline;
|
2021-10-08 16:16:14 +00:00
|
|
|
}
|
2020-06-03 02:11:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.error-column {
|
|
|
|
flex-direction: column;
|
2021-10-06 03:48:10 +00:00
|
|
|
|
|
|
|
.svg-icon {
|
|
|
|
width: 70px;
|
|
|
|
height: 70px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
2020-06-03 02:11:01 +00:00
|
|
|
}
|