Skip to content
Snippets Groups Projects
Commit d63c1be0 authored by Ryan Dee's avatar Ryan Dee
Browse files

Update search results markup

- Add utility classes for wrapper, grid, padding, font-size, font-style, flexbox, list-style
parent cb878268
No related branches found
No related tags found
No related merge requests found
<section<?php if (!$isEmbed): ?> class="wdn-band"<?php endif ?> id="search_wrapper"> <section class="dcf-wrapper dcf-grid dcf-col-gap-vw dcf-pt-9 dcf-txt-xs unl-font-sans unl-search-results" id="search_wrapper">
<?php if (!$isEmbed): ?>
<div class="wdn-inner-wrapper wdn-inner-padding-sm">
<?php endif; ?>
<div class="wdn-grid-set search-set">
<div id="search_results" class="results-group"> <div class="dcf-col-67%-start@sm dcf-col-50%-start@lg results-group" id="search_results">
<div class="result-head"> <div class="result-head">
<h2>Web Results</h2> <h2>Web Results</h2>
<ul class="result-tab<?php if (empty($local_results)): ?> no-local<?php endif; ?>"> <ul class="dcf-d-flex dcf-list-bare result-tab<?php if (empty($local_results)): ?> no-local<?php endif; ?>">
<?php if (!empty($local_results)): ?> <?php if (!empty($local_results)): ?>
<li><a href="#">This unit</a></li> <li><a href="#">This unit</a></li>
<?php endif; ?> <?php endif; ?>
...@@ -24,10 +19,10 @@ ...@@ -24,10 +19,10 @@
</div> </div>
</div> </div>
<div id="directory_results" class="results-group"> <div class="dcf-col-33%-end@sm dcf-col-50%-end@lg dcf-pb-10 results-group" id="directory_results">
<div class="result-head"> <div class="result-head">
<h2>Directory Results</h2> <h2>Directory Results</h2>
<ul class="result-tab"> <ul class="dcf-d-flex dcf-list-bare result-tab">
<li><a href="#">People</a></li> <li><a href="#">People</a></li>
<li><a href="#">Departments</a></li> <li><a href="#">Departments</a></li>
</ul> </ul>
...@@ -35,9 +30,4 @@ ...@@ -35,9 +30,4 @@
<div id="ppl_results" class="search-results"></div> <div id="ppl_results" class="search-results"></div>
</div> </div>
</div>
<?php if (!$isEmbed): ?>
</div>
<?php endif; ?>
</section> </section>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment