Git-Auto-Deploy / webui /src /Timeline.scss
AUXteam's picture
Deploy branch agent-adaptation-1771079970 via Git-Auto-Deploy
74b4b21 verified
.Timeline {
padding: .5rem 0 5rem 0;
.primary-view {
width: 100%;
max-width: 768px;
margin: 0 auto;
}
.status-message {
font-family: 'Lato', sans-serif;
font-weight: 400;
text-align: center;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin-top: -2.85rem;
line-height: 2rem;
}
}