1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 04:46:10 +01:00
metamask-extension/ui/pages/confirm-transaction-base/transaction-alerts/transaction-alerts.scss
dragana8 662c19d4da
Implement Network specific insufficient currency warning #12965 (#13182)
* added warning

fix

added warning for send screen

fix

changed condition

fix

fixed test

review updates

* review updates

* fix

* fixed failing test

* added check for transaction type

* fixed failing unit test

* added description for localization

* review updates

* review updates
2022-02-23 11:33:01 -03:30

30 lines
413 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);
}
}
&__link {
background: transparent;
border: 0 transparent;
display: inline;
padding: 0;
font-size: $font-size-h7;
}
}