A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.countdown-timer {
|
|
|
|
@include H7;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
@media screen and (min-width: $break-large) {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__timer-container {
|
|
|
|
display: flex;
|
|
|
|
padding-right: 3px;
|
|
|
|
|
|
|
|
> span {
|
|
|
|
display: flex;
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--warning {
|
|
|
|
.countdown-timer__time {
|
|
|
|
color: var(--Red-500);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__time {
|
|
|
|
@include H7;
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
width: 24px;
|
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|