10 lines
166 B
SCSS
10 lines
166 B
SCSS
#tx-status {
|
|
.popup-txsent {
|
|
font-size: 5rem;
|
|
color: #4A90E2;
|
|
}
|
|
.popup-txsigned i, .popup-txrejected i {
|
|
font-size: 5rem;
|
|
color: #4A90E2;
|
|
}
|
|
}
|