Skip to content

Commit

Permalink
fresher layout, edited content, added stackable modal, etc. (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmh committed Oct 21, 2013
1 parent 2ca9212 commit 4221647
Show file tree
Hide file tree
Showing 23 changed files with 6,924 additions and 558 deletions.
Empty file modified Gruntfile.js
100644 → 100755
Empty file.
23 changes: 23 additions & 0 deletions _modal-config.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/**
* CSS Modal Configuration
* http://drublic.github.com/css-modal
*
* @author Hans Christian Reinl - @drublic
* @Since 1.1.0alpha
*/

// Modal General Styles
$modal-max-width: 650px !default;
$modal-border-radius: 2px !default;

// Modal Plain Screen Styles
$modal-plain-screen-overlay: #fff !default;

// Set high z-index to appear above all other content
$modal-layer: 999 !default;

// Color configuration
$modal-border-color: #ddd !default;
$modal-inner-background: #fff !default;
$modal-color: #222 !default;
$modal-mobile-header: #27aae2 !default;
Loading

0 comments on commit 4221647

Please sign in to comment.