This commit is contained in:
Sébastien Thuret 2021-10-08 19:02:30 +02:00
parent 0214d7bfd6
commit f5bc2bc3f5
No known key found for this signature in database
GPG key ID: 4742E2D66933BB08
2 changed files with 50 additions and 20 deletions

View file

@ -124,6 +124,13 @@ h3.header {
cursor: pointer;
}
.btn-blue {
color: #42A5F5;
}
.btn-action:disabled {
color: #777;
}
.btn-action span {
padding-right: 0.5rem;
}