mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-23 22:17:14 +02:00
docs: update upgrading / changelog to v0.7.2 (#601)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
e0dd6734d3
commit
b423b234e9
5 changed files with 183 additions and 152 deletions
|
@ -42,12 +42,22 @@ $MQMobileNarrow = 419px
|
|||
background-color: $navbar-background !important
|
||||
color: $navbar-text-color !important
|
||||
padding-left 0rem
|
||||
.site-name
|
||||
display: none !important
|
||||
|
||||
.nav-links
|
||||
a
|
||||
&:hover, &.router-link-active
|
||||
color lighten($textColor, 8%) !important
|
||||
|
||||
|
||||
.dropdown-wrapper
|
||||
.dropdown-title
|
||||
color $textColor !important
|
||||
.nav-dropdown
|
||||
.dropdown-item
|
||||
color $textColor !important
|
||||
|
||||
@media (min-width: $MQMobile)
|
||||
.nav-links a
|
||||
&:hover, &.router-link-active
|
||||
|
@ -56,19 +66,14 @@ $MQMobileNarrow = 419px
|
|||
&:hover, &.router-link-active
|
||||
margin-bottom -2px
|
||||
border-bottom 2px solid lighten($navbar-text-color, 8%) !important
|
||||
|
||||
|
||||
|
||||
.dropdown-wrapper
|
||||
.dropdown-title
|
||||
color $navbar-text-color !important
|
||||
|
||||
@media (max-width: $MQMobile)
|
||||
.dropdown-wrapper
|
||||
.dropdown-title
|
||||
color $textColor !important
|
||||
|
||||
@media (min-width: $MQMobile)
|
||||
.dropdown-wrapper
|
||||
.dropdown-title
|
||||
color $navbar-text-color !important
|
||||
.nav-dropdown
|
||||
.dropdown-item
|
||||
color $textColor !important
|
||||
|
||||
@media (max-width: $MQMobile)
|
||||
.navbar
|
||||
.site-name
|
||||
display: none !important
|
Loading…
Add table
Add a link
Reference in a new issue