|
|
@ -51,21 +51,64 @@
|
|
|
|
<div class="container">
|
|
|
|
<div class="container">
|
|
|
|
<div class="grid">
|
|
|
|
<div class="grid">
|
|
|
|
<div class="col-12">
|
|
|
|
<div class="col-12">
|
|
|
|
<h2 class="highlight">
|
|
|
|
<h1 class="highlight m-bottom-5">
|
|
|
|
Components
|
|
|
|
Components
|
|
|
|
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2>Badge</h2>
|
|
|
|
|
|
|
|
<div class="content m-bottom-4">
|
|
|
|
|
|
|
|
<code><span class="badge">
|
|
|
|
|
|
|
|
Category
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</code>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<span class="badge">
|
|
|
|
|
|
|
|
Category
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
<span class="badge badge--round">
|
|
|
|
|
|
|
|
99+
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="m-top-5">
|
|
|
|
|
|
|
|
Bar
|
|
|
|
</h2>
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
<div class="content m-bottom-4">
|
|
|
|
|
|
|
|
<code><div class="bar">
|
|
|
|
|
|
|
|
<div class="bar__start">
|
|
|
|
|
|
|
|
<button class="button button--transparent">
|
|
|
|
|
|
|
|
<svg class="icon fill-text-contrast marginless" aria-hidden="true">
|
|
|
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-close"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="bar__main">
|
|
|
|
|
|
|
|
Bar
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</code>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="bar">
|
|
|
|
|
|
|
|
<div class="bar__start">
|
|
|
|
|
|
|
|
<button class="button button--transparent">
|
|
|
|
|
|
|
|
<svg class="icon fill-text-contrast marginless" aria-hidden="true">
|
|
|
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-close"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="bar__main">
|
|
|
|
|
|
|
|
Bar
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h3>
|
|
|
|
<h2 class="m-top-5">
|
|
|
|
Buttons
|
|
|
|
Buttons
|
|
|
|
</h3>
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="content">
|
|
|
|
<div class="content">
|
|
|
|
<code><button class="button">
|
|
|
|
<code><button class="button">
|
|
|
|
Default
|
|
|
|
Default
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
</code>
|
|
|
|
</code>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<button class="button">
|
|
|
|
<button class="button">
|
|
|
|
Default
|
|
|
|
Default
|
|
|
@ -108,12 +151,109 @@
|
|
|
|
<button class="button button--small">
|
|
|
|
<button class="button button--small">
|
|
|
|
Small
|
|
|
|
Small
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="grid">
|
|
|
|
<h2 class="m-top-5">Field</h2>
|
|
|
|
<div class="col-12">
|
|
|
|
<div class="content">
|
|
|
|
<h2>Icon</h2>
|
|
|
|
<code><div class="field-group">
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
Name
|
|
|
|
|
|
|
|
<input class="field-text" />
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</code>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="field-group">
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
Name
|
|
|
|
|
|
|
|
<input class="field-text" />
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="content">
|
|
|
|
|
|
|
|
<code><div class="field-group field-group--valid">
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
<svg class="icon" aria-hidden="true">
|
|
|
|
|
|
|
|
<use class="test" xlink:href="symbol-defs.svg#icon-check"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
Surname
|
|
|
|
|
|
|
|
<input class="field-text" />
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</code>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="field-group field-group--valid">
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
<svg class="icon" aria-hidden="true">
|
|
|
|
|
|
|
|
<use class="test" xlink:href="symbol-defs.svg#icon-check"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
Surname
|
|
|
|
|
|
|
|
<input class="field-text" />
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="field-group field-group--error">
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
<svg class="icon" aria-hidden="true">
|
|
|
|
|
|
|
|
<use class="test" xlink:href="symbol-defs.svg#icon-warning"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
E-Mail
|
|
|
|
|
|
|
|
<input class="field-text" />
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<span class="field-error">
|
|
|
|
|
|
|
|
String is not valid
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="field-group">
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
Towns
|
|
|
|
|
|
|
|
<select class="field-choice">
|
|
|
|
|
|
|
|
<option></option>
|
|
|
|
|
|
|
|
<option value="lonytown">Lonytown</option>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="field-group">
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
<input class="field-choice" type="checkbox" value="true" />
|
|
|
|
|
|
|
|
<svg class="icon field-choice__unchecked" aria-hidden="true">
|
|
|
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-circle"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
<svg class="icon field-choice__checked" aria-hidden="true">
|
|
|
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-circle-check"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
Do it!
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="field-group">
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
<input class="field-choice" type="radio" name="radio" value="true" />
|
|
|
|
|
|
|
|
<svg class="icon field-choice__unchecked" aria-hidden="true">
|
|
|
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-circle"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
<svg class="icon field-choice__checked" aria-hidden="true">
|
|
|
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-circle-check"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
A
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
<input class="field-choice" type="radio" name="radio" value="true" />
|
|
|
|
|
|
|
|
<svg class="icon field-choice__unchecked" aria-hidden="true">
|
|
|
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-circle"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
<svg class="icon field-choice__checked" aria-hidden="true">
|
|
|
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-circle-check"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
B
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="m-top-5">Icon</h2>
|
|
|
|
<svg class="icon" aria-hidden="true">
|
|
|
|
<svg class="icon" aria-hidden="true">
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-check"></use>
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-check"></use>
|
|
|
|
</svg>
|
|
|
|
</svg>
|
|
|
@ -126,26 +266,6 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="grid">
|
|
|
|
|
|
|
|
<div class="col-12">
|
|
|
|
|
|
|
|
<h3>
|
|
|
|
|
|
|
|
Bar
|
|
|
|
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
<div class="bar">
|
|
|
|
|
|
|
|
<div class="bar__start">
|
|
|
|
|
|
|
|
<button class="button button--transparent">
|
|
|
|
|
|
|
|
<svg class="icon fill-text-contrast marginless" aria-hidden="true">
|
|
|
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-close"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="bar__main">
|
|
|
|
|
|
|
|
Bar
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="grid">
|
|
|
|
<div class="grid">
|
|
|
|
<div class="col-12">
|
|
|
|
<div class="col-12">
|
|
|
|
<h3>
|
|
|
|
<h3>
|
|
|
@ -190,13 +310,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div class="grid">
|
|
|
|
<div class="grid">
|
|
|
|
<div class="col-12">
|
|
|
|
<div class="col-12">
|
|
|
|
<h2>Badge</h2>
|
|
|
|
|
|
|
|
<span class="badge">
|
|
|
|
|
|
|
|
Category
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
<span class="badge badge--round">
|
|
|
|
|
|
|
|
99+
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
@ -314,86 +428,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div class="grid">
|
|
|
|
<div class="grid">
|
|
|
|
<div class="col-12">
|
|
|
|
<div class="col-12">
|
|
|
|
<h2>Field</h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<form>
|
|
|
|
|
|
|
|
<div class="field-group">
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
Name
|
|
|
|
|
|
|
|
<input class="field-text" />
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="field-group field-group--valid">
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
<svg class="icon" aria-hidden="true">
|
|
|
|
|
|
|
|
<use class="test" xlink:href="symbol-defs.svg#icon-check"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
Surname
|
|
|
|
|
|
|
|
<input class="field-text" />
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="field-group field-group--error">
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
<svg class="icon" aria-hidden="true">
|
|
|
|
|
|
|
|
<use class="test" xlink:href="symbol-defs.svg#icon-warning"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
E-Mail
|
|
|
|
|
|
|
|
<input class="field-text" />
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<span class="field-error">
|
|
|
|
|
|
|
|
String is not valid
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="field-group">
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
Towns
|
|
|
|
|
|
|
|
<select class="field-choice">
|
|
|
|
|
|
|
|
<option></option>
|
|
|
|
|
|
|
|
<option value="lonytown">Lonytown</option>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="field-group">
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
<input class="field-choice" type="checkbox" value="true" />
|
|
|
|
|
|
|
|
<svg class="icon field-choice__unchecked" aria-hidden="true">
|
|
|
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-circle"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
<svg class="icon field-choice__checked" aria-hidden="true">
|
|
|
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-circle-check"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
Do it!
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="field-group">
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
<input class="field-choice" type="radio" name="radio" value="true" />
|
|
|
|
|
|
|
|
<svg class="icon field-choice__unchecked" aria-hidden="true">
|
|
|
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-circle"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
<svg class="icon field-choice__checked" aria-hidden="true">
|
|
|
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-circle-check"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
A
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<label class="field-label">
|
|
|
|
|
|
|
|
<input class="field-choice" type="radio" name="radio" value="true" />
|
|
|
|
|
|
|
|
<svg class="icon field-choice__unchecked" aria-hidden="true">
|
|
|
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-circle"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
<svg class="icon field-choice__checked" aria-hidden="true">
|
|
|
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-circle-check"></use>
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
B
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|