mempool/frontend/src/app/components/difficulty/difficulty-tooltip.component.scss

23 lines
433 B
SCSS
Raw Normal View History

.difficulty-tooltip {
position: fixed;
2024-04-23 18:59:26 +02:00
background: color-mix(in srgb, var(--active-bg) 95%, transparent);
border-radius: 4px;
box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
2024-04-23 18:59:26 +02:00
color: var(--tooltip-grey);
padding: 10px 15px;
text-align: left;
pointer-events: none;
max-width: 300px;
min-width: 200px;
text-align: center;
p {
margin: 0;
white-space: nowrap;
}
2023-03-11 18:32:47 +09:00
}
.next-block {
2023-03-11 18:34:51 +09:00
text-transform: lowercase;
2023-03-11 18:32:47 +09:00
}