Skip to content
Snippets Groups Projects
Commit 3fd6b759 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

burger-close

parent eabb3fcb
No related branches found
No related tags found
No related merge requests found
......@@ -206,6 +206,7 @@ $icons: map-merge($icons, ("eye": "\e901"))
$icons: map-merge($icons, ("download": "\e900"))
$icons: map-merge($icons, ("close": "\e90e"))
$icons: map-merge($icons, ("burger": "\e902"))
$icons: map-merge($icons, ("burger-close": "\e905"))
$icons: map-merge($icons, ("arrow-next": "\e909"))
$icons: map-merge($icons, ("arrow-previous": "\e908"))
$icons: map-merge($icons, ("arrow-last": "\e907"))
......
......@@ -118,5 +118,5 @@ header#document-header
&[aria-expanded="true"]
span:last-of-type
&::before
content: map-get($icons, "close")
content: map-get($icons, "burger-close")
margin-right: $icon-close-margin-right
No preview for this file type
No preview for this file type
No preview for this file type
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