diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-05-26 10:48:43 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-05-26 10:48:43 +0200 |
| commit | 5ced7f916d94e86e9a7ec164bee56f9a8e3a2a3a (patch) | |
| tree | b1ef5afa17b4a2f9fb2cbd683afc2fb6d905b5e1 /src/Layout.css | |
| parent | 4637373b50636e78dc2c7b6f99be879edb4ff7dc (diff) | |
Replace Azure SWA with custom server
Diffstat (limited to 'src/Layout.css')
| -rw-r--r-- | src/Layout.css | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/src/Layout.css b/src/Layout.css deleted file mode 100644 index 0148da4..0000000 --- a/src/Layout.css +++ /dev/null @@ -1,60 +0,0 @@ -.app-container { - display: flex; - flex-direction: column; - height: 100vh; - width: 100%; - overflow: hidden; -} - -.main-content { - flex: 1; - overflow: auto; - padding-bottom: 60px; /* Extra padding to ensure content isn't hidden behind navbar */ -} - -.nav-bar { - position: fixed; - bottom: 0; - left: 0; - right: 0; - z-index: 5; - - background-color: var(--background-color); - display: flex; - justify-content: space-around; - align-items: center; - height: 60px; - border-top: 1px solid var(--border-color); - box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); -} - -.nav-item { - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - padding: 8px; - color: #616161; - text-decoration: none; - width: 33.3%; - font-size: 14px; -} - -.nav-item.active { - color: var(--button-background-color); -} - -.theme-toggle { - background: none; - border: none; - cursor: pointer; - color: inherit; - display: flex; - align-items: center; - justify-content: center; - padding: 8px; -} - -.theme-toggle:hover { - color: var(--button-hover-background-color); -}
\ No newline at end of file |
