@arsedizioni/ars-utils 22.0.80 → 22.0.81

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": "@arsedizioni/ars-utils",
3
- "version": "22.0.80",
3
+ "version": "22.0.81",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
package/styles/ui.scss CHANGED
@@ -110,15 +110,17 @@ b {
110
110
 
111
111
  .large {
112
112
  font-size: large !important;
113
+ line-height: 1.2 !important;
113
114
  }
114
115
 
115
116
  .smaller {
116
117
  font-size: smaller !important;
118
+ line-height: 1.2 !important;
117
119
  }
118
120
 
119
121
  .small {
120
122
  font-size: small !important;
121
- line-height: 16px !important;
123
+ line-height: 1.2 !important;
122
124
  }
123
125
 
124
126
  .small-icon-button {
@@ -137,7 +139,7 @@ b {
137
139
 
138
140
  .x-small {
139
141
  font-size: x-small !important;
140
- line-height: 14px !important;
142
+ line-height: 1.2 !important;
141
143
  }
142
144
 
143
145
  .bold {