Skip to content

Commit

Permalink
Added docs for other input elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Ledung committed Aug 31, 2015
1 parent 2552ae8 commit d2959b6
Show file tree
Hide file tree
Showing 2 changed files with 350 additions and 13 deletions.
24 changes: 18 additions & 6 deletions examples/examples.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
max-width: 768px;
text-align: center;

&.-left {
&.-text-left {
text-align: left;
}

Expand Down Expand Up @@ -73,13 +73,15 @@

.code-block {
font-family: consolas, menlo, monaco, monospace;
font-size: 16px;
font-size: 12px;
background-color: @grey-light-bg;
border: solid 1px @grey-light;
display: block;
padding: 10px;
padding: 0 20px;
white-space: pre;
word-wrap: break-word;
line-height: 1;
display: block;
overflow-y: hidden;
overflow-x: auto;
}

.button-group {
Expand All @@ -104,4 +106,14 @@
}
}
}
}
}

.input-group {
margin-bottom: 1rem;
}

.form-label {
&:extend(h4);
display: block;
margin-bottom: 1rem;
}
Loading

0 comments on commit d2959b6

Please sign in to comment.