@nixweb/nixloc-ui 0.0.74 → 0.0.75

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.74",
3
+ "version": "0.0.75",
4
4
  "description": "Componentes UI",
5
5
  "author": "Fábio Ávila <fabio@nixweb.com.br>",
6
6
  "private": false,
@@ -81,7 +81,7 @@ export default {
81
81
  cursor: pointer;
82
82
  border: none;
83
83
  border-radius: 40px !important;
84
- font-size: 16px !important;
84
+ font-size: 13px !important;
85
85
  font-weight: normal;
86
86
  font-style: normal !important;
87
87
  letter-spacing: 1px !important;
@@ -45,7 +45,7 @@ export default {
45
45
  overflow: hidden;
46
46
  z-index: 20;
47
47
  padding: 18px;
48
- margin-left: 220px;
48
+ margin-left: 240px;
49
49
  }
50
50
 
51
51
  .tamanho {
@@ -96,7 +96,7 @@ export default {
96
96
  <style scoped>
97
97
  .c-container {
98
98
  margin: auto;
99
- padding-left: 80px;
99
+ padding-left: 220px;
100
100
  padding-right: 30px;
101
101
  max-width: 1400px;
102
102
  }
@@ -106,12 +106,12 @@ export default {
106
106
  }
107
107
 
108
108
  .modulo {
109
- font-size: 22px;
109
+ font-size: 18px;
110
110
  font-weight: 300;
111
111
  }
112
112
 
113
113
  .titulo {
114
- font-size: 24px;
114
+ font-size: 20px;
115
115
  font-weight: normal;
116
116
  line-height: 34px;
117
117
  color: #577696;