Skip to content

Instantly share code, notes, and snippets.

@ColinOrr
Created January 17, 2015 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ColinOrr/6856c2081f7c90d4b688 to your computer and use it in GitHub Desktop.
Save ColinOrr/6856c2081f7c90d4b688 to your computer and use it in GitHub Desktop.
Bootstrap Relative Input Sizes
.input-mini { width: 60px; }
.input-small { width: 90px; }
.input-medium { width: 150px; }
.input-large { width: 210px; }
.input-xlarge { width: 270px; }
.input-xxlarge { width: 530px; }
@media (max-width: 767px) {
.input-large { width: 100%; }
.input-xlarge { width: 100%; }
.input-xxlarge { width: 100%; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment