1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/pages/swaps/countdown-timer/index.scss

41 lines
548 B
SCSS
Raw Normal View History

2020-10-06 20:28:38 +02:00
.countdown-timer {
@include H7;
display: flex;
justify-content: center;
2022-08-04 16:03:02 +02:00
@include screen-sm-min {
2020-10-06 20:28:38 +02:00
margin: 0;
}
&__timer-container {
display: flex;
padding-right: 3px;
> span {
display: flex;
padding-left: 4px;
2020-10-06 20:28:38 +02:00
}
&--warning {
.countdown-timer__time {
color: var(--color-error-default);
2020-10-06 20:28:38 +02:00
}
}
}
&__time {
@include H7;
font-weight: bold;
2020-10-06 20:28:38 +02:00
width: 24px;
margin-left: 4px;
margin-right: 2px;
}
div {
display: flex;
align-items: center;
}
}