Cleanup and re-arrange

This commit is contained in:
Patrick Alvin Alcala 2025-06-05 14:19:26 +08:00
parent 15e0999e11
commit 0af5a1679a

View file

@ -1,8 +1,8 @@
@use '/src/assets/css/viewport.sass' as view
@use '/src/assets/css/variables.sass' as vars
@use 'sass:color'
$background: rgba(15, 66, 114, 0.426)
$text: #f1f1f1
$text: vars.$textColor
$coffeeColor: #1a726e
.navbar
@ -10,9 +10,15 @@ $coffeeColor: #1a726e
justify-content: left
gap: 1.25rem
align-items: center
// background-color: $background
padding: 1.25rem
// border-radius: 8px
&__icon
padding: 0.55rem 0.75rem
border-radius: 50%
margin: -0.75rem
&:hover
background-color: #425b76
.searchbox-container
flex-grow: 1
@ -20,35 +26,6 @@ $coffeeColor: #1a726e
@media screen and (max-width: view.$tablet)
display: none
.menuButton
background: none
border: none
color: $text
cursor: pointer
font-size: 1rem
.menu
display: flex
list-style-type: none
margin: 0
padding: 0
& li a
color: $text
text-decoration: none
padding: 0.5rem 1rem
&.open
display: flex
.icon
padding: 0.55rem 0.75rem
border-radius: 50%
margin: -0.75rem
&:hover
background-color: #425b76
.buymeacoffee-icon
display: none