Added sitemap, fixed animation bug

This commit is contained in:
Oleh Zasadnyy 2014-08-25 13:52:17 +03:00
parent f056f8dcb3
commit 59106ff780
9 changed files with 43 additions and 21 deletions

View file

@ -82,10 +82,6 @@ h6 {
time {
display: block;
}
.content-wrapper {
position: relative;
z-index: 1;
}
.st-content, .st-container, .st-pusher {
height: 100%;
}

View file

@ -1,3 +1,8 @@
.content-wrapper {
position: relative;
z-index: 1;
height: 100%;
}
.bordered {
display: inline-block;
color: rgba(255, 255, 255, .6);

View file

@ -28,12 +28,14 @@
}
}
.explore {
margin-left: -12px;
margin-left: -16px;
position: absolute;
bottom: 25px;
bottom: -25px;
left: 50%;
animation: callToAction 3.5s linear 0s infinite;
@media (max-width: 767px) {
margin-left: -12.5px;
bottom: 30px;
animation: none;
}
}

View file

@ -42,15 +42,7 @@ $border-color: rgba(51, 51, 51, .6);
text-align: center;
}
}
.ticket-sales {
@extend .ticket-additional-text;
padding: 0 10px;
@media (max-width: 767px) {
padding: 0;
}
}
.ticket-fallback {
margin-top: 20px;
padding-top: 2px;
line-height: 1.2;;
}