summaryrefslogtreecommitdiff
path: root/inc/customizer/custom-controls/typography/typography.scss
diff options
context:
space:
mode:
Diffstat (limited to 'inc/customizer/custom-controls/typography/typography.scss')
-rw-r--r--inc/customizer/custom-controls/typography/typography.scss41
1 files changed, 41 insertions, 0 deletions
diff --git a/inc/customizer/custom-controls/typography/typography.scss b/inc/customizer/custom-controls/typography/typography.scss
new file mode 100644
index 0000000..8a20b3e
--- /dev/null
+++ b/inc/customizer/custom-controls/typography/typography.scss
@@ -0,0 +1,41 @@
+.select2-container {
+ width: 100% !important;
+}
+
+span.select2-container.select2-container--default.select2-container--open {
+ li.select2-results__option {
+ margin: 0;
+ }
+ z-index: 999999;
+}
+
+.select2-selection__rendered li {
+ margin-bottom: 0;
+}
+
+.select2-container--default {
+ .select2-selection--single, &.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,
+ .preview-tablet,
+ .preview-mobile {
+ vertical-align: middle;
+ }
+ }
+} \ No newline at end of file