@nixweb/nixloc-ui 0.0.51 → 0.0.52
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
|
@@ -83,7 +83,8 @@ export default {
|
|
|
83
83
|
border-radius: 40px !important;
|
|
84
84
|
font-size: 13px !important;
|
|
85
85
|
font-weight: 400;
|
|
86
|
-
|
|
86
|
+
font-style: normal !important;
|
|
87
|
+
letter-spacing: 1px !important;
|
|
87
88
|
-webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
|
|
88
89
|
-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
|
|
89
90
|
box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
|
|
@@ -42,8 +42,6 @@ export default {
|
|
|
42
42
|
overflow: hidden;
|
|
43
43
|
z-index: 20;
|
|
44
44
|
padding: 18px;
|
|
45
|
-
border-top: 1px solid #e1e1e2;
|
|
46
|
-
border-bottom: 1px solid #e1e1e2;
|
|
47
45
|
}
|
|
48
46
|
|
|
49
47
|
.tamanho {
|
|
@@ -55,10 +53,12 @@ export default {
|
|
|
55
53
|
top: 0;
|
|
56
54
|
left: 0;
|
|
57
55
|
right: 0;
|
|
56
|
+
border-bottom: 1px solid #e1e1e2;
|
|
58
57
|
}
|
|
59
58
|
|
|
60
59
|
.rodape {
|
|
61
60
|
left: 0;
|
|
62
61
|
bottom: 0px;
|
|
62
|
+
border-top: 1px solid #e1e1e2;
|
|
63
63
|
}
|
|
64
64
|
</style>
|