@arsedizioni/ars-utils 20.4.44 → 20.4.45

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.
@@ -128,7 +128,7 @@
128
128
  .info-1 {
129
129
  font-size: x-small !important;
130
130
  font-weight: 700 !important;
131
- line-height: 15px;
131
+ line-height: 18px;
132
132
  text-transform: uppercase !important;
133
133
  color: var(--ars-color-accent, #7894ae);
134
134
  }
@@ -137,7 +137,7 @@
137
137
  .info-2 {
138
138
  font-size: x-small !important;
139
139
  font-weight: 700 !important;
140
- line-height: 15px;
140
+ line-height: 18px;
141
141
  text-transform: uppercase !important;
142
142
  color: var(--ars-color-accent-low, #456179);
143
143
  }
@@ -146,7 +146,7 @@
146
146
  .info-3 {
147
147
  font-size: x-small !important;
148
148
  font-weight: 700 !important;
149
- line-height: 15px;
149
+ line-height: 18px;
150
150
  text-transform: uppercase !important;
151
151
  color: var(--ars-color-error, #ff5449);
152
152
  }