From 131e77782febc79faaf6f5c5d03dce9c10116703 Mon Sep 17 00:00:00 2001 From: Marc Hyeler Date: Tue, 21 May 2024 19:15:45 -0700 Subject: [PATCH] update submit buttons --- src/routes/(app)/register/views/Final.svelte | 62 ++++++++++++++------ 1 file changed, 45 insertions(+), 17 deletions(-) diff --git a/src/routes/(app)/register/views/Final.svelte b/src/routes/(app)/register/views/Final.svelte index 314eb16..ea9a71e 100644 --- a/src/routes/(app)/register/views/Final.svelte +++ b/src/routes/(app)/register/views/Final.svelte @@ -104,22 +104,7 @@ justify-content: center; } - .submit { - width: 100%; - height: 35px; - background-color: #0082ff; - border: none; - border-radius: 4px; - font-weight: bold; - margin-top: 4px; - cursor: pointer; - transition-duration: 150ms; - color: var(--text); - } - .submit:hover { - background-color: #577db2; - } .item { /*background-color: green;*/ @@ -154,6 +139,27 @@ flex-direction: column; } + .nav-btn { + flex: 1; + height: 35px; + background-color: #0082ff; + border: none; + border-radius: 4px; + font-weight: bold; + cursor: pointer; + transition-duration: 150ms; + color: var(--text); + display: flex; + align-items: center; + justify-content: center; + gap: 10px; + + } + + .nav-btn:hover { + background-color: #577db2; + } + .material-symbols-outlined { color: #d6d6d6; width: 24px; @@ -167,6 +173,17 @@ "opsz" 24; } + .button-cont { + margin-top: 10px; + height: 35px; + width: 100%; + display: flex; + align-items: center; + justify-content: space-between; + flex-direction: row; + gap: 10px; + } + @media only screen and (max-width: 600px) { .box { row-gap: 30px; @@ -216,8 +233,19 @@
Your locker is assigned randomly
- - + + + +
+ + +