2021-11-23 19:18:44 +01:00
|
|
|
.transaction-alerts {
|
2021-11-24 18:02:53 +01:00
|
|
|
text-align: left;
|
2021-11-23 19:18:44 +01:00
|
|
|
|
2021-11-24 18:02:53 +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 {
|
2022-03-22 19:28:23 +01:00
|
|
|
color: var(--color-primary-default);
|
2021-11-23 19:18:44 +01:00
|
|
|
}
|
|
|
|
}
|
2022-02-23 16:03:01 +01:00
|
|
|
|
|
|
|
&__link {
|
|
|
|
background: transparent;
|
|
|
|
border: 0 transparent;
|
|
|
|
display: inline;
|
|
|
|
padding: 0;
|
|
|
|
font-size: $font-size-h7;
|
|
|
|
}
|
2021-11-23 19:18:44 +01:00
|
|
|
}
|