mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-12 12:47:14 +01:00
17 lines
239 B
SCSS
17 lines
239 B
SCSS
.time-remaining {
|
|
color: #313A5E;
|
|
font-size: 16px;
|
|
|
|
.minutes-num, .seconds-num {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.seconds-num {
|
|
margin-left: 7px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.minutes-label, .seconds-label {
|
|
font-size: 16px;
|
|
}
|
|
} |