mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
133 lines
2.9 KiB
CSS
133 lines
2.9 KiB
CSS
/*
|
|
* bootstrap includes
|
|
* keep it at the end
|
|
*/
|
|
h1.title {
|
|
display: block;
|
|
text-align: right;
|
|
border-bottom: 1px solid #e0e0e0;
|
|
text-transform: uppercase;
|
|
line-height: 1.5em; }
|
|
|
|
.warningMessage {
|
|
position: relative;
|
|
padding: 0.75rem 1.25rem;
|
|
margin-bottom: 1rem;
|
|
border: 1px solid transparent;
|
|
border-radius: 0.25rem;
|
|
color: #856404;
|
|
background-color: #fff3cd;
|
|
border-color: #ffeeba; }
|
|
|
|
#Content {
|
|
text-align: left;
|
|
margin: auto;
|
|
padding-left: 20px; }
|
|
|
|
#Content .emailTitle {
|
|
font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
font-weight: normal;
|
|
font-size: 2.5rem; }
|
|
|
|
#Content .PageTitle {
|
|
padding: 5px;
|
|
color: #212121;
|
|
font-size: 14px;
|
|
font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
|
|
|
|
#Content .footer td {
|
|
padding: 10px; }
|
|
|
|
#Content .footer td.right {
|
|
text-align: right; }
|
|
|
|
#Content .typography {
|
|
padding: 0px 10px; }
|
|
|
|
#Content .typography a {
|
|
font-size: 1em;
|
|
text-decoration: underline; }
|
|
|
|
#Content .typography a:hover {
|
|
text-decoration: none; }
|
|
|
|
#Content .typography ul {
|
|
padding: 2px 15px; }
|
|
|
|
#Content .typography ul li {
|
|
padding: 2px 5px; }
|
|
|
|
#Content .typography p {
|
|
margin: 0.75em 0em;
|
|
color: #212121; }
|
|
|
|
table#SenderTable .sender,
|
|
table#SenderTable .meta {
|
|
width: 50%; }
|
|
|
|
table#MetaTable {
|
|
margin-left: auto; }
|
|
|
|
table#MetaTable .label {
|
|
font-weight: bold; }
|
|
|
|
#ShippingTable td,
|
|
#ShippingTable th {
|
|
width: 50%; }
|
|
|
|
table.infotable {
|
|
border: 1px solid #e0e0e0;
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
border-top: 1px solid #e0e0e0;
|
|
border-bottom: 1px solid #e0e0e0;
|
|
background: #fff;
|
|
margin-top: 10px; }
|
|
|
|
table.infotable td.product.title {
|
|
color: #2196f3;
|
|
font-size: 2rem;
|
|
font-weight: normal;
|
|
font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
|
|
|
|
table.infotable tr td,
|
|
table.infotable tr th {
|
|
padding: 5px;
|
|
color: #212121;
|
|
border: 1px solid #e0e0e0; }
|
|
|
|
table.infotable td {
|
|
vertical-align: middle; }
|
|
|
|
table.infotable tr.summary {
|
|
font-weight: bold; }
|
|
|
|
table.infotable td.ordersummary {
|
|
font-size: 1em;
|
|
border-bottom: 1px solid #e0e0e0; }
|
|
|
|
table.infotable tr th {
|
|
font-weight: bold; }
|
|
|
|
table.infotable tr td a {
|
|
color: #2196f3;
|
|
text-decoration: underline; }
|
|
|
|
table.infotable tr td a:hover {
|
|
text-decoration: none; }
|
|
|
|
table.infotable .modifierRow,
|
|
table.infotable .threeColHeader {
|
|
text-align: right; }
|
|
|
|
table.infotable .right {
|
|
text-align: right; }
|
|
|
|
table.infotable .center {
|
|
text-align: center; }
|
|
|
|
table.infotable .left,
|
|
table.infotable th {
|
|
text-align: left; }
|
|
|