Files
actions-playground/src/components/HelpBox.css
T
tom.coursow 14d6d17207
Gitea Actions Demo / Test-Job (push) Successful in 8s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 20s
added example react js app to play with gitea actions
2023-07-12 00:12:24 +02:00

11 lines
134 B
CSS

.help-box {
padding: 1rem;
border-radius: 4px;
margin: 1;
flex: 1;
}
.help-box h2 {
color: #97a2a2;
font-size: 1.05rem;
}