106 lines
1.4 KiB
Plaintext
Raw Normal View History

#navigation
2016-11-29 03:37:36 +00:00
horizontal
padding 0 content-padding
overflow hidden
2016-12-01 15:27:53 +00:00
background-color nav-color
justify-content center
2016-12-01 15:27:53 +00:00
// border-bottom ui-border
.navigation-link
color nav-link-color
2016-12-01 15:27:53 +00:00
:after
content ""
display block
height 3px
background-color main-color
transform scaleX(0)
opacity 0
default-transition
:hover,
&.active
color nav-link-hover-color
cursor pointer
2016-12-01 15:27:53 +00:00
:after
transform scaleX(1.0)
opacity 1
&.active
2016-12-01 15:27:53 +00:00
// text-shadow 1px 1px 3px rgba(4, 4, 4, 0.5)
text-shadow 1px 1px 3px rgba(4, 4, 4, 0.1)
.navigation-button
2017-06-16 16:12:18 +00:00
horizontal
2017-06-07 23:14:45 +00:00
font-size 1em
line-height 1em
padding 0.75em 1em
2017-06-16 16:12:18 +00:00
.icon
margin-right 0
.navigation-text
display none
2017-06-20 19:37:52 +00:00
#search
display none
border-radius 0
background text-color
border none
color white
:focus
border none !important
box-shadow none
2017-06-18 15:16:40 +00:00
.extra-navigation
display none
.navigation-text
display none
.navigation-button
.icon
margin-right 0
2017-06-07 23:14:45 +00:00
> 330px
.navigation-button
font-size 1.3em
> 930px
2016-12-06 11:06:13 +00:00
.navigation-button
font-size 1.1em
#navigation
justify-content flex-start
2017-06-20 19:37:52 +00:00
.logged-out
.navigation-text
display inline-block
.navigation-button
.icon
margin-right 0.5em
#search
display block
flex 1
2017-06-18 15:16:40 +00:00
.extra-navigation
horizontal
justify-content flex-end
2017-06-07 23:14:45 +00:00
< 400px height
#navigation
vertical
height 100%
padding content-padding 0
#container
2017-06-18 15:16:40 +00:00
horizontal
.extra-navigation
2017-06-20 19:37:52 +00:00
display none
#search
2017-06-18 15:16:40 +00:00
display none