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.

22 lines
485 B

1 year ago
  1. .wp-block-separator.has-css-opacity{
  2. opacity:.4;
  3. }
  4. .wp-block-separator{
  5. border:none;
  6. border-bottom:2px solid;
  7. margin-left:auto;
  8. margin-right:auto;
  9. }
  10. .wp-block-separator.has-alpha-channel-opacity{
  11. opacity:1;
  12. }
  13. .wp-block-separator:not(.is-style-wide):not(.is-style-dots){
  14. width:100px;
  15. }
  16. .wp-block-separator.has-background:not(.is-style-dots){
  17. border-bottom:none;
  18. height:1px;
  19. }
  20. .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){
  21. height:2px;
  22. }