Skip to content
Snippets Groups Projects
Commit 6f6d671a authored by Olivia206's avatar Olivia206
Browse files

fixed #185

parent a38f5107
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ footer#document-footer
@include icon(caret-bottom, after)
@include meta
align-items: center
color: inherit
cursor: pointer
display: flex
justify-content: start
......@@ -51,6 +52,7 @@ footer#document-footer
&[aria-expanded="true"]
background: $dropdown-i18n-background-color
justify-content: space-between
color: $color-text
width: 100%
+ .dropdown-menu
animation-duration: unset
......@@ -67,6 +69,8 @@ footer#document-footer
.dropdown-menu
@include meta
background: $dropdown-i18n-background-color
a
color: $color-text
@include media-breakpoint-up(desktop)
left: 0
margin-top: px2rem(17)
......@@ -138,6 +142,7 @@ footer#document-footer
justify-content: space-between
padding-bottom: $spacing3
+ .container
align-items: flex-end
padding-top: $spacing3
padding-bottom: 0
.footer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment