show notifications front

This commit is contained in:
grimhilt
2023-04-06 13:09:47 +02:00
parent b14a0ca586
commit 8c6a2bcfd7
7 changed files with 16 additions and 10 deletions

View File

@@ -13,11 +13,11 @@ export default {
},
color: {
type: String,
default: "#007bff",
},
type: {
type: String,
default: "badge-primary",
number: "badge-number",
},
},
};
@@ -41,5 +41,8 @@ export default {
background-color: #007bff;
}
/* add more type classes for other types/colors */
.badge-number {
color: var(--primary-text);
background-color: #4d5970;
}
</style>