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.

13 lines
224 B

5 years ago
  1. /* The below rules are used in Django Admin */
  2. .field-code {
  3. font-family: monospace;
  4. font-size: 80%;
  5. }
  6. .field-name_tags span {
  7. color: #555;
  8. background: #EEE;
  9. padding: 1px 4px;
  10. border-radius: 2px;
  11. }