Skip to content

Commit

Permalink
🎨 perfect styles
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed May 16, 2015
1 parent 7973a12 commit b7da441
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/remodal-default-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Remodal's default mobile first theme
========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
Expand All @@ -14,11 +21,11 @@
}

.remodal-overlay.remodal-is-opening {
animation: remodal-overlay-opening-keyframes 0.2s;
animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
animation: remodal-overlay-closing-keyframes 0.2s;
animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */
Expand All @@ -35,7 +42,7 @@
margin-bottom: 10px;
padding: 35px;

color: #182a3c;
color: #2b2e38;
background: #fff;
}

Expand All @@ -45,11 +52,11 @@
}

.remodal.remodal-is-opening {
animation: remodal-opening-keyframes 0.2s;
animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
animation: remodal-closing-keyframes 0.2s;
animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */
Expand Down Expand Up @@ -209,13 +216,6 @@
.remodal {
max-width: 700px;
}

/* Background for effects */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
filter: blur(3px);
}
}

/* IE8
Expand Down

0 comments on commit b7da441

Please sign in to comment.