mirror of
https://github.com/bitwarden/web
synced 2025-12-15 07:43:16 +00:00
[fix] Add missing Create Org button to filters (#1650)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user