2015-10-22 14:41:49 -04:00
|
|
|
@import "variables";
|
|
|
|
|
|
|
|
header {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2019-08-25 06:30:26 -04:00
|
|
|
html, body {
|
2015-10-22 14:41:49 -04:00
|
|
|
font-size: 12px;
|
2019-08-25 06:30:26 -04:00
|
|
|
background-color: #FFF;
|
2015-10-22 14:41:49 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-content {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.print-hidden {
|
2019-08-25 06:30:26 -04:00
|
|
|
display: none !important;
|
2015-10-22 14:41:49 -04:00
|
|
|
}
|
|
|
|
|
2019-08-25 06:30:26 -04:00
|
|
|
.tri-layout-container {
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
grid-template-areas: "b";
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
2015-10-22 14:41:49 -04:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2019-08-25 06:30:26 -04:00
|
|
|
.card {
|
|
|
|
box-shadow: none;
|
2019-01-19 06:33:11 -05:00
|
|
|
}
|
|
|
|
|
2019-08-25 06:30:26 -04:00
|
|
|
.content-wrap.card {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
2015-10-22 14:41:49 -04:00
|
|
|
}
|