mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[PM-20080] Add spacing to new cipher/send buttons, unify sizing (#17806)
* [PM-20080] Add spacing to new cipher/send buttons, unify sizing * [PM-20080] Use logical css properties and increase spacing
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<button bitButton size="small" [bitMenuTriggerFor]="itemOptions" buttonType="primary" type="button">
|
<button bitButton [bitMenuTriggerFor]="itemOptions" buttonType="primary" type="button">
|
||||||
<i class="bwi bwi-plus" aria-hidden="true"></i>
|
<i class="bwi bwi-plus tw-me-2" aria-hidden="true"></i>
|
||||||
{{ "new" | i18n }}
|
{{ "new" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
<bit-menu #itemOptions>
|
<bit-menu #itemOptions>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<button bitButton [bitMenuTriggerFor]="itemOptions" [buttonType]="buttonType" type="button">
|
<button bitButton [bitMenuTriggerFor]="itemOptions" [buttonType]="buttonType" type="button">
|
||||||
<i *ngIf="!hideIcon" class="bwi bwi-plus" aria-hidden="true"></i>
|
<i *ngIf="!hideIcon" class="bwi bwi-plus tw-me-2" aria-hidden="true"></i>
|
||||||
{{ (hideIcon ? "createSend" : "new") | i18n }}
|
{{ (hideIcon ? "createSend" : "new") | i18n }}
|
||||||
</button>
|
</button>
|
||||||
<bit-menu #itemOptions>
|
<bit-menu #itemOptions>
|
||||||
|
|||||||
Reference in New Issue
Block a user