blob: 5ce87fb2072dc0229f4b0d9a92b35609329232fb [file] [log] [blame]
@import '../../../infra-sk/modules/results';
@import '../colors';
arb-status-sk {
:host {
font-family: sans-serif;
}
#loadstatus {
font-size: 0.8em;
padding: 0px 15px;
}
#tabsContainer {
width: 400px;
}
#pleaseLoginMsg {
color: var(--error);
padding: 10px;
}
.big {
font-size: 1.3em;
}
.small {
font-size: 0.8em;
}
.hidden {
display: none;
}
.nowrap {
white-space: nowrap;
}
.rollCandidate {
height: 80px;
}
.trybot {
margin: 5px;
}
.manual {
white-space: nowrap;
}
}