@nixweb/nixloc-ui 0.0.76 → 0.0.77

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.76",
3
+ "version": "0.0.77",
4
4
  "description": "Componentes UI",
5
5
  "author": "Fábio Ávila <fabio@nixweb.com.br>",
6
6
  "private": false,
@@ -13,7 +13,9 @@
13
13
  <div class="row">
14
14
  <div class="col-10">
15
15
  <div class="div-titulo">
16
- <span class="modulo"> {{ modulo }} /</span>
16
+ <span class="modulo">
17
+ <span class="icone"><i class="fas fa-compass"></i></span> {{ modulo }} /</span
18
+ >
17
19
  <span class="titulo"> {{ titulo }}</span>
18
20
  </div>
19
21
  </div>
@@ -117,6 +119,11 @@ export default {
117
119
  color: #577696;
118
120
  }
119
121
 
122
+ .icone{
123
+ opacity: 0.8;
124
+ }
125
+
126
+
120
127
  .c-voltar {
121
128
  margin-top: 20px;
122
129
  margin-right: 12px;