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.

34 lines
714 B

1 year ago
  1. .wp-block-file{
  2. box-sizing:border-box;
  3. }
  4. .wp-block-file:not(.wp-element-button){
  5. font-size:.8em;
  6. }
  7. .wp-block-file.aligncenter{
  8. text-align:center;
  9. }
  10. .wp-block-file.alignright{
  11. text-align:right;
  12. }
  13. .wp-block-file *+.wp-block-file__button{
  14. margin-right:.75em;
  15. }
  16. :where(.wp-block-file){
  17. margin-bottom:1.5em;
  18. }
  19. .wp-block-file__embed{
  20. margin-bottom:1em;
  21. }
  22. :where(.wp-block-file__button){
  23. border-radius:2em;
  24. display:inline-block;
  25. padding:.5em 1em;
  26. }
  27. :where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{
  28. box-shadow:none;
  29. color:#fff;
  30. opacity:.85;
  31. text-decoration:none;
  32. }