This repository has been archived by the owner on Apr 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Gareth Joyce
committed
Dec 15, 2016
1 parent
f7948e1
commit 7b7a76e
Showing
4 changed files
with
26 additions
and
97 deletions.
There are no files selected for viewing
7 changes: 4 additions & 3 deletions
7
pattern/component/field-group/3-inline.php → pattern/component/field-group/3-collapse.php
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?php /* | ||
Title: Field Group Inline | ||
Class: .field-group.field-group--inline | ||
Description: Grids up at md, see component/field-group.scss | ||
*/ ?> | ||
|
||
<div class="field-group field-group--inline"> | ||
<label for="text" class="field-group__label required">Text Input</label> | ||
<div class="field-group__field"> | ||
<input id="text" type="text" placeholder="Text Input"> | ||
</div> | ||
</div> |
This file was deleted.
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