blob: e1692feb5ea3874de3e3f48bb67a222ae8c3625c [file] [log] [blame]
$brown: #A76B00;
$black: #271900;
#main-wrapper {
display: flex;
min-height: 100vh;
flex-direction: column;
}
#content-wrapper {
flex: 1;
}
.site-footer {
width: 100%;
background-color: $brown;
height: 50px;
}
.site-header {
width: 100%;
background-color: $brown;
height: 50px;
}
#main-masthead {
padding: 60px 0;
}
#page-wrapper {
padding-top: 40px;
}
.code-snippet {
margin-left: auto !important;
margin-right: auto !important;
text-align: center;
}
.right-code-snippet {
margin-left: auto !important;
margin-right: auto !important;
}
#script-builder-result {
margin-top: 0;
margin-bottom: 0;
}
#logs {
min-height: calc(100vh - 128px);
height: calc(100vh - 78px);
margin-bottom: 14px;
z-index: 0;
overflow-y: hidden;
}
#log-feed {
overflow-y: hidden;
}
#map-example {
min-height: 300px;
width: 100%;
z-index: 0;
}