-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fresher layout, edited content, added stackable modal, etc. (#53)
- Loading branch information
Showing
23 changed files
with
6,924 additions
and
558 deletions.
There are no files selected for viewing
Empty file.
This file contains 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 characters
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; |
Oops, something went wrong.