Created
June 3, 2016 14:06
-
-
Save douglasdeodato/4474904b97d170f48a5ffd1d0642282f to your computer and use it in GitHub Desktop.
Revisions
-
douglasdeodato created this gist
Jun 3, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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}; } } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ .modal-body .row { margin: 0 -15px; }