Cloud icon on sidebar
This commit is contained in:
@@ -149,6 +149,11 @@ nav.sidebar
|
|||||||
&:active
|
&:active
|
||||||
outline: none
|
outline: none
|
||||||
|
|
||||||
|
&.cloud
|
||||||
|
i
|
||||||
|
position: relative
|
||||||
|
left: -4px
|
||||||
|
|
||||||
a.dropdown-toggle
|
a.dropdown-toggle
|
||||||
padding: 0
|
padding: 0
|
||||||
margin: 0
|
margin: 0
|
||||||
|
@@ -26,6 +26,10 @@ html(lang="en")
|
|||||||
#col_sidebar
|
#col_sidebar
|
||||||
nav.sidebar(role='navigation')
|
nav.sidebar(role='navigation')
|
||||||
ul
|
ul
|
||||||
|
li
|
||||||
|
a.navbar-item.cloud(href="{% if project %}{{url_for('projects.view', project_url=project.url)}}{% else %}{{ url_for('main.homepage') }}{% endif %}",
|
||||||
|
title='Blender Cloud')
|
||||||
|
i.pi-blender-cloud
|
||||||
li
|
li
|
||||||
a.navbar-item.attract(href="{{ url_for('attract.index') }}",
|
a.navbar-item.attract(href="{{ url_for('attract.index') }}",
|
||||||
title='Attract')
|
title='Attract')
|
||||||
|
Reference in New Issue
Block a user