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.
 
 
 
 
 

19 lines
333 B

  1. /**
  2. * This file provides styles for extension manager
  3. */
  4. /* + + + + + global + + + + + */
  5. .dokuwiki #extension__manager {
  6. .actions {
  7. font-size: 0;
  8. > button {
  9. font-size: .92rem;
  10. margin-left: .3rem;
  11. padding-left: .3rem;
  12. padding-right: .3rem;
  13. }
  14. }
  15. }