Browse Source

Merge remote-tracking branch 'origin/developer' into developer

master
Edwina Barbalan 4 years ago
parent
commit
57901853a9
3 changed files with 9 additions and 2 deletions
  1. 2
    2
      public/routes/msgCard.js
  2. 3
    0
      public/style/style.css
  3. 4
    0
      public/style/style.less

+ 2
- 2
public/routes/msgCard.js View File

<b>{{ msg.subject }}</b> <b>{{ msg.subject }}</b>
<img src="favicon.ico" width=20px height=20px> <img src="favicon.ico" width=20px height=20px>
</h6> </h6>
{{ msg.message }}<br><br>
{{ msg.message }}<br>
<a v-for="tag in msg.tag" @click="filterForTag(tag)">#{{ tag }} </a> <a v-for="tag in msg.tag" @click="filterForTag(tag)">#{{ tag }} </a>
<!--<b-button class="tags" type="is-text" v-for="tag in msg.tag">#{{ tag }} </b-button>-->
<br>
</p> </p>
<div class="om-card-footer"> <div class="om-user-line"> <div class="om-card-footer"> <div class="om-user-line">
<i class="material-icons">account_circle</i> <i class="material-icons">account_circle</i>

+ 3
- 0
public/style/style.css View File

border-color: #dbdbdb; border-color: #dbdbdb;
border-left: white; border-left: white;
} }
.taglink {
color: #0046a0;
}

+ 4
- 0
public/style/style.less View File



} }


.taglink{
color: @color;
}


Loading…
Cancel
Save