Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #61 from chrishumboldt/dev-rocket
Browse files Browse the repository at this point in the history
Small change.
  • Loading branch information
chrishumboldt authored Jan 17, 2017
2 parents 5c4c504 + 12a4d70 commit 6b74fa8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion build/sass/module/_label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@
@include position(absolute, left 15px top 12px);
@include text-size(13px);
@include opacity(0.5);
@include animate(all);
@include breakpoint(large) {
@include text-size(14px);
}
}
&._animate label {
@include animate(all);
}
&._valued label {
@include position-set(top -19px left 0px);
@include text-size(11px);
Expand Down
2 changes: 1 addition & 1 deletion css/form.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocket-form",
"version": "3.1.3",
"version": "3.1.4",
"description": "A universal form module.",
"main": "js/form.min.js",
"repository": {
Expand Down

0 comments on commit 6b74fa8

Please sign in to comment.