ontimehaulers/assets/quotation.html

54 lines
1.7 KiB
HTML
Raw Normal View History

2024-11-05 12:29:06 +00:00
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html {
padding-bottom: 80px;
}
body {
font-family: sans-serif;
max-width: 800px !important;
font-size: 18px;
width: 100%;
margin: auto;
background: #f44336;
color: white;
}
.tvItemtable td, th {
padding: 12px;
}
input, select {
min-height: 30px;
font-size: xx-large;
margin: 2px;
}
textarea {
font-size: larger;
}
a {
color: white;
}
.tableRowAdd, .tableRowDelete {
padding-left: 10px;
}
.transvirtual-forwardbtn, .transvirtual-backbtn, .transvirtual-selectQuotebtn, .transvirtual-refreshPriceASbtn {
border: none;
border-radius: 5px;
background-color: #fff;
padding: 10px 20px;
font-weight: bold;
font-size: larger !important;
}
.tt-dropdown-menu {
color: #000;
}
</style>
</head>
<body>
<div style="display: flex; justify-content: center; padding: 20px; background: white;"><img src="ontime-haulers-logo-final.png" height="80px"></div>
<script src='https://portal.transvirtual.co/Resource/WidgetScript/quoteWizard' type='text/javascript'></script>
<div id="transvirtual-quotewizard" rel="412073"></div>
</body>
</html>