Created
April 29, 2021 10:56
-
-
Save anil826/20d2a9560ddb128c46dad641420de032 to your computer and use it in GitHub Desktop.
Risk.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
p { | |
font-size: 12px; | |
font-weight: normal; | |
} | |
table { | |
max-width: 890px; | |
font-size:12px; | |
border-collapse: collapse; | |
display: table; | |
page-break-inside: avoid !important; | |
} | |
tr.row td { | |
border-bottom: 1px solid #eeeeee; | |
page-break-inside: avoid !important; | |
} | |
tr.sign td { | |
border-bottom: 1px solid #eeeeee; | |
} | |
.questions td { | |
padding-top: 10px; | |
padding-bottom: 10px; | |
} | |
/*img.img-responsive { | |
width: 60% !important; | |
} | |
.styled-table { | |
border-collapse: collapse; | |
margin: 25px 0; | |
font-size: 0.9em; | |
font-family: sans-serif; | |
min-width: 400px; | |
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); | |
}*/ | |
img { | |
max-height: 400px; | |
max-width:890px; | |
width:auto; | |
page-break-inside: avoid !important; | |
} | |
.page-footer, .footer-space { | |
height: 50px; | |
width:100%; | |
text-align:center; | |
padding: 5px; | |
font-size:10px; | |
} | |
.page-footer { | |
position: fixed; | |
bottom: 0; | |
left: 0; | |
bottom: 0; | |
} | |
tr{ | |
page-break-inside: avoid !important; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment