mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
29 lines
377 B
SCSS
29 lines
377 B
SCSS
.desktop-pairing {
|
|
&__countdown-timer {
|
|
font-size: 12px;
|
|
}
|
|
|
|
&__countdown-timer-seconds {
|
|
color: var(--color-primary-default);
|
|
min-width: 180px;
|
|
}
|
|
|
|
&__otp {
|
|
letter-spacing: 10px;
|
|
}
|
|
|
|
&__tooltip-wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
&__clickable:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
&__icon {
|
|
path {
|
|
fill: var(--color-icon-default);
|
|
}
|
|
}
|
|
}
|