Payment and Revenue show page development

This commit is contained in:
Burak Civan
2021-06-23 13:37:02 +03:00
parent 5d10aa5b49
commit 9c6b3ffb25
6 changed files with 395 additions and 19 deletions

44
public/css/print.css vendored
View File

@@ -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;
}