Line item content styling edited

This commit is contained in:
Burak Civan
2021-06-04 15:09:54 +03:00
parent a42429bf12
commit ec16828f3c
2 changed files with 189 additions and 166 deletions

49
public/css/custom.css vendored
View File

@ -1631,4 +1631,51 @@ table .align-items-center td span.badge {
.form-group .el-select .el-select__tags > span {
display: contents !important;
}
/* Select Tag Fixed Content Finish */
/* Select Tag Fixed Content Finish */
/* Line item */
.line-item-link {
display: flex;
padding-bottom:10px;
}
.line-item-area {
display: flex;
justify-content: space-between;
align-items:center;
}
.line-item-content {
position: relative;
width: 100%;
max-width:242px;
}
.line-item-content-right {
display: flex;
align-items: center;
}
.line-item-content-right-price {
padding-right: 1.5rem;
}
.line-item-content-right-delete {
width:40px;
padding-right: 1.5rem;
}
.line-item-text {
width: 54px;
}
@media (max-width: 1500px) {
@media not all and (min-resolution:.001dpcm) { @media {
.line-item-content {
max-width:223px;
}
}}
}
/* Line item */