mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-12 03:54:13 +00:00
be61d804e0
* Component layer and routing for transaction status. * Initial start on redux for transactions. * Initial crack at reducer / actions / saga for transactions. * Finish off check transaction saga, reducer, component, and page.
13 lines
168 B
SCSS
13 lines
168 B
SCSS
@import 'common/sass/variables';
|
|
|
|
.CheckTransaction {
|
|
&-form {
|
|
text-align: center;
|
|
|
|
&-desc {
|
|
max-width: 580px;
|
|
margin: 0 auto $space;
|
|
}
|
|
}
|
|
}
|