This commit is contained in:
Oleh Zasadnyy 2014-11-14 18:56:12 +02:00
parent 8f50469039
commit 4ae5844b2a
29 changed files with 171 additions and 181 deletions

View file

@ -24,7 +24,7 @@
background-position: center center !important;
background-size: cover !important;
&.parallax {
background-attachment: fixed;
//background-attachment: fixed;
box-shadow: inset 0 0 12px 3px rgba(0, 0, 0, .75);
}
&.standart-height {
@ -128,7 +128,4 @@
}
.reset-padding {
padding: 0;
}
.disable-scrolling {
overflow: hidden;
}

View file

@ -28,8 +28,8 @@ $modal-highlight-color: #212121;
}
.modal-dialog {
@media (min-width: 768px) {
width: 740px;
margin-top: 100px;
width: 740px;
margin-top: 100px;
}
}
.modal-body {
@ -44,8 +44,14 @@ $modal-highlight-color: #212121;
color: $modal-highlight-color;
}
}
.theme-video {
margin: 20px 0;
}
.theme-description {
margin: 12px 0 37px;
margin: 12px 0 20px;
}
.theme-presentation {
font-size: 15px;
}
.people-details {
.row {

View file

@ -68,7 +68,7 @@ nav {
height: 100%;
transition: $long-transition;
background: #fff;
transform: translate(-100%,0);
transform: translateX(-100%);
}
.st-menu-open & {
transform: translate(0);
@ -89,6 +89,9 @@ nav {
}
.top-header.after-scroll & {
transform: translateY(20px);
@media (max-width: 767px) {
transform: translateY(0);
}
}
}
li {