@nixweb/nixloc-ui 0.0.69 → 0.0.70

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.69",
3
+ "version": "0.0.70",
4
4
  "description": "Componentes UI",
5
5
  "author": "Fábio Ávila <fabio@nixweb.com.br>",
6
6
  "private": false,
@@ -152,6 +152,9 @@ export default {
152
152
  </script>
153
153
 
154
154
  <style scoped>
155
+ .titulo {
156
+ color: #5f7587;
157
+ }
155
158
  .sucesso {
156
159
  color: #94aa2a;
157
160
  font-size: 14px;
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div>
3
3
  <label>
4
- <span>{{ titulo }}</span>
4
+ <span class="titulo">{{ titulo }}</span>
5
5
  <span class="requerido" v-if="requerido">*</span>
6
6
  <Dica :campo="campo" :formNome="formNome" />
7
7
  </label>
@@ -282,6 +282,9 @@ export default {
282
282
  </script>
283
283
 
284
284
  <style scoped>
285
+ .titulo {
286
+ color: #5f7587;
287
+ }
285
288
  div.antes-lista {
286
289
  padding: 8px;
287
290
  }
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div>
3
3
  <label>
4
- <span>{{ titulo }}</span>
4
+ <span class="titulo">{{ titulo }}</span>
5
5
  </label>
6
6
  <div class="selecione">
7
7
  <multiselect
@@ -119,6 +119,9 @@ export default {
119
119
  </script>
120
120
 
121
121
  <style scoped>
122
+ .titulo {
123
+ color: #5f7587;
124
+ }
122
125
  div.antes-lista {
123
126
  padding: 8px;
124
127
  }
@@ -22,7 +22,7 @@
22
22
  </template>
23
23
 
24
24
  <script>
25
- import Mensagem from "@/component/shared/Mensagem";
25
+ import Mensagem from "@nixweb/nixloc-ui/src/component/shared/Mensagem";
26
26
  import Vodal from "vodal";
27
27
 
28
28
  import { mapState, mapMutations } from "vuex";
@@ -138,6 +138,9 @@ export default {
138
138
  </script>
139
139
 
140
140
  <style scoped>
141
+ .titulo {
142
+ color: #5f7587;
143
+ }
141
144
  .sucesso {
142
145
  color: #94aa2a;
143
146
  font-size: 14px;
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div>
3
- <span>{{ titulo }}</span>
3
+ <span class="titulo">{{ titulo }}</span>
4
4
  <Dica :campo="campo" :formNome="formNome" />
5
5
  <div class="opcoes">
6
6
  <b-form-group>
@@ -47,5 +47,7 @@ export default {
47
47
  .opcoes {
48
48
  margin-top: 5px;
49
49
  }
50
+ .titulo {
51
+ color: #5f7587;
52
+ }
50
53
  </style>
51
-
@@ -145,6 +145,9 @@ export default {
145
145
  </script>
146
146
 
147
147
  <style scoped>
148
+ .titulo{
149
+ color: #5F7587;
150
+ }
148
151
  .sucesso {
149
152
  color: #94aa2a;
150
153
  font-size: 14px;