From 9d4123cee1867ee7199b06bdc92d40611f547ecc Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 21 Jul 2021 14:54:07 -0500 Subject: Initial unmodified import from Astra (Version: 3.6.5) @ /wp-content/themes/astra/. --- .../custom-controls/typography/typography.scss | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 inc/customizer/custom-controls/typography/typography.scss (limited to 'inc/customizer/custom-controls/typography/typography.scss') 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 -- cgit v1.2.3-60-g2f50