new config file for job status.
This commit is contained in:
@@ -157,11 +157,7 @@ h1 span{color:var(--accent);}
|
||||
font-family:var(--ff-mono);font-size:0.72rem;color:var(--dim);
|
||||
}
|
||||
.hero-meta span{display:flex;align-items:center;gap:5px;}
|
||||
.dot{
|
||||
width:6px;height:6px;border-radius:50%;
|
||||
background:var(--green);display:inline-block;
|
||||
animation:pulse 2s infinite;
|
||||
}
|
||||
|
||||
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:0.35;}}
|
||||
|
||||
.section-head{display:flex;align-items:center;gap:10px;margin-bottom:1.8rem;}
|
||||
@@ -590,4 +586,14 @@ a{
|
||||
font-size: 0.72rem;
|
||||
letter-spacing: 0.08em;
|
||||
padding-left: 1.1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.dot {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
border-radius: 50%;
|
||||
display: inline-block;
|
||||
animation: pulse 2s infinite;
|
||||
}
|
||||
.dot--available { background: var(--green); }
|
||||
.dot--busy { background: red; }
|
||||
Reference in New Issue
Block a user