mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 19:44:21 +00:00
4f6e83acf4
* Check offline status immediately. * If they start the page offline, show a less severe error message. * Get rid of offline aware header. Disable wallet options when offline. * Add online indicator to the header. * Prevent some components from render, some requests from firing when offline. * Allow for array of elements with typing. * Dont show dollars in fee summary when offline. * Fix up saga tests. * Fix sidebar component offline styles. * Remove force offline. * Dont request rates if offline. * Nonce in advanced, show even of online. * Show invalid advanced props. * Fix up offline poll tests.
50 lines
634 B
SCSS
50 lines
634 B
SCSS
@import "common/sass/variables";
|
|
|
|
.TokenBalances {
|
|
&-title {
|
|
margin-top: 0;
|
|
}
|
|
|
|
&-help {
|
|
font-size: $font-size-small;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
&-scan {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
&-none {
|
|
text-align: center;
|
|
margin-bottom: -5px;
|
|
}
|
|
|
|
&-loader {
|
|
padding: 25px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
&-rows {
|
|
width: 100%;
|
|
margin-bottom: $space;
|
|
}
|
|
|
|
&-form {
|
|
margin-top: $space;
|
|
}
|
|
|
|
&-buttons {
|
|
&-help {
|
|
padding-top: 10px;
|
|
text-align: center;
|
|
font-size: $font-size-xs;
|
|
color: $gray;
|
|
}
|
|
}
|
|
|
|
&-offline {
|
|
margin-bottom: 0;
|
|
text-align: center;
|
|
}
|
|
}
|