설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_spacing.scss 427B

123456789101112131415161718
  1. /*--------------------------------------------------------------
  2. 3. Spacing
  3. ----------------------------------------------------------------*/
  4. @media screen and (min-width: 992px) {
  5. @for $i from 1 through 170 {
  6. .cs_height_#{$i} {
  7. height: $i + px !important;
  8. }
  9. }
  10. }
  11. @media screen and (max-width: 991px) {
  12. @for $i from 1 through 170 {
  13. .cs_height_lg_#{$i} {
  14. height: $i + px !important;
  15. }
  16. }
  17. }