Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Oops, missed a file
Browse files Browse the repository at this point in the history
  • Loading branch information
jedfoster committed Mar 24, 2013
1 parent 1b6a6c9 commit 0e80ef4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions sass/ui_patterns/_form_control.scss
@@ -0,0 +1,18 @@
.form_control {
@include grid(4, $grid_context: 4);

margin-bottom: em(16);
min-height: em(52);

@media #{$desktop} {
@include grid(4);

&:first-child {
@include grid(4.125, alpha);
}

&:last-child {
@include grid(4.125, omega);
}
}
}

0 comments on commit 0e80ef4

Please sign in to comment.