withdrawls
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user