Cleanup and re-arrange
This commit is contained in:
parent
15e0999e11
commit
0af5a1679a
1 changed files with 10 additions and 33 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
@use '/src/assets/css/viewport.sass' as view
|
@use '/src/assets/css/viewport.sass' as view
|
||||||
|
@use '/src/assets/css/variables.sass' as vars
|
||||||
@use 'sass:color'
|
@use 'sass:color'
|
||||||
|
|
||||||
$background: rgba(15, 66, 114, 0.426)
|
$text: vars.$textColor
|
||||||
$text: #f1f1f1
|
|
||||||
$coffeeColor: #1a726e
|
$coffeeColor: #1a726e
|
||||||
|
|
||||||
.navbar
|
.navbar
|
||||||
|
|
@ -10,9 +10,15 @@ $coffeeColor: #1a726e
|
||||||
justify-content: left
|
justify-content: left
|
||||||
gap: 1.25rem
|
gap: 1.25rem
|
||||||
align-items: center
|
align-items: center
|
||||||
// background-color: $background
|
|
||||||
padding: 1.25rem
|
padding: 1.25rem
|
||||||
// border-radius: 8px
|
|
||||||
|
&__icon
|
||||||
|
padding: 0.55rem 0.75rem
|
||||||
|
border-radius: 50%
|
||||||
|
margin: -0.75rem
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-color: #425b76
|
||||||
|
|
||||||
.searchbox-container
|
.searchbox-container
|
||||||
flex-grow: 1
|
flex-grow: 1
|
||||||
|
|
@ -20,35 +26,6 @@ $coffeeColor: #1a726e
|
||||||
@media screen and (max-width: view.$tablet)
|
@media screen and (max-width: view.$tablet)
|
||||||
display: none
|
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
|
.buymeacoffee-icon
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue