Change: #186 概要画面のkmyblue capabilities表示改善 (#252)

This commit is contained in:
KMY(雪あすか) 2023-11-08 10:57:00 +09:00 committed by GitHub
parent 408da2c42a
commit cfa9b1877a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 3 deletions

View file

@ -53,4 +53,18 @@ $fluid-breakpoint: $maximum-width + 20px;
border-bottom: 0;
}
}
.capability-icon {
svg {
transform: translateY(4px);
}
&.enabled {
color: green;
}
&.disabled {
color: red;
}
}
}