Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
Kontush committed Apr 12, 2016
1 parent 0457a3c commit f4b14cf
Show file tree
Hide file tree
Showing 53 changed files with 3,093 additions and 129 deletions.
14 changes: 6 additions & 8 deletions client_build/css/remodal-default-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,12 @@
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin-bottom: 10px;
padding: 35px;


-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);

color: #2b2e38;
background: #fff;

}

.remodal.remodal-is-opening,
Expand Down Expand Up @@ -95,7 +93,7 @@
.remodal-close {
position: absolute;
top: 0;
left: 0;
right: 0;

display: block;
overflow: visible;
Expand Down Expand Up @@ -295,9 +293,9 @@
/* Media queries
========================================================================== */

@media only screen and (min-width: 641px) {
@media only screen and (min-width: 350px) {
.remodal {
max-width: 700px;
max-width: 350px;
}
}

Expand All @@ -309,5 +307,5 @@
}

.lt-ie9 .remodal {
width: 700px;
width: 350px;
}
Loading

0 comments on commit f4b14cf

Please sign in to comment.