[fix] Add missing Create Org button to filters (#1650)
This commit is contained in:
parent
2f04c07262
commit
f8a2fae82b
|
@ -10,6 +10,14 @@
|
|||
</button>
|
||||
</span>
|
||||
</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>
|
||||
</ng-container>
|
||||
<ng-container *ngSwitchCase="'personalOwnershipPolicy'">
|
||||
|
|
|
@ -95,7 +95,8 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
button {
|
||||
button,
|
||||
a {
|
||||
@extend .no-btn;
|
||||
}
|
||||
|
||||
|
@ -115,6 +116,7 @@
|
|||
@include themify($themes) {
|
||||
color: themed("linkColor") !important;
|
||||
}
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue