mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#1084 Center Format Detail Icon
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
class="isa-mr-9"
|
||||
name="Icon_{{ item.product.format }}"
|
||||
></lib-icon>
|
||||
<strong>{{ item.product.formatDetail }}</strong>
|
||||
<strong class="item-type-text">{{ item.product.formatDetail }}</strong>
|
||||
</div>
|
||||
<ng-container [ngSwitch]="item.processingStatus">
|
||||
<div class="order-date spec" *ngSwitchCase="256">
|
||||
|
||||
@@ -36,9 +36,6 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
.product-name {
|
||||
}
|
||||
|
||||
.processing-status {
|
||||
color: #557596;
|
||||
display: flex;
|
||||
@@ -62,6 +59,13 @@
|
||||
|
||||
.item-type {
|
||||
grid-area: item-type;
|
||||
position: relative;
|
||||
|
||||
.item-type-text {
|
||||
// For Centering Text while maintaining full wrap
|
||||
position: relative;
|
||||
top: -3px;
|
||||
}
|
||||
}
|
||||
|
||||
.order-date {
|
||||
@@ -90,9 +94,6 @@
|
||||
*:nth-child(1) {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
// *:nth-child(2) {
|
||||
// }
|
||||
}
|
||||
|
||||
.paid {
|
||||
|
||||
Reference in New Issue
Block a user