print template value alignment updated

This commit is contained in:
batuhanbas
2020-01-24 18:16:47 +03:00
parent 69ff85250b
commit 079aa46a3c
4 changed files with 48 additions and 67 deletions

14
public/css/print.css vendored
View File

@ -131,6 +131,15 @@ th, td {
border-radius: 0.25rem
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.text {
color: #3c3f72;
margin-top:10px;
@ -294,11 +303,6 @@ th, td {
padding-bottom:48px;
}
.m-logo {
padding-top: 10px;
padding-bottom: -36px;
}
.m-fc-left {
padding-right: 30px;
}