Skip to content
Snippets Groups Projects
Commit af0ddbee authored by Kyle Doherty's avatar Kyle Doherty
Browse files

replace and remove gear

parent 85ec7133
Branches
Tags
No related merge requests found
<svg id="cog" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentcolor" ng-attr-width="{{width}}" ng-attr-height="{{height}}">
<path d="M14 0 H18 L19 6 L20.707 6.707 L26 3.293 L28.707 6 L25.293 11.293 L26 13 L32 14 V18 L26 19 L25.293 20.707 L28.707 26 L26 28.707 L20.707 25.293 L19 26 L18 32 L14 32 L13 26 L11.293 25.293 L6 28.707 L3.293 26 L6.707 20.707 L6 19 L0 18 L0 14 L6 13 L6.707 11.293 L3.293 6 L6 3.293 L11.293 6.707 L13 6 L14 0 z M16 10 A6 6 0 0 0 16 22 A6 6 0 0 0 16 10 "></path>
</svg>
\ No newline at end of file
......@@ -84,11 +84,11 @@
<div class="wrapper flex align-center">
<!-- org title -->
<div class="NavTitle flex align-center" ng-if="!user.is_multi_org">
<cv-gear-icon class="AdminGear" width="22px" height="22px"></cv-gear-icon>
<mb-icon name="gear" class="AdminGear" width="22px" height="22px"></mb-icon>
<span class="NavItem-text">{{currentOrg.name}} Admin</span>
</div>
<div class="NavTitle flex align-center Dropdown" dropdown on-toggle="toggled(open)" ng-if="user.is_multi_org">
<cv-gear-icon class="AdminGear" width="22px" height="22px"></cv-gear-icon>
<mb-icon name="gear" class="AdminGear" width="22px" height="22px"></mb-icon>
<span dropdown-toggle>
<span class="NavItem-text">{{currentOrg.name}} Admin</span>
<cv-chevron-down-icon width="8px" height="8px"></cv-chevron-down-icon>
......@@ -128,7 +128,7 @@
<nav class="AdminNav" ng-show="nav === 'superadmin'">
<div class="wrapper flex align-center">
<div class="NavTitle flex align-center">
<cv-gear-icon class="AdminGear" width="22px" height="22px"></cv-gear-icon>
<mb-icon name="gear" class="AdminGear" width="22px" height="22px"></mb-icon>
<span class="NavItem-text ml1">Site Administration</span>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment