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.
 
 
 
 

16 lines
220 B

  1. label {
  2. display: block;
  3. font-size: var(--font-size-small);
  4. font-weight: 400;
  5. margin: 0;
  6. a:hover {
  7. color: var(--theme-color-link-hover);
  8. }
  9. span {
  10. vertical-align: top;
  11. margin-left: 0.1em;
  12. }
  13. }