Lines Matching refs:scale
6 scale,
181 micro: { width: scale.micro, flex: 0 },
182 tiny: { width: scale.tiny, flex: 0 },
183 small: { width: scale.small, flex: 0 },
184 medium: { width: scale.medium, flex: 0 },
185 large: { width: scale.large, flex: 0 },
186 xl: { width: scale.xl, flex: 0 },
204 micro: { height: scale.micro, flex: 0 },
205 tiny: { height: scale.tiny, flex: 0 },
206 small: { height: scale.small, flex: 0 },
207 medium: { height: scale.medium, flex: 0 },
208 large: { height: scale.large, flex: 0 },
209 xl: { height: scale.xl, flex: 0 },
268 width: scale.small,
269 height: scale.small,
272 width: scale.medium,
273 height: scale.medium,