Skip to content

Commit

Permalink
Merge pull request #469 from marcoscv-work/claycss-update
Browse files Browse the repository at this point in the history
Claycss general adjustment
  • Loading branch information
jbalsas authored Jan 25, 2018
2 parents 294fcd9 + d093a8b commit 66a5f88
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 111 deletions.
74 changes: 0 additions & 74 deletions packages/claycss.com/src/components/Sidebar.js

This file was deleted.

19 changes: 0 additions & 19 deletions packages/claycss.com/src/components/Sidebar.soy
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{namespace Sidebar}

/**
* @param? atlas
* @param section
* @param site
*/
Expand Down Expand Up @@ -41,24 +40,6 @@
{/call}
</div>

<div class="style-toggler">
<div class="form-check">
<label class="form-check-label">
{let $attributes kind="attributes"}
{if $atlas}
checked
{/if}
class="form-check-input"
data-onchange="handleThemeChange_"
type="checkbox"
{/let}

<input {$attributes} />
<span class="form-check-description">Show Atlas Theme</span>
</label>
</div>
</div>

{call MainNavigation.render}
{param section: $section /}
{/call}
Expand Down
1 change: 1 addition & 0 deletions packages/claycss.com/src/styles/clay-site/_clay-site.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
body {
background-color: $bg-color;
font-size: 1rem;

@media (max-width: $grid-float-breakpoint - 1) {
margin-top: $margin-top-body;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
border-color: transparent;
color: $brand-secondary;
position: absolute;
right: 10px;
top: 10px;
right: 16px;
top: 8px;
z-index: 9;
}

Expand Down
16 changes: 0 additions & 16 deletions packages/claycss.com/src/styles/clay_base.scss

This file was deleted.

0 comments on commit 66a5f88

Please sign in to comment.