[fix] Add missing Create Org button to filters (#1650)
This commit is contained in:
parent
2f04c07262
commit
f8a2fae82b
|
@ -10,6 +10,14 @@
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="filter-option">
|
||||||
|
<span class="filter-buttons">
|
||||||
|
<a href="#" routerLink="/settings/create-organization" class="filter-button">
|
||||||
|
<i class="bwi bwi-plus bwi-fw" aria-hidden="true"></i>
|
||||||
|
{{ "newOrganization" | i18n }}
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngSwitchCase="'personalOwnershipPolicy'">
|
<ng-container *ngSwitchCase="'personalOwnershipPolicy'">
|
||||||
|
|
|
@ -95,7 +95,8 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
button {
|
button,
|
||||||
|
a {
|
||||||
@extend .no-btn;
|
@extend .no-btn;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -115,6 +116,7 @@
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
color: themed("linkColor") !important;
|
color: themed("linkColor") !important;
|
||||||
}
|
}
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue