You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
207 B

  1. .theme label {
  2. cursor: pointer;
  3. }
  4. .theme img {
  5. border: 1px solid var(--border-color);
  6. padding: 4px;
  7. width: 100%;
  8. }
  9. .theme .radio-container {
  10. margin-top: 12px;
  11. margin-left: 12px;
  12. }