print template value alignment updated
This commit is contained in:
14
public/css/print.css
vendored
14
public/css/print.css
vendored
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user