@nixweb/nixloc-ui 0.0.238 → 0.0.239

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nixweb/nixloc-ui",
3
- "version": "0.0.238",
3
+ "version": "0.0.239",
4
4
  "description": "Componentes UI",
5
5
  "author": "Fábio Ávila <fabio@nixweb.com.br>",
6
6
  "private": false,
@@ -57,7 +57,7 @@ export default {
57
57
  .badge-button {
58
58
  width: 20px;
59
59
  height: 20px;
60
- background-color: red;
60
+ background-color: darkblue;
61
61
  border-radius: 20px;
62
62
  margin-left: 10px;
63
63
  color: white;
@@ -3,7 +3,7 @@
3
3
  <div v-if="multiSelected">
4
4
  <div class="side-by-side icon-filter" @click="show = true">
5
5
  <i class="fa-solid fa-circle-plus "></i>
6
- <span v-if="currentValueFilter.length == 0"> Todos usuários</span>
6
+ <span class="title-users" v-if="currentValueFilter.length == 0"> Todos usuários</span>
7
7
  </div>
8
8
  <div class="side-by-side" v-for="user in currentValueFilter">
9
9
  <img class="img-current" :src="baseUrl + user.photo" alt="">
@@ -144,6 +144,10 @@ export default {
144
144
  font-size: 13px;
145
145
  }
146
146
 
147
+ .title-users {
148
+ font-size: 14px;
149
+ }
150
+
147
151
  .img-card {
148
152
  width: 35px;
149
153
  height: 35px;