new_issue.less 390 B

123456789101112131415161718192021
  1. // SPDX-License-Identifier: AGPL-3.0-or-later
  2. .github-issue-button {
  3. display: block;
  4. padding: 8px 16px;
  5. font-family: sans-serif;
  6. font-size: 16px;
  7. color: white;
  8. background-color: #238636;
  9. border: #2ea043;
  10. border-radius: 10px !important;
  11. box-shadow: rgba(0, 0, 0, 0) 0 0 0 0;
  12. }
  13. .github-issue-button:hover {
  14. background-color: #2ea043;
  15. }
  16. .issue-hide {
  17. display: none;
  18. }