From 60c6d7cfc7e106da5b6b868b196c433430f497c0 Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 10 Jun 2024 01:25:11 -0400 Subject: [PATCH] Adjust header and table --- src/styles/index.scss | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index f709875..cf4d7f7 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -19,12 +19,12 @@ table { border: 1px solid #111111; padding: 8px; } - tr:nth-child(even){background-color: #323232;} - tr:nth-child(even){background-color: #323232;} + tr:nth-child(odd){background-color: #333333;} + tr:nth-child(even){background-color: #141414;} tr:hover {background-color: #454545;} th { padding-top: 12px; - padding-bottom: 12px; + padding-bottom: 12pqx; text-align: left; background-color: #070707; color: white; @@ -52,6 +52,19 @@ header { .header-content { max-width: 1200px; margin: auto; + display: flex; + align-items: center; + justify-content: space-between; + .end { + display: flex; + gap: 6px; + a { + text-decoration: none; + background: #373737; + border-radius: 6px; + padding: 8px 16px; + } + } } } @@ -76,9 +89,6 @@ header { } } .document { - background: #232323; - border-radius: 4px; - padding: 12px 24px; height: max-content; img { width: 100%;