withdrawls

This commit is contained in:
Tim Olson
2023-11-01 00:33:53 -04:00
parent ee61c96d38
commit 16e04b0f90
20 changed files with 438 additions and 189 deletions

View File

@@ -33,8 +33,11 @@
justify-content: center;
}
.v-text-field.text-end input {
text-align: end;
}
}
.uniswap-pink {
color: v.$uniswap-pink;
.uniswap-color {
color: v.$uniswap-color;
}

View File

@@ -4,10 +4,11 @@ $green: #00CC33;
$red: #CC0033;
$yellow: #ffcc00;
$blue: #0033CC;
$white: #fffefd; // just a touch green
$black: #000102;
$white: #fdfffe; // just a touch greenblue
$black: #000201; // just a touch greenblue
$uniswap-pink: #ff007a;
$arbitrum-color: #12aaff;
$uniswap-color: #ff007a;
$primary: $blue;
$primary-50: transparentize($primary,0.5);
@@ -31,7 +32,7 @@ $all-colors: (
green: $green,
yellow: $yellow,
red: $red,
uniswap: $uniswap-pink,
uniswap: $uniswap-color,
);
$body-font-family: 'Saira Semi Condensed', monospace, sans-serif; // fairly geometric, horizontal s's, clean sans, readable
@@ -50,8 +51,9 @@ $body-font-family: 'Saira Semi Condensed', monospace, sans-serif; // fairly geom
//$body-font-family: 'Chakra Petch', sans-serif;
//$heading-font-family: 'Tektur', sans-serif;
$heading-font-family: 'Orbitron', sans-serif;
//$heading-font-family: 'Exo 2', sans-serif;
//$heading-font-family: 'Quantico', sans-serif;
//$heading-font-family: 'Chakra Petch', sans-serif;
$sm-breakpoint: 600px;
$card-maxw: 25em;
$card-maxw: 34em;