1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +01:00
metamask-extension/ui/pages/confirm-transaction-base/transaction-alerts/transaction-alerts.scss

22 lines
267 B
SCSS
Raw Normal View History

2021-11-23 19:18:44 +01:00
.transaction-alerts {
text-align: left;
2021-11-23 19:18:44 +01:00
& > *:first-of-type {
margin-top: 20px;
}
& > *:not(:first-of-type) {
2021-11-23 19:18:44 +01:00
margin-top: 12px;
}
& strong {
font-weight: bold;
}
&__pending-transactions {
& a {
color: $primary-1;
}
}
}