OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/frontend/app/assets/styleguide.jade

38 lines
1.1 KiB

doctype html
html
head
meta(charset="utf-8")
meta(content="IE=edge,chrome=1", http-equiv="X-UA-Compatible")
meta(content="The LivingStyleGuide Gem – http://livingstyleguide.org", name="generator")
meta(name="description", content=title)
title= title
link(rel='stylesheet', type='text/css', href='/assets/bundles/openproject-global.css')
!= stylesheet
script(src='/assets/bundles/openproject-global.js')
body.livingstyleguide
header.livingstyleguide--header
.styleguide-banner
h1.styleguide-banner--text= title
nav.styleguide-nav
ul.styleguide-nav--menu-items
li: a(href="#color-variables") Colors
li: a(href="#fonts") Fonts
li: a(href="#forms") Forms
li: a(href="#flash-messages") Flash Messages
li: a(href="#notifications") Notifications
li: a(href="#buttons") Buttons
li: a(href="#boxes") Boxes
li: a(href="#pagination") Pagination
section.livingstyleguide--intro
p  
.livingstyleguide--container
!= content
footer.livingstyleguide--footer
Copyright © 2015 OpenProject - All rights reserved.