mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
Notifications list template
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user