@arsedizioni/ars-utils 18.2.235 → 18.2.238

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.
@@ -93,35 +93,35 @@
93
93
 
94
94
  .item-content {
95
95
  .info-1 {
96
- font-size: x-small;
97
- font-weight: 700;
96
+ font-size: x-small !important;
97
+ font-weight: 700 !important;
98
98
  line-height: 15px;
99
- text-transform: uppercase;
99
+ text-transform: uppercase !important;
100
100
  color: var(--ars-color-accent, #7894ae);
101
101
  }
102
102
 
103
103
 
104
104
  .info-2 {
105
- font-size: x-small;
106
- font-weight: 700;
105
+ font-size: x-small !important;
106
+ font-weight: 700 !important;
107
107
  line-height: 15px;
108
- text-transform: uppercase;
108
+ text-transform: uppercase !important;
109
109
  color: var(--ars-color-accent-low, #456179);
110
110
  }
111
111
 
112
112
  .title {
113
- font-size: small;
113
+ font-size: small !important;
114
114
  line-height: 18px;
115
115
  }
116
116
 
117
117
 
118
118
  .details {
119
119
  margin-top: 4px;
120
- font-size: x-small;
120
+ font-size: x-small !important;
121
121
  font-weight: 700;
122
122
  line-height: 15px;
123
123
  color: var(--ars-color-accent-low, #456179);
124
- text-transform: uppercase;
124
+ text-transform: uppercase !important;
125
125
  border-left: 4px solid var(--ars-color-accent-low, #456179);
126
126
  padding-left: 10px;
127
127
 
@@ -133,14 +133,14 @@
133
133
  span,
134
134
  div {
135
135
  margin-right: 8px;
136
- font-weight: 600;
136
+ font-weight: 600 !important;
137
137
  color: var(--ars-color-text, #191c1b);
138
138
  }
139
139
 
140
140
  a {
141
141
  cursor: pointer !important;
142
142
  color: var(--ars-color-link, #03A9F4);
143
- font-weight: 600;
143
+ font-weight: 600 !important;
144
144
  }
145
145
  }
146
146
  }
@@ -164,9 +164,9 @@
164
164
  }
165
165
 
166
166
  .tile {
167
- cursor: pointer;
168
- padding: 10px 13px 10px 13px;
169
- margin-bottom: 2px;
167
+ cursor: pointer !important;
168
+ padding: 10px 13px 10px 13px !important;
169
+ margin-bottom: 2px !important;
170
170
 
171
171
  .body {
172
172
  padding: 4px 6px;
@@ -209,9 +209,9 @@
209
209
  padding: 4px 8px;
210
210
  background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75));
211
211
  color: var(--ars-color-text, #191c1b);
212
- font-size: small;
213
- font-weight: 700;
214
- text-transform: uppercase;
212
+ font-size: small !important;
213
+ font-weight: 700 !important;
214
+ text-transform: uppercase !important;
215
215
  }
216
216
 
217
217
  .info-2 {
@@ -221,9 +221,9 @@
221
221
  padding: 4px 8px;
222
222
  background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75));
223
223
  color: var(--ars-color-accent, #7894ae);
224
- font-size: small;
225
- font-weight: 700;
226
- text-transform: uppercase;
224
+ font-size: small !important;
225
+ font-weight: 700 !important;
226
+ text-transform: uppercase !important;
227
227
  }
228
228
 
229
229
  .buttons {
@@ -245,9 +245,9 @@
245
245
  }
246
246
 
247
247
  .date {
248
- padding: 8px 0 6px 0;
249
- font-weight: 700;
250
- text-transform: uppercase;
248
+ padding: 8px 0 6px 0 !important;
249
+ font-weight: 700 !important;
250
+ text-transform: uppercase !important;
251
251
 
252
252
  .date-day {
253
253
  color: var(--ars-accent, #7894ae);
@@ -261,15 +261,15 @@
261
261
  }
262
262
 
263
263
  .time {
264
- font-size: small;
265
- font-weight: 700;
264
+ font-size: small !important;
265
+ font-weight: 700 !important;
266
266
  }
267
267
 
268
268
  .title {
269
- text-decoration: none;
270
- font-size: small;
271
- min-height: 72px; // 4 lines;
272
- overflow: hidden;
269
+ text-decoration: none !important;
270
+ font-size: small !important;
271
+ min-height: 72px !important; // 4 lines;
272
+ overflow: hidden !important;
273
273
  }
274
274
 
275
275