Commit 09817956 authored by Simon's avatar Simon

FAQ in progress

parent 62005725
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -74,3 +74,25 @@
}
}
.l-content--faq { width: 100%; flex: 1 1 auto; max-width: 1070px; padding: 35px 20px 90px; margin: 0 auto;
@media (--max--medium) {
padding: 10px;
}
h1 { color: #2A3644; font-weight: 500; font-size: 22px; line-height: 29px;
@media (--min--medium) {
font-size: 25px; line-height: 38px;
}
}
h2 { color: #2A3644; font-weight: 500; font-size: 19px; line-height: 25px;
@media (--min--medium) {
font-size: 21px; line-height: 30px;
}
}
h3 { color: #2A3644; font-weight: 500; font-size: 16px; line-height: 20px;
@media (--min--medium) {
font-size: 18px; line-height: 30px;
}
}
}
......@@ -8,6 +8,7 @@ c-: Signify that something is a Component. This is a concrete, implementation-sp
@import 'vendor/swiper.css';
@import '_component--404.css';
@import '_component--accordion.css';
@import '_component--awesomplete.css';
@import '_component--breadcrumbs.css';
@import '_component--btn.css';
......
/* ------------- Component: accordion ------------- */
/* critical:start */
/* critical:end */
.c-accordion--section { background: #fff; margin-bottom: 55px;
}
.c-accordion--header { display: flex; padding: 30px; color: #2A3644; align-items: center; cursor: pointer;
svg { margin-right: 25px; flex: 0 0 16px; }
h3 { margin: 0; padding: 0; font-size: 16px; line-height: 29px; font-weight: bold; line-height: 19px; }
}
.c-accordion--content { max-height: 0; overflow: hidden; border-bottom: 1px solid #f8f8f8; }
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -63,7 +63,7 @@
/******/
/******/ var hotApplyOnUpdate = true;
/******/ // eslint-disable-next-line no-unused-vars
/******/ var hotCurrentHash = "8a34b69ce8e37814c58c";
/******/ var hotCurrentHash = "078414bb4fa5436ca044";
/******/ var hotRequestTimeout = 10000;
/******/ var hotCurrentModuleData = {};
/******/ var hotCurrentChildModule;
......
<?php
/**
* Template Name: FAQ page
*
* This is the page for a FAQ content
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Biuro
* @since 1.0
* @version 1.0
*/
get_header(); ?>
<div id="content" class="l-content--faq">
<main id="main" class="l-main l-main--faq">
<?php
while ( have_posts() ) :
the_post();
the_content();
endwhile;
?>
</main><!-- .l-main -->
</div><!-- #content -->
<?php get_footer();
......@@ -67,6 +67,9 @@
<symbol id="ico--close" viewBox="0 0 13 13">
<path fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="square" d="M6.5,6.5L0.843,0.843L6.5,6.5 l-5.657,5.657L6.5,6.5z M6.5,6.5l5.657,5.657L6.5,6.5l5.657-5.657L6.5,6.5z"/>
</symbol>
<symbol id="ico--plus" viewBox="0 0 16 16">
<path fill="none" stroke="#2A3644" stroke-width="2" stroke-linecap="square" d="M8,8V0V8H0H8z M8,8v8V8h8H8z"/>
</symbol>
<symbol id="ico--attachment" viewBox="0 0 16 21">
<path class="u-fill--inherit" d="M1.873,18.799c-1.883-2.266-1.884-5.934,0-8.201L9.18,1.808c1.45-1.744,3.808-1.744,5.258,0 c1.453,1.748,1.453,4.578,0,6.326l-6.152,7.402c-1.02,1.227-2.679,1.227-3.699,0c-1.022-1.23-1.023-3.221,0-4.451l5.21-6.269 c0.152-0.183,0.399-0.183,0.551,0l0.551,0.663c0.152,0.183,0.152,0.48,0,0.663l-5.21,6.269c-0.413,0.497-0.413,1.302,0,1.799 c0.412,0.496,1.083,0.496,1.495,0l6.152-7.402c0.844-1.015,0.844-2.659,0-3.674c-0.842-1.013-2.212-1.013-3.054,0l-7.306,8.791 c-1.274,1.533-1.275,4.015,0,5.549c1.276,1.535,3.341,1.535,4.616-0.001c1.755-2.114,4.605-5.544,6.361-7.656 c0.152-0.183,0.399-0.183,0.551,0l0.551,0.663c0.152,0.183,0.152,0.48,0,0.663c-1.756,2.113-4.605,5.543-6.36,7.656 C6.809,21.067,3.758,21.067,1.873,18.799z"/>
</symbol>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment