diff --git a/src/components/Modal.vue b/src/components/Modal.vue index 1830b73..4477301 100644 --- a/src/components/Modal.vue +++ b/src/components/Modal.vue @@ -26,7 +26,7 @@ defineProps<{ .modal { position: relative; background-color: var(--c-background); - border-radius: 1.5em; + border-radius: 1em; box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.5); min-height: 25%; max-height: 80%; diff --git a/src/components/ModalView.vue b/src/components/ModalView.vue index 6cac1bc..9f570ae 100644 --- a/src/components/ModalView.vue +++ b/src/components/ModalView.vue @@ -13,7 +13,10 @@ class="overlay clickthrough modal-wrapper col center" style="height: 100%" > - + diff --git a/src/components/PlayerOptions.vue b/src/components/PlayerOptions.vue new file mode 100644 index 0000000..0068035 --- /dev/null +++ b/src/components/PlayerOptions.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/src/components/PlayerSearch.vue b/src/components/PlayerSearch.vue new file mode 100644 index 0000000..ef14023 --- /dev/null +++ b/src/components/PlayerSearch.vue @@ -0,0 +1,79 @@ + + + + + diff --git a/src/components/PlayerSelection.vue b/src/components/PlayerSelection.vue new file mode 100644 index 0000000..d42a233 --- /dev/null +++ b/src/components/PlayerSelection.vue @@ -0,0 +1,70 @@ + + + diff --git a/src/style.css b/src/style.css index 938e6a2..9a5b1d6 100644 --- a/src/style.css +++ b/src/style.css @@ -34,7 +34,6 @@ button { background-color: #1a1a1a; cursor: pointer; transition: border-color 0.25s; - flex: 1; } button:hover { border-color: var(--c-green); @@ -59,6 +58,10 @@ button:disabled { gap: 1em; } +.row > button { + flex: 1; +} + .spaced { justify-content: space-between; } @@ -68,7 +71,9 @@ button:disabled { } input { - padding: 0.5em; + padding: 1em; + border-radius: 0.5em; + border: none; } .clickable { diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index db82e21..b6b1694 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -15,43 +15,35 @@ -

Select Players

-
- -
+

- +