mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Updated to v.0.5 https://github.com/gdg-x/zeppelin/releases/tag/v0.5
This commit is contained in:
parent
8f50469039
commit
4ae5844b2a
29 changed files with 171 additions and 181 deletions
|
@ -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;
|
||||
}
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue