@renaissancerentals/renaissance-component 12.4.23 → 12.4.24

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.
@@ -133,10 +133,15 @@ $floorplan-card-secondary-color: $secondary-color !default;
133
133
  display: flex;
134
134
  align-items: center;
135
135
  justify-content: space-between;
136
+ padding: .4rem .5rem;
137
+ box-sizing: border-box;
138
+ max-height: 5.5rem;
139
+ overflow: hidden;
136
140
 
137
141
  h3, p {
138
142
  text-align: left;
139
- margin: .5rem 0;
143
+ margin: 0;
144
+ line-height: 1.3;
140
145
  }
141
146
 
142
147
  .truncate {
@@ -156,18 +161,20 @@ $floorplan-card-secondary-color: $secondary-color !default;
156
161
  }
157
162
 
158
163
  .left, .right {
164
+ display: flex;
165
+ flex-direction: column;
166
+ gap: .2rem;
159
167
  padding: 0 .5rem;
160
168
  }
161
169
 
162
170
  .address-link {
163
171
  font-size: .7rem;
172
+ margin: 0;
164
173
 
165
174
  .muncher-icon--small {
166
175
  width: .7rem;
167
176
  height: .7rem;
168
177
  }
169
-
170
- margin: 0;
171
178
  }
172
179
  }
173
180
 
@@ -177,13 +184,12 @@ $floorplan-card-secondary-color: $secondary-color !default;
177
184
  font-family: $serif-font;
178
185
  font-weight: normal;
179
186
  font-size: 1rem;
180
- margin: 1rem 0;
181
-
187
+ margin: 0;
182
188
  }
183
189
 
184
190
  p {
185
191
  font-size: .8rem;
186
- margin: .4rem;
192
+ margin: 0;
187
193
  text-align: right;
188
194
  }
189
195
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@renaissancerentals/renaissance-component",
3
- "version": "12.4.23",
3
+ "version": "12.4.24",
4
4
  "description": "Renaissance rentals UI component library",
5
5
  "author": "asikpradhan",
6
6
  "license": "MIT",