We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e51a8 commit fb40eecCopy full SHA for fb40eec
1 file changed
spicecloud/pages/utils/styles.ts
@@ -181,7 +181,8 @@ export const styles = {
181
alignItems: 'center',
182
gap: '0.75rem',
183
marginBottom: '1rem',
184
- color: '#000000'
+ color: '#000000',
185
+ cursor: 'pointer'
186
},
187
metricIcon: {
188
fontSize: '1.5rem',
@@ -198,6 +199,19 @@ export const styles = {
198
199
color: '#000000',
200
marginBottom: '0.5rem'
201
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
215
progressBar: {
216
width: '100%',
217
height: '0.5rem',
0 commit comments