summaryrefslogtreecommitdiffstats
path: root/wp-includes/css/dist/block-library/classic-rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/css/dist/block-library/classic-rtl.css')
-rw-r--r--wp-includes/css/dist/block-library/classic-rtl.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/wp-includes/css/dist/block-library/classic-rtl.css b/wp-includes/css/dist/block-library/classic-rtl.css
new file mode 100644
index 0000000..747488b
--- /dev/null
+++ b/wp-includes/css/dist/block-library/classic-rtl.css
@@ -0,0 +1,14 @@
+.wp-block-button__link{
+ background-color:#32373c;
+ border-radius:9999px;
+ box-shadow:none;
+ color:#fff;
+ font-size:1.125em;
+ padding:calc(.667em + 2px) calc(1.333em + 2px);
+ text-decoration:none;
+}
+
+.wp-block-file__button{
+ background:#32373c;
+ color:#fff;
+} \ No newline at end of file