
/* /to_runbot/static/src/css/common.scss */
 .abs-tr{position: absolute; top: 0; right: 0;}.abs-tl{position: absolute; top: 0; left: 0;}.abs-bl{position: absolute; bottom: 0; left: 0;}.abs-br{position: absolute; bottom: 0; right: 0;}.flex-center{display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center;}.sticky-pin{font-size: 1.5em; margin-top: -4px; color: #f0ad4e;}.custom-spinner{width: 1rem; height: 1rem; margin-right: 4px;}.octicon{display: inline-block; vertical-align: text-top; fill: currentColor;}.build-pending{background-color: #fff0c157 !important;}.build-succeed{background-color: #b8ffbf57 !important;}.build-failed{background-color: #ffc9b857 !important;}.badge-merged{background-color: #6f42c1 !important; color: white !important;}

/* /to_runbot/static/src/css/build_details.scss */
 .branch-arrow{font-size: 22px; margin: 0 10px; color: #575555;}.build-date{font-weight: 400; font-size: 0.9em;}.flex-between{display: -webkit-box; display: -webkit-flex; display: flex; justify-content: space-between;}.script-name{font-size: 16px; font-weight: 600;}.step-box{padding: 8px; border-bottom: 1px solid #d7d7d7;}.log-time{font-size: 12px; font-weight: 500;}.error-bg{background: #fdcac5;}.warning-bg{background: lightgoldenrodyellow;}.step-bg{background: #d7fdef;}.step-border{border-top: 3px dashed black;}.step-test-bg{background: #a8deff;}.block-pointer{display: block; cursor: pointer;}.test-row{border-top: solid 1px #d5d5d5; padding: 4px;}.pre-code{font-size: 100%; font-weight: 600; color: black; white-space: pre-line;}