From 054fe2cfa960f2a643a4c4f05cd9be97e8d6b8ce Mon Sep 17 00:00:00 2001
From: Tim Olson <>
Date: Sun, 27 Aug 2023 21:48:50 -0400
Subject: [PATCH] style changes
---
index.html | 2 +-
src/components/TimedOrderEntry.vue | 8 +++----
src/styles/style.scss | 38 +++++++++++++++---------------
3 files changed, 23 insertions(+), 25 deletions(-)
diff --git a/index.html b/index.html
index bd129e6..7116cd6 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/src/components/TimedOrderEntry.vue b/src/components/TimedOrderEntry.vue
index b80626b..279b284 100644
--- a/src/components/TimedOrderEntry.vue
+++ b/src/components/TimedOrderEntry.vue
@@ -8,7 +8,7 @@
{{ amountIsBase ? pair.tokenA.symbol : pair.tokenB.symbol }}
-
@@ -19,10 +19,10 @@
{{ amountIsTotal ? 'Split into' : 'Times' }}
- Tranches
+ tranches
+ :label="intervalIsTotal ? 'Completion time' : 'Time between tranches'">
parseFloat(maxPrice.value) )
return 'Must be less than the maximum price'
return true
diff --git a/src/styles/style.scss b/src/styles/style.scss
index 611b5ce..93d3248 100644
--- a/src/styles/style.scss
+++ b/src/styles/style.scss
@@ -1,24 +1,24 @@
@use "/src/styles/vars" as v;
-//.app {
-// .v-btn {
-// font-family: v.$heading-font-family;
-// text-transform: none;
-// }
-//
-// .v-card-title {
-// font-family: v.$heading-font-family;
-// color: v.$blue;
-// }
-//
-// .title {
-// font-family: v.$heading-font-family;
-// }
-//
-// .v-list-subheader {
-// font-family: v.$heading-font-family;
-// }
-//}
+.app {
+ .v-btn {
+ //font-family: v.$heading-font-family;
+ text-transform: none;
+ }
+
+ .v-card-title {
+ font-family: v.$heading-font-family;
+ //color: v.$blue;
+ }
+
+ .title {
+ font-family: v.$heading-font-family;
+ }
+
+ .v-list-subheader {
+ font-family: v.$heading-font-family;
+ }
+}
.sc {