File: /var/www/vhosts/miroglu.net/httpdocs/wp-content/themes/the-landscaper/assets/sass/style.scss
/*
Theme Name: The Landscaper
Theme URI: https://demos.qreativethemes.com/thelandscaper
Author: QreativeThemes
Author URI: https://themeforest.net/user/qreativethemes/portfolio
Description: The Landscaper - A WordPress theme for Landscaping and Gardening business, by QreativeThemes
Version: 3.2.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-landscaper-wp
Tags: four-columns, custom-colors, custom-menu, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
01 ------ Theme Variables
02 ------ Normalize
03 ------ Typography
04 ------ Alignments
05 ------ Shortcodes
06 ------ Buttons
07 ------ Forms
08 ------ Topbar
09 ------ Header
10 ------ Navigation
11 ------ Slider
12 ------ Page header
13 ------ Breadcrumbs
14 ------ Pagination
15 ------ WordPress widgets
16 ------ Custom widgets
17 ------ Single gallery (portfolio) page
18 ------ Blog Posts
19 ------ Comments & respond form
20 ------ Gallery + captions
21 ------ Footer
22 ------ Search & 404 page
23 ------ Gutenberg
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 01 - Variables
--------------------------------------------------------------*/
@import "vars";
@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/variables";
@import "../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins";
/*--------------------------------------------------------------
# 02 - Normalize
--------------------------------------------------------------*/
body {
font-family: $primary-font;
line-height: 1.6;
color: $text-color;
text-rendering: optimizeLegibility;
&.boxed {
> .layout-boxed {
max-width: 100%;
margin: 0 auto;
overflow: hidden;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
@media (min-width: $screen-sm) {
width: ($container-sm + 80px);
}
@media (min-width: $screen-md) {
width: ($container-md + 80px);
}
@media (min-width: $screen-lg) {
width: ($container-lg + 80px);
}
}
}
.layout-boxed {
position: relative;
overflow-x: hidden;
}
}
@import "partials/normalize";
/*--------------------------------------------------------------
# 03 - Typography
--------------------------------------------------------------*/
@import "partials/typography";
/*--------------------------------------------------------------
# 04 - Alignments
--------------------------------------------------------------*/
@import "partials/alignments";
/*--------------------------------------------------------------
# 05 - Shortcodes
--------------------------------------------------------------*/
@import "partials/shortcodes";
/*--------------------------------------------------------------
# 06 - Buttons
--------------------------------------------------------------*/
@import "partials/buttons";
/*--------------------------------------------------------------
# 07 - Forms
--------------------------------------------------------------*/
@import "partials/forms";
/*--------------------------------------------------------------
# 08 - Topbar
--------------------------------------------------------------*/
@import "partials/topbar";
/*--------------------------------------------------------------
# 09 - Header
--------------------------------------------------------------*/
@import "partials/header";
/*--------------------------------------------------------------
# 10 - Navigation
--------------------------------------------------------------*/
@import "partials/navigation";
/*--------------------------------------------------------------
# 11 - Slider
--------------------------------------------------------------*/
@import "partials/slider";
/*--------------------------------------------------------------
# 12 - Page header
--------------------------------------------------------------*/
@import "partials/page_header";
/*--------------------------------------------------------------
# 13 - Breadcrumbs
--------------------------------------------------------------*/
@import "partials/breadcrumbs";
/*--------------------------------------------------------------
# 14 - Pagination
--------------------------------------------------------------*/
@import "partials/pagination";
/*--------------------------------------------------------------
# 15 - WordPress widgets
--------------------------------------------------------------*/
@import "partials/widgets_wordpress";
/*--------------------------------------------------------------
# 16 - Custom widgets
--------------------------------------------------------------*/
@import "partials/widgets_custom";
/*--------------------------------------------------------------
# 17 - Single Gallery
--------------------------------------------------------------*/
@import "partials/single_gallery";
/*--------------------------------------------------------------
# 18 - Blog
--------------------------------------------------------------*/
@import "partials/blog";
/*--------------------------------------------------------------
# 19 - Comments
--------------------------------------------------------------*/
@import "partials/comments";
/*--------------------------------------------------------------
# 20 - Gallery
--------------------------------------------------------------*/
@import "partials/gallery";
/*--------------------------------------------------------------
# 21 - Footer
--------------------------------------------------------------*/
@import "partials/footer";
/*--------------------------------------------------------------
# 22 - Search page
--------------------------------------------------------------*/
@import "partials/search";
/*--------------------------------------------------------------
# 23 - 404 Page
--------------------------------------------------------------*/
@import "partials/404";
/*--------------------------------------------------------------
# 24 - Gutenberg
--------------------------------------------------------------*/
@import "partials/gutenberg";