@nixweb/nixloc-ui 0.0.77 → 0.0.78
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
|
@@ -53,7 +53,12 @@
|
|
|
53
53
|
@click.prevent="navegarPara(item.nomeRota)"
|
|
54
54
|
:class="classeSubMenu(item.titulo)"
|
|
55
55
|
>
|
|
56
|
-
|
|
56
|
+
<b-row>
|
|
57
|
+
<b-col sm="1"> <i :class="item.icone" aria-hidden="true"></i></b-col>
|
|
58
|
+
<b-col sm="10">
|
|
59
|
+
<span class="titulo-sub"> {{ item.titulo }}</span></b-col
|
|
60
|
+
></b-row
|
|
61
|
+
>
|
|
57
62
|
</a>
|
|
58
63
|
</li>
|
|
59
64
|
</ul>
|
|
@@ -131,6 +136,7 @@ export default {
|
|
|
131
136
|
<style scoped>
|
|
132
137
|
.menu-aberto {
|
|
133
138
|
width: 277px;
|
|
139
|
+
z-index: 1000;
|
|
134
140
|
}
|
|
135
141
|
|
|
136
142
|
.div-icone {
|
|
@@ -151,13 +157,18 @@ export default {
|
|
|
151
157
|
}
|
|
152
158
|
|
|
153
159
|
.titulo {
|
|
154
|
-
margin-left:
|
|
155
|
-
font-size:
|
|
156
|
-
font-weight:
|
|
160
|
+
margin-left: 14px;
|
|
161
|
+
font-size: 14px;
|
|
162
|
+
font-weight: 400;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.titulo-sub {
|
|
166
|
+
margin-left: 5px;
|
|
167
|
+
font-weight: 300;
|
|
157
168
|
}
|
|
158
169
|
|
|
159
170
|
.sub-titulo {
|
|
160
|
-
font-size:
|
|
171
|
+
font-size: 18px;
|
|
161
172
|
font-weight: normal;
|
|
162
173
|
}
|
|
163
174
|
</style>
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<div class="col-10">
|
|
15
15
|
<div class="div-titulo">
|
|
16
16
|
<span class="modulo">
|
|
17
|
-
<span class="icone"><i class="fas fa-compass"></i></span> {{ modulo }}
|
|
17
|
+
<span class="icone"><i class="fas fa-compass"></i></span> {{ modulo }} |</span
|
|
18
18
|
>
|
|
19
19
|
<span class="titulo"> {{ titulo }}</span>
|
|
20
20
|
</div>
|
|
@@ -98,7 +98,7 @@ export default {
|
|
|
98
98
|
<style scoped>
|
|
99
99
|
.c-container {
|
|
100
100
|
margin: auto;
|
|
101
|
-
padding-left:
|
|
101
|
+
padding-left: 235px;
|
|
102
102
|
padding-right: 30px;
|
|
103
103
|
max-width: 1400px;
|
|
104
104
|
}
|
|
@@ -108,13 +108,13 @@ export default {
|
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
.modulo {
|
|
111
|
-
font-size:
|
|
111
|
+
font-size: 16px;
|
|
112
112
|
font-weight: 300;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
.titulo {
|
|
116
|
-
font-size:
|
|
117
|
-
font-weight:
|
|
116
|
+
font-size: 18px;
|
|
117
|
+
font-weight: 400;
|
|
118
118
|
line-height: 34px;
|
|
119
119
|
color: #577696;
|
|
120
120
|
}
|