issue fixing

This commit is contained in:
Čarodej
2021-10-25 09:53:24 +02:00
parent 018b973c0f
commit 3f93373f60
16 changed files with 68 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="empty-message">
<div class="message">
<eye-off-icon v-if="icon === 'eye-off'" size="36" class="icon"></eye-off-icon>
<div class="message text-center">
<eye-off-icon v-if="icon === 'eye-off'" size="36" class="icon" />
<p>{{ message }}</p>
</div>
</div>
@@ -41,6 +41,8 @@
}
.icon {
display: inline-block;
path, line, polyline, rect, circle {
stroke: $text;
}