@nixweb/nixloc-ui 0.0.70 → 0.0.71

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.70",
3
+ "version": "0.0.71",
4
4
  "description": "Componentes UI",
5
5
  "author": "Fábio Ávila <fabio@nixweb.com.br>",
6
6
  "private": false,
@@ -56,6 +56,5 @@ export default {
56
56
  .titulo {
57
57
  font-size: 18px;
58
58
  margin-bottom: 5px;
59
- color: #577696;
60
59
  }
61
60
  </style>
@@ -145,6 +145,7 @@ export default {
145
145
 
146
146
  .titulo {
147
147
  margin-left: 15px;
148
+ font-size: 14px;
148
149
  }
149
150
 
150
151
 
@@ -13,7 +13,7 @@ export default {
13
13
  .moldura {
14
14
  border: 1px solid #dbdfe9;
15
15
  background-color: white;
16
- border-radius: 3px;
16
+ border-radius: 6px;
17
17
  padding: 15px;
18
18
  }
19
19
  </style>
@@ -14,13 +14,12 @@
14
14
  <div class="col-10">
15
15
  <div class="div-titulo">
16
16
  <i class="fas fa-arrow-circle-right"></i>
17
- <span> {{ modulo }} </span> /
18
- <span class="c-titulo-pagina"> {{ titulo }}</span>
17
+ <span class="modulo"> {{ modulo }} </span> /
18
+ <span class="titulo"> {{ titulo }}</span>
19
19
  </div>
20
20
  </div>
21
21
  <div class="col-2 text-right" v-show="rotaAtual != 'Dashboard'">
22
22
  <div class="c-voltar" @click="voltar()">
23
- <i class="fad fa-long-arrow-left"></i>
24
23
  <span class="g-espaco-esquerda">Voltar</span>
25
24
  </div>
26
25
  </div>
@@ -107,8 +106,9 @@ export default {
107
106
  margin-top: 15px;
108
107
  }
109
108
 
110
- .c-titulo-pagina {
111
- font-size: 20px;
109
+ .titulo {
110
+ font-size: 16px;
111
+ font-weight: bold;
112
112
  margin-top: 16px;
113
113
  color: #577696;
114
114
  }
@@ -126,6 +126,6 @@ export default {
126
126
  }
127
127
 
128
128
  .painel {
129
- padding: 20px;
129
+ padding: 25px;
130
130
  }
131
131
  </style>