Pixel perfect development edited

This commit is contained in:
Burak Civan
2021-06-07 17:32:15 +03:00
parent 6e9edbb0fb
commit 3d0752eefa
3 changed files with 28 additions and 11 deletions

21
public/css/custom.css vendored
View File

@ -1634,9 +1634,14 @@ table .align-items-center td span.badge {
/* Select Tag Fixed Content Finish */
/* Line item */
.line-item-link-container {
height: 25px;
}
.line-item-link {
display: flex;
padding-bottom:10px;
padding-bottom: 10px;
top: -12px;
}
.line-item-area {
@ -1648,7 +1653,17 @@ table .align-items-center td span.badge {
.line-item-content {
position: relative;
width: 100%;
max-width:242px;
max-width: 242px;
}
.line-item-content .form-group {
position: relative;
}
.line-item-content .badge {
position: absolute !important;
bottom: 12px;
right: 0;
}
.line-item-content-right {
@ -1679,4 +1694,4 @@ table .align-items-center td span.badge {
}}
}
/* Line item */
/* Line item */