Guest User

Untitled

a guest
Dec 11th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. .myform {
  2. $label-width: 80px;
  3. .form-horizontal .control-label {
  4. width: $label-width;
  5. }
  6. .form-horizontal .controls {
  7. margin-left: $label-width + 20px;
  8. }
  9. }
Add Comment
Please, Sign In to add comment