Commit 9bd3d255 authored by Simon Knox's avatar Simon Knox

appease lint

parent 765f40d9
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
} }
.modal-body { .modal-body {
background-color: $modal-body-bg;
position: relative; position: relative;
padding: #{3 * $grid-size} #{2 * $grid-size}; padding: #{3 * $grid-size} #{2 * $grid-size};
...@@ -47,6 +48,3 @@ body.modal-open { ...@@ -47,6 +48,3 @@ body.modal-open {
display: block; display: block;
} }
.modal-body {
background-color: $modal-body-bg;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment