Skip to content

Instantly share code, notes, and snippets.

@jsmestad
Created February 14, 2014 21:51
Show Gist options
  • Select an option

  • Save jsmestad/9010096 to your computer and use it in GitHub Desktop.

Select an option

Save jsmestad/9010096 to your computer and use it in GitHub Desktop.
section.details dl {
$modal-detail-header-color: $blue !default;
$modal-detail-header-weight: 100 !default;
$modal-detail-body-bg-color: #FFF !default;
$modal-detail-body-padding: rem-calc(10) !default;
dt {
color: $modal-detail-header-color;
font-weight: $modal-detail-header-weight;
}
dd {
@extend p;
font-weight: normal;
border: 1px solid #CCC;
background-color: #FFF;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment