Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
gilour
/
wp-includes
/
blocks
/
separator
:
style.css
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
@charset "UTF-8"; .wp-block-separator { border-top: 2px solid currentColor; border-left: none; border-right: none; border-bottom: none; } :root :where(.wp-block-separator.is-style-dots) { text-align: center; line-height: 1; height: auto; } :root :where(.wp-block-separator.is-style-dots)::before { content: "ยทยทยท"; color: currentColor; font-size: 1.5em; letter-spacing: 2em; /*rtl:ignore*/ padding-left: 2em; font-family: serif; } .wp-block-separator.is-style-dots { background: none !important; border: none !important; }