mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
22 lines
273 B
SCSS
22 lines
273 B
SCSS
.transaction-alerts {
|
|
text-align: left;
|
|
|
|
& > *:first-of-type {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
& > *:not(:first-of-type) {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
& strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
&__pending-transactions {
|
|
& a {
|
|
color: var(--primary-1);
|
|
}
|
|
}
|
|
}
|