Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: includes/styleguide/forms/buttons.md

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: Created July 18, 2017, 6:53 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1
2 ### Buttons {: .sg-h3 }
3
4 <button class="btn-outline-primary">Outline Primary</button>
5
6 <button class="btn-outline-accent">Outline Accent</button>
7
8 <button class="btn-primary">Solid Primary</button>
9
10 <button class="btn-accent">Solid Accent</button>
11
12 We can also use links as buttons:
13
14 [Outline primary](#){: .btn-outline-primary }
OLDNEW

Powered by Google App Engine
This is Rietveld