- homepage illustrations part 1

This commit is contained in:
Peter Papp
2021-04-05 08:47:49 +02:00
parent 790da00420
commit 9ea78d103e
14 changed files with 1702 additions and 386 deletions

View File

@@ -98,6 +98,40 @@
@import '@assets/oasis/_homepage';
@import '@assets/oasis/_responsive';
.oasis-navigation {
position: sticky;
top: 0;
}
.navigation {
padding: 5px 0;
z-index: 10;
@include transition(150ms);
margin-top: 35px;
&.white {
background: white;
}
.container {
display: flex;
align-items: center;
justify-content: space-between;
}
.log-in, .logo {
width: 235px;
}
.logo img {
width: 100%;
}
.log-in {
text-align: right;
}
}
@media only screen and (max-width: 960px) {
.oasis-navigation.navigation {
margin-top: 10px;