Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2017-07-01 10:33:02 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-07-01 10:33:02 +0300
commit78de8f1a1f423a86c05f361e87012a8ea1f1211b (patch)
tree4efd8509510b7b831dd665a6273b07ec9cc0da5e /src/parallax.less
parentef4918530c3d332abbfd4e3076ffc8f9405d4da7 (diff)
IMPORTANT: Replace all rem units to px
Diffstat (limited to 'src/parallax.less')
-rw-r--r--src/parallax.less10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/parallax.less b/src/parallax.less
index 9886206..beca542 100644
--- a/src/parallax.less
+++ b/src/parallax.less
@@ -1,8 +1,8 @@
// Parallax
@parallax-deg: 3deg;
-@parallax-offset: .65rem;
-@parallax-offset-z: 10rem;
-@parallax-perspective: 100rem;
+@parallax-offset: 6.5px;
+@parallax-offset-z: 100px;
+@parallax-perspective: 1000px;
@parallax-scale: 1 - unit(@parallax-offset-z / @parallax-perspective);
.parallax {
@@ -13,7 +13,7 @@
.parallax-content {
height: auto;
- .shadow-variant(2rem);
+ .shadow-variant(20px);
transform: perspective(@parallax-perspective);
transform-style: preserve-3d;
transition: all .4s ease;
@@ -39,7 +39,7 @@
left: 0;
position: absolute;
text-align: center;
- text-shadow: 0 0 3rem fade(@dark-color, 95%);
+ text-shadow: 0 0 4px fade(@dark-color, 95%);
top: 0;
transform: translateZ(@parallax-offset-z) scale(@parallax-scale);
transition: all .4s ease;