mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-19 15:42:41 +00:00
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;
|
||
|
}
|
||
|
}
|
||
|
}
|