design pron
This commit is contained in:
parent
9d27496b27
commit
02348497c4
|
@ -88,7 +88,10 @@ background-image: url('/assets/img/header.svg');
|
||||||
}
|
}
|
||||||
.pivot {
|
.pivot {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
background: linear-gradient(230deg, #ff00ff7f, #426a007f);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
|
@ -102,27 +105,7 @@ background-image: url('/assets/img/header.svg');
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
background: linear-gradient(230deg, #ff00ff7f, #426a007f);
|
background: linear-gradient(230deg, #ff00ff7f, #426a007f);
|
||||||
background-position: center;
|
|
||||||
background-repeat: repeat;
|
|
||||||
-webkit-animation: AnimationName 60s ease infinite;
|
|
||||||
-moz-animation: AnimationName 60s ease infinite;
|
|
||||||
animation: AnimationName 60s ease infinite;
|
|
||||||
|
|
||||||
@-webkit-keyframes AnimationName {
|
|
||||||
0%{background-position:0% 91%}
|
|
||||||
50%{background-position:100% 10%}
|
|
||||||
100%{background-position:0% 91%}
|
|
||||||
}
|
|
||||||
@-moz-keyframes AnimationName {
|
|
||||||
0%{background-position:0% 91%}
|
|
||||||
50%{background-position:100% 10%}
|
|
||||||
100%{background-position:0% 91%}
|
|
||||||
}
|
|
||||||
@keyframes AnimationName {
|
|
||||||
0%{background-position:0% 91%}
|
|
||||||
50%{background-position:100% 10%}
|
|
||||||
100%{background-position:0% 91%}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.fullscreen-bg {
|
.fullscreen-bg {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -159,7 +142,14 @@ background-image: url('/assets/img/header.svg');
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.fullscreen-bg {
|
.fullscreen-bg {
|
||||||
background: url('/assets/img/sakrecoer-logo.svg') center center / cover no-repeat;
|
background: url('/assets/img/sakrecoer-logo.svg') center center / cover no-repeat;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.pivot {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// .fullscreen-bg__video {
|
// .fullscreen-bg__video {
|
||||||
// display: none;
|
// display: none;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
Loading…
Reference in a new issue