Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
colmtuite committed Apr 10, 2018
2 parents 235d7d5 + 999ddb7 commit fab89ed
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/modulz.min.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/pages/showcase/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ <h3 class="Heading size3 bp2-size5 lh-5 bp2-lh-7 thin color-gray500 mb-5">Dropdo
</div>
</button>
<div class="Context">
<ul class="List">
<ul class="List pt-1 pb-1">
<li>
<a class="ListItem interactive" href="#">
<span class="Text size2">First link</span>
Expand Down Expand Up @@ -1224,7 +1224,7 @@ <h3 class="Heading size3 bp2-size5 lh-5 bp2-lh-7 thin color-gray500 mb-5">Dropdo
</div>
</div>
<div class="bc-gray100" style="border-top: 1px solid hsl(205, 30%, 88%);">
<ul class="ListItemGroup">
<ul class="List pt-1 pb-1">
<li>
<a class="ListItem interactive" href="#">
<div class="display-flex ai-center">
Expand Down Expand Up @@ -1290,7 +1290,7 @@ <h3 class="Heading size3 bp2-size5 lh-5 bp2-lh-7 thin color-gray500 mb-5">Dropdo
</div>
</button>
<div class="Context">
<ul class="ListItemGroup">
<ul class="List pt-1 pb-1">
<li>
<a class="ListItem interactive" href="#">
<span class="Text size2 pl-4">First link</span>
Expand Down Expand Up @@ -1745,7 +1745,7 @@ <h3 class="Text size3 fw-6">Visits by country</h3>
<div class="Container size3 bp2-size2">
<div class="display-flex fd-column bp1-ai-center">
<div class="">
<a class="display-flex ai-center cursor-pointer color-blue500 color-gray900--hover" href="overview/installation.html">
<a class="display-flex ai-center cursor-pointer color-blue500 color-gray900--hover" href="../overview/installation.html">
<span class="Text size6 mr-1">Check out the documentation</span>
<svg class="Icon" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<line x1="5" y1="12" x2="19" y2="12"/>
Expand Down
2 changes: 1 addition & 1 deletion public/css/modulz.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/showcase/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/components/Switch.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}

.Switch input:checked + div {
background-color: var(--blue300);
background-color: var(--blue400);
}

.Switch input:checked + div:before {
Expand Down

0 comments on commit fab89ed

Please sign in to comment.