From 34e1bde9846324842bd80be62fd4fceb79f1864b Mon Sep 17 00:00:00 2001 From: UnderstrapFramework <54932057+UnderstrapFramework@users.noreply.github.com> Date: Sun, 15 Mar 2020 09:22:16 +0000 Subject: [PATCH] Revert "Typography fixes: blockquotes" --- sass/understrap/understrap.scss | 156 +++++++++++++------------------- 1 file changed, 64 insertions(+), 92 deletions(-) diff --git a/sass/understrap/understrap.scss b/sass/understrap/understrap.scss index 3f1b18b..a9f4869 100644 --- a/sass/understrap/understrap.scss +++ b/sass/understrap/understrap.scss @@ -1,71 +1,54 @@ // Some basic padding for all wrappers .wrapper { - padding: $grid-gutter-width 0; -} + padding: $grid-gutter-width 0; } // Reset hero wrapper padding to 0 -#wrapper-hero { - padding: 0px !important; -} +#wrapper-hero { padding: 0px !important; } // Adding basic WordPress classes to pass the WordPress.org tests .sticky, .gallery-caption, .bypostauthor { - font-size: inherit; + font-size: inherit; } // Separate sticky wrapper from main content -.wrapper#wrapper-sticky { - border-bottom: 1px solid $gray-300; -} +.wrapper#wrapper-sticky { border-bottom: 1px solid $gray-300; } // Adding some contrast background color to footer full widget #wrapper-footer-full, -#wrapper-static-hero { - background-color: $gray-200; -} +#wrapper-static-hero { background-color: $gray-200; } // Necessary WP classes -.wp-caption { - font-size: inherit; -} +.wp-caption { font-size: inherit; } -.wp-caption-text { - font-size: inherit; -} +.wp-caption-text { font-size: inherit; } -.screen-reader-text { - @extend .sr-only; -} +.screen-reader-text { @extend .sr-only; } .alignleft { - display: inline; - float: left; - margin-right: 1.5em; + display: inline; + float: left; + margin-right: 1.5em; } .alignright { - display: inline; - float: right; - margin-left: 1.5em; + display: inline; + float: right; + margin-left: 1.5em; } -.aligncenter { - @extend .mx-auto; -} +.aligncenter { @extend .mx-auto; } .widget_categories, .widget_archive { - select { + select { @extend .form-control; } } // Post design -.entry-footer span { - padding-right: 10px; -} +.entry-footer span { padding-right: 10px; } // Limit featured image size to 100% img.wp-post-image, @@ -73,83 +56,72 @@ article img, figure, img, #secondary img { - max-width: 100%; - height: auto; + max-width: 100%; + height: auto; } // Skip to content link a.skip-link { - position: fixed; - z-index: 1000; - top: 0px; - right: 0px; + position: fixed; + z-index: 1000; + top: 0px; + right: 0px; } // Reset Jumbotron default margin -.jumbotron { - margin-bottom: 0px; -} +.jumbotron { margin-bottom: 0px; } // Dropdown translation -.navbar-dark .navbar-nav .dropdown-menu .nav-link { - display: block; - width: 100%; // For `