@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
|
@@ -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="
|
|
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
|
-
.
|
|
111
|
-
font-size:
|
|
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:
|
|
129
|
+
padding: 25px;
|
|
130
130
|
}
|
|
131
131
|
</style>
|