wells.less 232 B

12345678910
  1. .well-transparent { background-color: transparent; }
  2. .well-lg {
  3. padding: @buffer-xl;
  4. font-size: @font-size-large + 3;
  5. h1 { font-size: 3em; }
  6. h2 { font-size: 2em; }
  7. h1, h2 { margin-top: 0; }
  8. p { margin-bottom: 30px; }
  9. }