Payment and Revenue show page development
This commit is contained in:
44
public/css/print.css
vendored
44
public/css/print.css
vendored
@@ -249,6 +249,13 @@ th, td
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.col-16
|
||||
{
|
||||
display: inline-block;
|
||||
width: 16%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.col-100
|
||||
{
|
||||
display: inline-block;
|
||||
@@ -493,4 +500,41 @@ th, td
|
||||
display: block;
|
||||
clear: both;
|
||||
content: ""
|
||||
}
|
||||
|
||||
.show-card {
|
||||
padding: 0px 15px;
|
||||
border-radius: 0px;
|
||||
box-shadow: rgb(0 0 0 / 20%) 0px 4px 16px;
|
||||
}
|
||||
|
||||
.card-amount-badge h5 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.card-amount-badge span {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.show-head {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.show-card-body {
|
||||
padding: 1.5rem 4.5rem;
|
||||
}
|
||||
|
||||
.show-card-bg-success {
|
||||
width: 350px;
|
||||
height: 150px;
|
||||
border-radius: unset;
|
||||
}
|
||||
.show-company-value strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.show-company p {
|
||||
min-height: 52px;
|
||||
}
|
||||
Reference in New Issue
Block a user