Notifications list template

This commit is contained in:
2022-01-06 16:56:51 +01:00
parent 140f53b81f
commit c32b767d9b
9 changed files with 233 additions and 223 deletions

View File

@@ -108,26 +108,28 @@ export default {
</script>
<style lang="scss">
.notification {
h6 {
div.notification {
h2, h6 {
a {
text-decoration: none;
}
&::before {
font-family: "ForkAwesome";
font-size: 80%;
margin-right: 0.3em;
}
}
.read {
h6 {
div.read {
h2, h6 {
font-weight: 500;
&::before {
//content: "\f2b6"; //envelope-open
content: "\f2b7"; //envelope-open-o
}
}
}
.unread {
h6 {
div.unread {
h2, h6 {
&::before {
//content: "\f0e0"; //envelope
content: "\f003"; //envelope-o
}
}