-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<!doctype html><html lang="en" id="global" itemscope itemtype="http://schema.org/WebPage"><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1"><title>General | Style Guide</title><meta name="description" content=""><link rel="stylesheet" href="/assets/css/style.min.css"><link rel="stylesheet" href="/assets/modules/guide/style.min.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400"><link rel="apple-touch-icon" href="/assets/img/icons/touch.png"><link rel="mask-icon" href="/assets/img/icons/pin.svg" color="#349bb9"><!--[if lte IE 9]> | ||
<!doctype html><html lang="en" id="global" itemscope itemtype="http://schema.org/WebPage"><head><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1"><title>General | Style Guide</title><meta name="description" content=""><link rel="stylesheet" href="/assets/css/style.min.css"><link rel="stylesheet" href="/assets/modules/guide/style.min.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400"><link rel="apple-touch-icon" href="/assets/img/icons/touch.png"><link rel="mask-icon" href="/assets/img/icons/pin.svg" color="#349bb9"><!--[if lte IE 9]> | ||
<script src="/assets/js/ie9.min.js"></script> | ||
<![endif]--></head><body><header class="header" role="banner"><a href="/" rel="home" class="logo" data-static><img src="/assets/img/logo.svg" alt="Style Guide" class="logo__img"></a><nav class="sections" role="navigation"><ul class="unstyled"><li class="sections__item"><a href="index.html" class="sections__link -is-active">General</a></li><li class="sections__item"><a href="elements.html" class="sections__link">Elements</a></li><li class="sections__item"><a href="forms.html" class="sections__link">Forms</a></li><li class="sections__item"><a href="lists.html" class="sections__link">Lists</a></li><li class="sections__item"><a href="typography.html" class="sections__link">Typography</a></li></ul></nav></header><main class="container" role="main"><div class="pattern"><h3 class="pattern__title">Brand colors</h3><p class="pattern__heading">Our primary color palette is used for major UI visuals and controls</p><div class="pattern__output"><ol class="swatches"><li class="swatch -primary">@primary</li><li class="swatch -secondary">@secondary</li><li class="swatch -tertiary">@tertiary</li></ol></div></div><div class="pattern"><h3 class="pattern__title">Notice colors</h3><p class="pattern__heading">These colors are used when displaying various notifications</p><div class="pattern__output"><ol class="swatches"><li class="swatch -info">@info</li><li class="swatch -success">@success</li><li class="swatch -warning">@warning</li></ol></div></div><div class="pattern"><h3 class="pattern__title">Grayscale</h3><p class="pattern__heading">This muted palette is used for complementary visual structure</p><div class="pattern__output"><ol class="swatches"><li class="swatch -white">@white</li><li class="swatch -lightest-gray">@lightestGray</li><li class="swatch -lighter-gray">@lighterGray</li><li class="swatch -light-gray">@lightGray</li><li class="swatch -gray">@gray</li><li class="swatch -dark-gray">@darkGray</li><li class="swatch -darker-gray">@darkerGray</li><li class="swatch -darkest-gray">@darkestGray</li><li class="swatch -black">@black</li></ol></div></div><div class="pattern"><h3 class="pattern__title">Breakpoints</h3><p class="pattern__heading">These represent the minimum breakpoint widths</p><div class="pattern__output"><div class="responsive-table"><table class="tabular breakpoints"><tbody><tr><th scope="row">1</th><td>Mobile Portrait</td><td>@mobilePortraitWidth</td><td class="breakpoints__size -mobile-portrait"></td></tr><tr><th scope="row">2</th><td>Mobile Landscape</td><td>@mobileLandscapeWidth</td><td class="breakpoints__size -mobile-landscape"></td></tr><tr><th scope="row">3</th><td>Tablet Portrait</td><td>@tabletPortraitWidth</td><td class="breakpoints__size -tablet-portrait"></td></tr><tr><th scope="row">4</th><td>Desktop Small</td><td>@desktopSmallWidth</td><td class="breakpoints__size -desktop-small"></td></tr><tr><th scope="row">5</th><td>Desktop Medium</td><td>@desktopMediumWidth</td><td class="breakpoints__size -desktop-medium"></td></tr><tr><th scope="row">6</th><td>Desktop Large</td><td>@desktopLargeWidth</td><td class="breakpoints__size -desktop-large"></td></tr></tbody></table></div></div></div></main><script src="/assets/js/script.min.js"></script><script src="/assets/modules/guide/script.min.js"></script></body></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
Oops, something went wrong.