Skip to content

Commit

Permalink
Make all spotlight variables '\!default', so they can be overridden d…
Browse files Browse the repository at this point in the history
…ownstream easily
  • Loading branch information
cbeer committed Nov 19, 2015
1 parent 239fb8c commit 5683d5f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/assets/stylesheets/spotlight/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$footer-top-margin: 3 * $padding-small-vertical;
$footer-height: 118px;
$white: #FFFFFF;
$black: #000000;
$footer-top-margin: 3 * $padding-small-vertical !default;
$footer-height: 118px !default;
$white: #FFFFFF !default;
$black: #000000 !default;

$exhibit-card-height: 350px;
$exhibit-card-bg: $well-bg;
$exhibit-card-border: $well-border;
$exhibit-card-gutter: $padding-large-horizontal;
$exhibit-card-image-size: 273px;
$exhibit-card-shadow: inset 2px 2px 5px -2px $exhibit-card-border;
$exhibit-card-height: 350px !default;
$exhibit-card-bg: $well-bg !default;
$exhibit-card-border: $well-border !default;
$exhibit-card-gutter: $padding-large-horizontal !default;
$exhibit-card-image-size: 273px !default;
$exhibit-card-shadow: inset 2px 2px 5px -2px $exhibit-card-border !default;

0 comments on commit 5683d5f

Please sign in to comment.