UNPKG

fotocasa-design-system

Version:
195 lines (89 loc) 3.61 kB
<!DOCTYPE html> <html> <head> <link href="../assets/../theme-assets/css/patternpack-theme.css" rel="stylesheet" /> <link href="../assets/../theme-assets/css/github.css" rel="stylesheet" /> <link href="../assets/css/patterns.css" rel="stylesheet" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Colors</title> </head> <body> <div id="libraryContainer" class="pp-container"> <header class="pp-header"> <a href="/"> <img src="/theme-assets/images/logo.svg" class="pp-header__logo"> </a> <div id="menuToggle" class="pp-menu-toggle"> <div class="pp-menu-toggle__hamburger">Menu</div> </div> </header> <div id="libraryContent" class="pp-content"> <div class="markdown__body"> <h2 id="colors">Colors</h2> <p>These are Colors in the Application</p> <h3 id="examples">Examples</h3> <div class="library__example"> <div class="library__color-swatch"> <span class="library__color-swatch__preview" style="background-color: #AC0023"></span> <ul class="library__color-swatch__details"> <li><strong>Red</strong> </li> <li>#AC0023</li> <li>$color-red</li> </ul> </div> <div class="library__color-swatch"> <span class="library__color-swatch__preview color-black"></span> <ul class="library__color-swatch__details"> <li><strong>color-black</strong> </li> <li>#000</li> <li>$_color-black</li> </ul> </div> <div class="library__color-swatch"> <span class="library__color-swatch__preview" style="background-color: #F5E93D"></span> <ul class="library__color-swatch__details"> <li><strong>Yellow</strong> </li> <li>#F5E93D</li> <li>$color-yellow</li> </ul> </div> </div> </div> </div> <div id="menuOverlay" class="pp-open-overlay"></div> </div> <nav class="pp-nav"> <h2 class="pp-nav__heading"> <a href=" index.html ">Atoms</a> </h2> <ul> <li> <a href="buttons.html">Buttons</a> </li> <li> <a href="colors.html">Colors</a> </li> <li> <a href="forms.html">Forms</a> </li> <li> <a href="headings.html">Headings</a> </li> <li> <a href="typography.html">Typography</a> </li> </ul> <h2 class="pp-nav__heading"> <a href=" ../molecules/index.html ">Molecules</a> </h2> <ul> <li> <a href="../molecules/nav.html">Navigation</a> </li> </ul> <h2 class="pp-nav__heading"> <a href=" ../pages/index.html ">Pages</a> </h2> <ul> <li> <a href="../pages/article-template.html">Article Template</a> </li> <li> <a href="../pages/home-page.html">Home Page</a> </li> </ul> </nav> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script> <script src="../assets/../theme-assets/js/PatternPack.Global.Navigation.js"></script> </body> </html>