+
+
- Dexorder powers up your favorite DeFi exchanges with advanced order types!
+ Dexorder powers up your favorite DeFi exchange with advanced order types!
- Limit Orders
- DCA and TWAP Orders
- Diagonal Limit Orders
- Stop Loss / Take Profit
- One-Cancels-the-Other (OCO) Groups
- One-Click Cancel All
- Custom Complex Orders
Supports Uniswap v3
+ Limit Orders
+ DCA and TWAP Orders
+ Diagonal Limit Orders
+ Stop Loss / Take Profit
+ One-Cancels-the-Other (OCO) Groups
+ Single-transaction Cancel All
+ Single-transaction Sell Everything
+ Custom Complex Orders
-
+
diff --git a/src/styles/style.scss b/src/styles/style.scss
index b87e785..cb74747 100644
--- a/src/styles/style.scss
+++ b/src/styles/style.scss
@@ -4,7 +4,23 @@
.logo {
font-family: v.$heading-font-family;
font-weight: 500;
+ .arrow {
+
+ }
+ }
+
+ .logo-large {
font-size: 24px;
+ .arrow {
+ font-size: 30px;
+ }
+ }
+
+ .logo-small {
+ font-size: 0.8em;
+ .arrow {
+ font-size: 1.2em;
+ }
}
.title {