ALT-195├
ALT-192 └
ALT-196 ─
ALT-179 │
<?php | |
add_action( 'genesis_after_header', 'hiringsauce_add_quick_search_under_nav' ); | |
function hiringsauce_add_quick_search_under_nav() { | |
?> | |
<div id="homepage-quick-search"> | |
<form method="GET" action="https://hiringsauce.com/jobs"> | |
<span>Quick Search</span> |
// Only load this script when the document is ready as it needs to run after. | |
$( document ).ready( function() { | |
// Check browser supports localStorage | |
if ( localStorage ) { | |
// Add link for shortlist page to bottom of 'New Memorials' dropdown | |
var navbarDropdownShortlistItem = '<a class="dropdown-item" id="dropdownMyShortlist" href="../my-shortlist.html">My Shortlist</a>'; |
<form id="contact-form" method="post" action="mailer.php" role="form"> | |
<div class="messages"></div> | |
<div class="controls"> | |
<div class="row"> | |
<div class="col-md-6"> | |
<div class="form-group"> | |
<label for="form_name">Firstname *</label> |
ALT-195├
ALT-192 └
ALT-196 ─
ALT-179 │
.home section#text-10, | |
.home section#text-11, | |
.home section#text-12, | |
.home section#text-13 { | |
display: flex; | |
justify-content: center; | |
align-items: center; | |
padding: 20px; | |
background: #8f1538; | |
color: #fff; |
<div class="bar"></div> | |
<div class="bar"></div> | |
<div class="bar"></div> | |
<div class="bar"></div> | |
<div class="bar"></div> | |
<div class="bar"></div> | |
<div class="bar"></div> | |
<div class="bar"></div> | |
<div class="bar"></div> | |
<div class="bar"></div> |
<button class="primary">hello</button> | |
<button class="success">hello</button> | |
<button class="warning">hello</button> | |
<button class="alert">hello</button> |
// ---- | |
// Sass (v3.4.14) | |
// Compass (v1.0.3) | |
// ---- | |
// Root Font Size Applies To HTML Element | |
$root-font-size : 14px; | |
// Body Font Size Is Refering to That Set On The HTML Element | |
$body-font-size : 1rem; |