mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1624: #4272 Menu Items Alignment and Display Icons Correctly if Creating New Process in Tablet View
#4272 Menu Items Alignment and Display Icons Correctly if Creating New Process in Tablet View
This commit is contained in:
committed by
Andreas Schickinger
parent
4e2be8e397
commit
cf38eef3b8
@@ -77,15 +77,19 @@
|
||||
<ng-template #menuTpl>
|
||||
<div class="menu" cdkMenu>
|
||||
<button cdkMenuItem class="menu-item" type="button" (click)="createProcess('product')">
|
||||
<shared-icon class="mr-2" icon="import-contacts"></shared-icon>
|
||||
Artikelsuche
|
||||
</button>
|
||||
<button cdkMenuItem class="menu-item" type="button" (click)="createProcess('customer')">
|
||||
<shared-icon class="mr-2" icon="person"></shared-icon>
|
||||
Kundensuche
|
||||
</button>
|
||||
<button *ifRole="'Store'" cdkMenuItem class="menu-item" type="button" (click)="createProcess('goods-out')">
|
||||
<shared-icon class="mr-2" icon="unarchive"></shared-icon>
|
||||
Warenausgabe
|
||||
</button>
|
||||
<button *ifRole="'CallCenter'" cdkMenuItem class="menu-item" type="button" (click)="createProcess('order')">
|
||||
<shared-icon class="mr-2" icon="deployed-code"></shared-icon>
|
||||
Kundenbestellungen
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -29,7 +29,7 @@ module.exports = plugin(function ({ addComponents, theme, addBase, matchUtilitie
|
||||
display: 'inline-flex',
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
justifyContent: 'left',
|
||||
height: 'var(--menu-item-height)',
|
||||
padding: 'var(--menu-item-padding)',
|
||||
backgroundColor: 'var(--menu-background)',
|
||||
|
||||
Reference in New Issue
Block a user