98 lines
2.0 KiB
SCSS
98 lines
2.0 KiB
SCSS
//
|
|
// Import Helpers //
|
|
//
|
|
@import "helpers/variables";
|
|
@import "helpers/mixins";
|
|
|
|
//
|
|
// Import Google Fonts //
|
|
//
|
|
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Outfit:wght@200;300;400;500;600;700;800&display=swap');
|
|
|
|
|
|
//
|
|
// Import Basic styles //
|
|
//
|
|
@import "basic/base";
|
|
@import "basic/background";
|
|
@import "basic/form";
|
|
@import "basic/image";
|
|
@import "basic/list";
|
|
@import "basic/typography";
|
|
|
|
//
|
|
// Import Elements //
|
|
//
|
|
@import "elements/accordion";
|
|
@import "elements/box";
|
|
@import "elements/button";
|
|
@import "elements/clients";
|
|
@import "elements/feature-box";
|
|
@import "elements/hoverbox";
|
|
@import "elements/lightbox";
|
|
@import "elements/map";
|
|
@import "elements/page-scroll-progress";
|
|
@import "elements/pie-chart";
|
|
@import "elements/progress-bar";
|
|
@import "elements/section-divider";
|
|
@import "elements/slider";
|
|
@import "elements/team";
|
|
@import "elements/testimonial";
|
|
@import "elements/text-link";
|
|
@import "elements/timeline";
|
|
|
|
//
|
|
// Import Components //
|
|
//
|
|
@import "components/blog";
|
|
@import "components/cookie-consent";
|
|
@import "components/fullscreen-menu";
|
|
@import "components/gallery";
|
|
@import "components/header";
|
|
@import "components/breadcrumb";
|
|
@import "components/masonry";
|
|
@import "components/portfolio";
|
|
@import "components/table";
|
|
@import "components/preloader";
|
|
@import "components/section";
|
|
|
|
//
|
|
// Import Utilities //
|
|
//
|
|
@import "helpers/utilities";
|
|
|
|
//
|
|
// Import Custom Styles //
|
|
//
|
|
@import "helpers/custom";
|
|
|
|
ul.wp-block-list {
|
|
margin-top: 1rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
figure.wp-block-image {
|
|
margin-top: 2rem;
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
//
|
|
// Figcaption Styles //
|
|
//
|
|
figcaption, .wp-element-caption {
|
|
font-size: 0.9rem;
|
|
color: #aeaeae;
|
|
margin-top: 0.5em;
|
|
text-align: center;
|
|
// display: flex;
|
|
// align-items: center;
|
|
// justify-content: center;
|
|
|
|
}
|
|
|
|
figure.wp-block-image {
|
|
img {
|
|
margin: auto;
|
|
display: block;
|
|
}
|
|
} |