mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 18:45:38 +00:00
b4f2934878
* Show warning when no tokens are found. * Rework no tokens message so users can still add customs or scan for new ones.
45 lines
569 B
SCSS
45 lines
569 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;
|
|
}
|
|
}
|
|
}
|