12 lines
199 B
CSS
12 lines
199 B
CSS
/* TimestampLabel Component Styles */
|
|
|
|
/* Timestamp display */
|
|
.timestamp-display {
|
|
min-width: 120px;
|
|
text-align: center;
|
|
}
|
|
|
|
/* Time text styling */
|
|
.time-text {
|
|
font-family: monospace;
|
|
} |