Getting there
This commit is contained in:
parent
8bae0b30ab
commit
229e169bbf
|
@ -1,3 +1,10 @@
|
||||||
|
@use "sass:selector"
|
||||||
|
|
||||||
|
@mixin top-nav-is-colored
|
||||||
|
@at-root
|
||||||
|
.topNavBarColor &, .topNavBarColor#{&}
|
||||||
|
@content
|
||||||
|
|
||||||
.topNav
|
.topNav
|
||||||
position: fixed
|
position: fixed
|
||||||
z-index: 4
|
z-index: 4
|
||||||
|
@ -12,15 +19,12 @@
|
||||||
grid-template-columns: 1fr auto 1fr
|
grid-template-columns: 1fr auto 1fr
|
||||||
align-items: center
|
align-items: center
|
||||||
|
|
||||||
|
@include top-nav-is-colored
|
||||||
.side
|
|
||||||
display: flex
|
|
||||||
align-items: center
|
|
||||||
|
|
||||||
|
|
||||||
.topNavBarColor
|
|
||||||
background-color: var(--primary-color)
|
background-color: var(--primary-color)
|
||||||
|
|
||||||
|
.menuIcon
|
||||||
|
@include top-nav-is-colored
|
||||||
|
background-color: var(--primary-color-active)
|
||||||
|
|
||||||
.navIcon
|
.navIcon
|
||||||
font-size: 20px
|
font-size: 20px
|
||||||
|
@ -29,42 +33,29 @@
|
||||||
color: var(--primary-text-color)
|
color: var(--primary-text-color)
|
||||||
border-radius: 50%
|
border-radius: 50%
|
||||||
transition: background 0.2s ease-out
|
transition: background 0.2s ease-out
|
||||||
|
width: 1em
|
||||||
|
height: 1em
|
||||||
|
|
||||||
|
@include top-nav-is-colored
|
||||||
.topNavBarColor .navIcon
|
|
||||||
color: var(--text-with-main-color)
|
color: var(--text-with-main-color)
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-color: var(--primary-color-hover)
|
||||||
|
|
||||||
.navIcon:hover
|
&:hover
|
||||||
background-color: var(--side-nav-hover-color)
|
background-color: var(--side-nav-hover-color)
|
||||||
transition: background 0.2s ease-in
|
transition: background 0.2s ease-in
|
||||||
|
|
||||||
|
&:active
|
||||||
.topNavBarColor .navIcon:hover
|
|
||||||
background-color: var(--primary-color-hover)
|
|
||||||
|
|
||||||
|
|
||||||
.navIcon:active
|
|
||||||
background-color: var(--tertiary-text-color)
|
background-color: var(--tertiary-text-color)
|
||||||
transition: background 0.2s ease-in
|
transition: background 0.2s ease-in
|
||||||
|
|
||||||
|
.side
|
||||||
.topNavBarColor .menuIcon:active
|
display: flex
|
||||||
background-color: var(--primary-color-active)
|
align-items: center
|
||||||
|
|
||||||
|
|
||||||
.navBackIcon
|
|
||||||
top: 10px
|
|
||||||
left: 50px
|
|
||||||
|
|
||||||
|
|
||||||
.navForwardIcon
|
|
||||||
top: 10px
|
|
||||||
left: 85px
|
|
||||||
|
|
||||||
|
|
||||||
.navSearchIcon
|
.navSearchIcon
|
||||||
top: 10px
|
@media only screen and (min-width: 681px)
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
.logo
|
.logo
|
||||||
|
@ -96,82 +87,49 @@
|
||||||
width: 100px
|
width: 100px
|
||||||
height: 40px
|
height: 40px
|
||||||
|
|
||||||
|
@media only screen and (max-width: 680px)
|
||||||
|
display: none
|
||||||
|
|
||||||
.logoTextBarColor
|
.logoTextBarColor
|
||||||
background-image: var(--logo-text-bar-color)
|
background-image: var(--logo-text-bar-color)
|
||||||
|
|
||||||
.middle
|
.middle
|
||||||
|
|
||||||
.searchContainer
|
.searchContainer
|
||||||
display: flex
|
display: flex
|
||||||
align-items: center
|
align-items: center
|
||||||
|
|
||||||
|
@include top-nav-is-colored
|
||||||
|
background-color: var(--primary-color-hover)
|
||||||
|
|
||||||
|
@media only screen and (max-width: 680px)
|
||||||
|
position: fixed
|
||||||
|
left: 0
|
||||||
|
right: 0
|
||||||
|
top: 60px
|
||||||
|
display: none
|
||||||
|
background-color: var(--side-nav-color)
|
||||||
|
|
||||||
.searchInput
|
.searchInput
|
||||||
width: 400px
|
width: 420px
|
||||||
|
|
||||||
|
@media only screen and (max-width: 680px)
|
||||||
|
flex: 1
|
||||||
|
|
||||||
.searchFilters
|
.searchFilters
|
||||||
position: absolute
|
position: absolute
|
||||||
margin-left: 270px
|
margin: 10px 20px 20px 270px
|
||||||
margin-right: 20px
|
transition: margin 150ms ease-in-out
|
||||||
margin-top: 10px
|
|
||||||
margin-bottom: 20px
|
|
||||||
transition-property: margin
|
|
||||||
transition-duration: 150ms
|
|
||||||
transition-timing-function: ease-in-out
|
|
||||||
|
|
||||||
|
@media only screen and (max-width: 680px)
|
||||||
|
left: 0
|
||||||
|
right: 0
|
||||||
|
margin: 95px 10px 0px
|
||||||
|
|
||||||
|
// ?
|
||||||
.expand
|
.expand
|
||||||
margin-left: 100px
|
margin-left: 100px
|
||||||
|
|
||||||
|
// unsure where to group this selector instead
|
||||||
@media only screen and (max-width: 680px)
|
@media only screen and (max-width: 680px)
|
||||||
.menuIcon
|
.menuIcon
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
|
|
||||||
.navBackIcon
|
|
||||||
left: 45px
|
|
||||||
|
|
||||||
|
|
||||||
.navForwardIcon
|
|
||||||
left: 80px
|
|
||||||
|
|
||||||
|
|
||||||
.navSearchIcon
|
|
||||||
display: block
|
|
||||||
left: 120px
|
|
||||||
|
|
||||||
|
|
||||||
.logoIcon
|
|
||||||
left: 10px
|
|
||||||
|
|
||||||
|
|
||||||
.logoText
|
|
||||||
display: none
|
|
||||||
|
|
||||||
|
|
||||||
.searchContainer
|
|
||||||
position: fixed
|
|
||||||
display: none
|
|
||||||
width: 100%
|
|
||||||
top: 60px
|
|
||||||
background-color: var(--side-nav-color)
|
|
||||||
|
|
||||||
|
|
||||||
.topNavBarColor .searchContainer
|
|
||||||
background-color: var(--primary-color-hover)
|
|
||||||
|
|
||||||
|
|
||||||
.searchInput
|
|
||||||
width: 80%
|
|
||||||
margin: 0 auto
|
|
||||||
|
|
||||||
|
|
||||||
.navFilterIcon
|
|
||||||
right: 0px
|
|
||||||
|
|
||||||
|
|
||||||
.searchFilters
|
|
||||||
margin-top: 130px
|
|
||||||
margin-left: 10px
|
|
||||||
margin-right: 10px
|
|
||||||
|
|
Loading…
Reference in New Issue