mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-27 11:24:46 +00:00
67b2e6491c
* Refactor BaseNode to be an interface INode * Initial contract commit * Remove redundant fallback ABI function * First working iteration of Contract generator to be used in ENS branch * Hide abi to clean up logging output * Strip 0x prefix from output decode * Handle unnamed output params * Implement ability to supply output mappings to ABI functions * Fix null case in outputMapping * Add flow typing * Add .call method to functions * Partial commit for type refactor * Temp contract type fix -- waiting for NPM modularization * Remove empty files * Cleanup contract * Add call request to node interface * Fix output mapping types * Revert destructuring overboard * Add sendCallRequest to rpcNode class and add typing * Use enum for selecting ABI methods * Add transaction capability to contracts * Cleanup privaite/public members * Remove broadcasting step from a contract transaction * Cleanup uneeded types * Refactor ens-base to typescript and add typings for ENS smart contracts * Migrate ens-name-search to TS * Add IResolveDomainRequest * Fix rest of TSC errors * Add definition file for bn.js * Remove types-bn * Fix some typings * make isBN a static property * progress commit -- swap out bignumber.js for bn.js * Swap out bignumber for bn in vendor * Change modn to number return * Start to strip out units lib for a string manipulation based lib * Convert codebase to only base units * Get rid of useless component * Handle only wei in values * Use unit conversion in sidebar * Automatically strip hex prefix, and handle decimal edge case * Handle base 16 wei in transactions * Make a render callback component for dealing with unit conversion * Switch contracts to use bn.js, and get transaction values from signedTx instead of state * Get send transaction working with bn.js * Remove redundant hex stripping, return base value of tokens * Cleanup unit file * Re-implement toFixed for strings * Use formatNumber in codebase * Cleanup code * Undo package test changes * Update snapshot and remove console logs * Use TokenValue / Wei more consistently where applicable * Add typing to deterministicWallets, fix confirmation modal, make UnitDisplay more flexible * Split different ENS modes into their own components * Fix Abi typedef * Remove redundant moment type package * Add Aux helper component * Split out resolve components * Make 'to' parameter optional * Change import type * Change typing to be base domain request * Split handling of resolving into object handler * Fix countdown component * Adjust element spacing * Implement reveal search functionality * Add unit display for highest bidder * Fill out forbidden/NYA modes * ENS wallet component skeleton * Clean up prop handling in UnitDisplay * Change instanceof to typeof check, change boolean of displayBalance * Add ENS wallet component * Cleanup spacing * Convert ConfModal for bidding in ENS * Make ui component for placing bids * Fix destructure in placeBid * Pass through entire wallet * Remove text center * Display inline notification ENS isValid & add some ENS tests * Add export of Aux * Reformat with prettier * progress... * Add ENSUnlockLayout * Add RevealBid component * organize NameResolve components * Merge ENS with transaction-refactor changes * Fix address resolution * Update styles * convert ens name to lowercase before checking * Add overflow-y:scroll to table * update ens snapshots & tests * cast 'undefined' state argument as any for testing * clean up components * Connect unitconverter to redux state * remove unnecessary type assertion * fix spinner size * remove old bidmodal * validate bidmask before opening modal * progress... * Update styles * Add saga / actions for placing a bid * Update types & clean up dead code * Delete old test * Dispatch PlaceBidRequested acitons * Progress commit -- get ENS bidding ready for tx generation via sagas * Seperate ENS action creators and types * Add reducer & actions for ENS fields * Add preliminary sagas for bid mask and bid value * Initial commit * Add loading indicator * Remove some bidding components * Revert bidding files * Remove more bidding code * Remove rest of bidding code * Fix ENS error message * Revert value saga changes * Remove error param from setting 'To' field * Fix existing ENS test * Cleanup address resolution, remove dead code * Remove error messages from unimplemented ENS * Fix last character being not set bug * Remove error state from Meta * Rename isGenesisAddress to isCreationAddress
150 lines
2.4 KiB
SCSS
150 lines
2.4 KiB
SCSS
@import 'common/sass/variables';
|
|
|
|
// footer
|
|
.Footer {
|
|
background-color: $ether-navy;
|
|
color: white;
|
|
padding-top: $space-xs;
|
|
padding-bottom: $space-sm;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
text-align: center;
|
|
align-items: center;
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
flex-direction: row;
|
|
text-align: left;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
& > div {
|
|
padding: 8px 16px;
|
|
}
|
|
|
|
&-social-media-wrap {
|
|
margin-top: 32px;
|
|
& .Footer-social-media-link {
|
|
transition: opacity 0.3s;
|
|
color: white;
|
|
margin: 1rem;
|
|
margin-left: 0;
|
|
&:hover {
|
|
opacity: 0.8;
|
|
color: white;
|
|
}
|
|
&:focus {
|
|
opacity: 0.8;
|
|
color: white;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-affiliate-wrap {
|
|
& .Footer-affiliate-tag {
|
|
background-color: #0e97c0;
|
|
display: inline-block;
|
|
padding: 4px 12px;
|
|
border-radius: 30px;
|
|
margin: 0rem 0.5rem 0.5rem 0px;
|
|
transition: color 0.3s, background-color 0.3s;
|
|
&:hover {
|
|
background-color: white;
|
|
color: #0e97c0;
|
|
}
|
|
& a {
|
|
transition: color 0s;
|
|
color: inherit;
|
|
&:hover {
|
|
color: inherit;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
&-column {
|
|
padding: 1rem 2rem;
|
|
}
|
|
|
|
&-about {
|
|
&-logo {
|
|
width: 100%;
|
|
height: auto;
|
|
max-width: 20rem;
|
|
}
|
|
&-text {
|
|
max-width: 50ch;
|
|
}
|
|
}
|
|
|
|
&-about,
|
|
&-links,
|
|
&-info {
|
|
& > a {
|
|
display: block;
|
|
font-size: 0.9rem;
|
|
margin-top: 0.5rem;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
}
|
|
|
|
&-modal-button {
|
|
color: #4ac8ed;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
border: none;
|
|
text-align: left;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-weight: 300;
|
|
transition: 500ms all ease-in-out;
|
|
&:hover {
|
|
color: #0e97c0;
|
|
}
|
|
}
|
|
|
|
p {
|
|
margin: $space-xs 0 $space-sm;
|
|
}
|
|
|
|
a,
|
|
.Footer-modal-button {
|
|
color: #7fe5ff;
|
|
font-weight: 400;
|
|
transition: color 0.3s;
|
|
&:hover,
|
|
&:focus {
|
|
opacity: 1;
|
|
color: darken(#4ac8ed, 5%);
|
|
}
|
|
}
|
|
|
|
h5 {
|
|
font-size: $font-size-bump;
|
|
margin: $font-size-small 0 0;
|
|
|
|
i {
|
|
margin-right: 0.25em;
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
margin-left: -1.5em;
|
|
}
|
|
}
|
|
}
|
|
|
|
ul {
|
|
list-style: none;
|
|
padding-left: 0;
|
|
margin: 0 0 $space-xs 0;
|
|
}
|
|
|
|
li,
|
|
p {
|
|
font-size: $font-size-small;
|
|
margin: $space-sm 0;
|
|
}
|
|
}
|
|
|
|
.Modal {
|
|
color: #000;
|
|
}
|