summaryrefslogtreecommitdiff
path: root/inc/customizer/custom-controls/typography/typography.scss
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/typography/typography.scss
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/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