summaryrefslogtreecommitdiff
path: root/inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-07-21 14:54:07 -0500
committerZach van Rijn <me@zv.io>2021-07-21 14:54:07 -0500
commit9d4123cee1867ee7199b06bdc92d40611f547ecc (patch)
tree6d864e2725242863afed1f8ba12d9c7a9bc63a69 /inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css
downloadblog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.tar.gz
blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.tar.bz2
blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.tar.xz
blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.zip
Initial unmodified import from Astra (Version: 3.6.5) @ /wp-content/themes/astra/.
Diffstat (limited to 'inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css')
-rw-r--r--inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css b/inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css
new file mode 100644
index 0000000..bd55e3b
--- /dev/null
+++ b/inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css
@@ -0,0 +1,36 @@
+.select2-container {
+ width: 100% !important;
+}
+
+span.select2-container.select2-container--default.select2-container--open {
+ z-index: 999999;
+}
+
+span.select2-container.select2-container--default.select2-container--open li.select2-results__option {
+ margin: 0;
+}
+
+.select2-selection__rendered li {
+ margin-bottom: 0;
+}
+
+.select2-container--default .select2-selection--single, .select2-container--default.select2-container .select2-selection--multiple {
+ border-color: #ddd;
+ border-radius: 0;
+}
+
+.select2-dropdown, .select2-container--default .select2-selection--multiple .select2-selection__choice {
+ border-color: #ddd;
+ border-radius: 0;
+}
+
+.customize-control.customize-control-ast-hidden {
+ margin-top: 0;
+}
+
+/* Vetically align customizer footer device icons */
+.wp-full-overlay-footer .devices-wrapper .preview-desktop,
+.wp-full-overlay-footer .devices-wrapper .preview-tablet,
+.wp-full-overlay-footer .devices-wrapper .preview-mobile {
+ vertical-align: middle;
+}