Light mode: more fixes & cleanup:

- Remove lots more unused files
- Make light mode toggles for Exchange and Wallet images
- Change layout for exchanges and wallets to work better at some screen
  widths (between mobile and full 1080p)
- Fix light mode styles for some dev tools, carbon calculator, Edit
  button, footer, etc.
This commit is contained in:
mDuo13
2021-07-13 16:53:04 -07:00
parent 88cb4f45de
commit b800df6c93
68 changed files with 2640 additions and 350 deletions

View File

@@ -36,6 +36,7 @@
.page-tx-sender .input-group .form-control {
flex: 1 1 20%;
height: auto;
}
.bootstrap-growl {
@@ -99,3 +100,11 @@
margin: 0 !important;
}
}
.rpc-tool .main {
h1::before, h2::before, h3::before {
// These aren't anchors, and the placement of the anchor fix thing
// causes things above them to be unclickable
display: none;
}
}