Cloud icon on sidebar
This commit is contained in:
@@ -149,6 +149,11 @@ nav.sidebar
|
||||
&:active
|
||||
outline: none
|
||||
|
||||
&.cloud
|
||||
i
|
||||
position: relative
|
||||
left: -4px
|
||||
|
||||
a.dropdown-toggle
|
||||
padding: 0
|
||||
margin: 0
|
||||
|
@@ -26,6 +26,10 @@ html(lang="en")
|
||||
#col_sidebar
|
||||
nav.sidebar(role='navigation')
|
||||
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
|
||||
a.navbar-item.attract(href="{{ url_for('attract.index') }}",
|
||||
title='Attract')
|
||||
|
Reference in New Issue
Block a user