print template

This commit is contained in:
batuhanbas
2019-12-25 19:09:04 +03:00
parent c6dbb977b9
commit 76367a31ec
16 changed files with 1133 additions and 285 deletions

59
public/css/custom.css vendored
View File

@ -148,6 +148,14 @@
/*--------Border Radius 0 Finished--------*/
/*--------Border Radius 5--------*/
.border-radius-5
{
border-radius: 5px !important;
}
/*--------Border Radius 5 Finished--------*/
.dropup .dropdown-toggle::after
{
display: none !important;
@ -749,6 +757,57 @@ table .align-items-center td span.badge {
font-size: 9px;
}
/*--------Print Template--------*/
.choose
{
cursor: pointer;
}
.choose:hover > img
{
opacity: 0.50 !important;
}
.bg-print
{
background-color: rgba(229, 229, 229, 0.4)!important;;
}
.print-edge
{
width: 147px;
}
/*--------Border Dashed--------*/
.border-dashed
{
border-top: 1px dashed #3c3f72 !important;
}
/*--------Border Dashed Finish--------*/
.invoice-classic-line
{
border: 2px solid #3c3f72;
border-radius: 5px;
}
.invoice-classic-frame
{
width: 100%;
height:100px;
border: 3px solid #3c3f72;
}
.invoice-classic-inline-frame
{
margin: 7px 1%;
width: 98%;
height: 80px;
border: 3px solid #3c3f72;
}
/*--------Print Template Finish--------*/
/*----------------RESPONSIVE START LINE----------------*/
/*--------Xs Breakpoint--------*/
@media (min-width: 304px) and (max-width: 575.98px)