Skip to content

Instantly share code, notes, and snippets.

@douglasdeodato
Created June 3, 2016 14:06
Show Gist options
  • Select an option

  • Save douglasdeodato/4474904b97d170f48a5ffd1d0642282f to your computer and use it in GitHub Desktop.

Select an option

Save douglasdeodato/4474904b97d170f48a5ffd1d0642282f to your computer and use it in GitHub Desktop.

Revisions

  1. douglasdeodato created this gist Jun 3, 2016.
    12 changes: 12 additions & 0 deletions SassMeister-input.scss
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    // ----
    // Sass (v3.4.21)
    // Compass (v1.0.3)
    // ----

    $grid-gutter-width: 30px;

    .modal-body {
    .row {
    margin: 0 -#{$grid-gutter-width/2};
    }
    }
    3 changes: 3 additions & 0 deletions SassMeister-output.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    .modal-body .row {
    margin: 0 -15px;
    }