DEV: update the classname to match in core; success label tweak (#246)
This commit is contained in:
parent
ea174f7e36
commit
d2d02c6fea
|
|
@ -120,7 +120,7 @@ export default class RepoStatus extends Component {
|
|||
</div>
|
||||
</td>
|
||||
|
||||
<td class="d-admin-row__control">
|
||||
<td class="d-admin-row__controls">
|
||||
{{#if @repo.checkingStatus}}
|
||||
<div class="status-label --loading">
|
||||
{{i18n "admin.docker.checking"}}
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@
|
|||
|
||||
&.--success {
|
||||
background-color: var(--success-low);
|
||||
padding: var(--space-1) var(--space-2);
|
||||
padding: 0.8rem var(--space-2);
|
||||
border-radius: var(--d-border-radius);
|
||||
|
||||
.status-label-indicator {
|
||||
|
|
|
|||
Loading…
Reference in New Issue