-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #279 from FirefoxUX/staging
Version 0.6.8
- Loading branch information
Showing
71 changed files
with
2,754 additions
and
572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 23 additions & 29 deletions
52
contents/includes/components/message-bars/bh-mb-error.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,23 @@ | ||
<div class="cf nr2 nl2 mb3"> | ||
<div class="fl-ns w-50-ns ph2"> | ||
<img class="w-100-ns" src="../images/message-bars/btn-error.svg" alt="pairing example"> | ||
</div> | ||
<div class="fl-ns w-50-ns ph2 mb3"> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>State</th> | ||
<th>Background</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Default</td> | ||
<td>Red 70 <code>#a4000f</code></td> | ||
</tr> | ||
<tr> | ||
<td>Hover</td> | ||
<td>Red 80 <code>#5a0002</code></td> | ||
</tr> | ||
<tr> | ||
<td>Pressed</td> | ||
<td>Red 90 <code>#3e0200</code></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
<img class="w-100-ns" src="../images/message-bars/btn-error.svg" alt="pairing example"> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>State</th> | ||
<th>Background</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Default</td> | ||
<td>Red 70 <code>#a4000f</code></td> | ||
</tr> | ||
<tr> | ||
<td>Hover</td> | ||
<td>Red 80 <code>#5a0002</code></td> | ||
</tr> | ||
<tr> | ||
<td>Pressed</td> | ||
<td>Red 90 <code>#3e0200</code></td> | ||
</tr> | ||
</tbody> | ||
</table> |
52 changes: 23 additions & 29 deletions
52
contents/includes/components/message-bars/bh-mb-generic.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,23 @@ | ||
<div class="cf nr2 nl2 mb3"> | ||
<div class="fl-ns w-50-ns ph2"> | ||
<img class="w-100-ns" src="../images/message-bars/btn-generic.svg" alt="pairing example"> | ||
</div> | ||
<div class="fl-ns w-50-ns ph2 mb3"> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>State</th> | ||
<th>Background</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Default</td> | ||
<td>Grey 90 a10 <code>rgba(12, 12, 13, 0.1)</code></td> | ||
</tr> | ||
<tr> | ||
<td>Hover</td> | ||
<td>Grey 90 a20 <code>rgba(12, 12, 13, 0.2)</code></td> | ||
</tr> | ||
<tr> | ||
<td>Pressed</td> | ||
<td>Grey 90 a30<code>rgba(12, 12, 13, 0.3)</code></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
<img class="w-100-ns" src="../images/message-bars/btn-generic.svg" alt="pairing example"> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>State</th> | ||
<th>Background</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Default</td> | ||
<td>Grey 90 a10 <code>rgba(12, 12, 13, 0.1)</code></td> | ||
</tr> | ||
<tr> | ||
<td>Hover</td> | ||
<td>Grey 90 a20 <code>rgba(12, 12, 13, 0.2)</code></td> | ||
</tr> | ||
<tr> | ||
<td>Pressed</td> | ||
<td>Grey 90 a30<code>rgba(12, 12, 13, 0.3)</code></td> | ||
</tr> | ||
</tbody> | ||
</table> |
52 changes: 23 additions & 29 deletions
52
contents/includes/components/message-bars/bh-mb-success.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,23 @@ | ||
<div class="cf nr2 nl2 mb3"> | ||
<div class="fl-ns w-50-ns ph2"> | ||
<img class="w-100-ns" src="../images/message-bars/btn-success.svg" alt="pairing example"> | ||
</div> | ||
<div class="fl-ns w-50-ns ph2 mb3"> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>State</th> | ||
<th>Background</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Default</td> | ||
<td>Green 60 <code>#12bc00</code></td> | ||
</tr> | ||
<tr> | ||
<td>Hover</td> | ||
<td>Green 70 <code>#058b00</code></td> | ||
</tr> | ||
<tr> | ||
<td>Pressed</td> | ||
<td>Green 80 <code>#006504</code></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
<img class="w-100-ns" src="../images/message-bars/btn-success.svg" alt="pairing example"> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>State</th> | ||
<th>Background</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Default</td> | ||
<td>Green 60 <code>#12bc00</code></td> | ||
</tr> | ||
<tr> | ||
<td>Hover</td> | ||
<td>Green 70 <code>#058b00</code></td> | ||
</tr> | ||
<tr> | ||
<td>Pressed</td> | ||
<td>Green 80 <code>#006504</code></td> | ||
</tr> | ||
</tbody> | ||
</table> |
Oops, something went wrong.