Skip to content

Commit fb40eec

Browse files
committed
new styles for new componeents
1 parent 96e51a8 commit fb40eec

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

spicecloud/pages/utils/styles.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ export const styles = {
181181
alignItems: 'center',
182182
gap: '0.75rem',
183183
marginBottom: '1rem',
184-
color: '#000000'
184+
color: '#000000',
185+
cursor: 'pointer'
185186
},
186187
metricIcon: {
187188
fontSize: '1.5rem',
@@ -198,6 +199,19 @@ export const styles = {
198199
color: '#000000',
199200
marginBottom: '0.5rem'
200201
},
202+
metricDetails: {
203+
/* corpo que aparece quando o card está aberto */
204+
marginTop: '0.5rem',
205+
display: 'flex',
206+
flexDirection: 'column' as const,
207+
gap: '0.25rem'
208+
},
209+
detailLine: {
210+
/* linha individual dentro do corpo */
211+
fontSize: '0.875rem',
212+
opacity: 0.8, // ligeiro cinza
213+
color: '#000000'
214+
},
201215
progressBar: {
202216
width: '100%',
203217
height: '0.5rem',

0 commit comments

Comments
 (0)