chainInfo from server, routes, wallet rework

This commit is contained in:
Tim Olson
2023-10-04 03:40:47 -04:00
parent e7a9600c54
commit 7239987867
26 changed files with 603 additions and 297 deletions

View File

@@ -11,4 +11,6 @@
//$variable: false,
$body-font-family: v.$body-font-family,
$heading-font-family: v.$heading-font-family,
$card-title-font-size: 24px,
$app-bar-title-font-size: 32px,
);

View File

@@ -18,9 +18,17 @@
.v-list-subheader {
font-family: v.$heading-font-family;
}
input {
text-align: center;
}
.v-field__input {
justify-content: center;
}
}
.sc {
font-family: v.$heading-font-family;
.uniswap-pink {
color: v.$uniswap-pink;
}

View File

@@ -7,6 +7,8 @@ $blue: #0033CC;
$white: #fffefd; // just a touch green
$black: #000102;
$uniswap-pink: #ff007a;
$primary: $blue;
$primary-50: transparentize($primary,0.5);
$primary-25: transparentize($primary,0.75);
@@ -29,10 +31,19 @@ $all-colors: (
green: $green,
yellow: $yellow,
red: $red,
uniswap: $uniswap-pink,
);
$body-font-family: 'Saira Semi Condensed', monospace, sans-serif; // fairly geometric, horizontal s's, clean sans, readable
//$body-font-family: 'Exo 2', monospace, sans-serif; // good, works with Orbitron
//$body-font-family: 'Jura', monospace, sans-serif; // interesting numbers, zero dot. l-foot but the s is too twisty with light serifs
//$body-font-family: 'Manrope', monospace, sans-serif; // readable, clean, works with Orbitron
//$body-font-family: 'Victor Mono', monospace, sans-serif;
$body-font-family: 'Manrope', monospace, sans-serif;
//$body-font-family: 'Space Grotesk', monospace, sans-serif; // silly serifs on caps
//$body-font-family: 'Rajdhani', monospace, sans-serif; // very thin a little hard to read
//$body-font-family: 'Dosis', monospace, sans-serif; // a little informal, to Dilbert-y
//$body-font-family: 'PT Sans', monospace, sans-serif; // not bad but numbers are too seriffy
//$body-font-family: 'Cairo', monospace, sans-serif; // number baseline is jagged
//$body-font-family: 'Nunito', monospace, sans-serif;
//$body-font-family: 'Sofia Sans', monospace, sans-serif;
//$body-font-family: 'Quantico', sans-serif;
@@ -43,4 +54,4 @@ $heading-font-family: 'Orbitron', sans-serif;
//$heading-font-family: 'Chakra Petch', sans-serif;
$sm-breakpoint: 600px;
$card-maxw: 30rem;
$card-maxw: 40em;