revert mandala final opacity above md to .33, increment version
This commit is contained in:
parent
1e5389c968
commit
48cc847f00
5 changed files with 9 additions and 29 deletions
|
@ -78,10 +78,9 @@
|
|||
|
||||
$mandala_height_base: 76vh;
|
||||
$mandala_right_shift: math.div($mandala_height_base, -2);
|
||||
$mandala_final_opacity_base: 0.33;
|
||||
$mandala_final_opacity_md: 0.66;
|
||||
$mandala_final_opacity: 0.33;
|
||||
|
||||
@keyframes roll-in-down-md {
|
||||
@keyframes roll_in {
|
||||
0% {
|
||||
transform: rotate(80deg) translateY(-50%) translateX(-50%);
|
||||
opacity: 1.0;
|
||||
|
@ -89,18 +88,7 @@ $mandala_final_opacity_md: 0.66;
|
|||
|
||||
100% {
|
||||
transform: rotate(0) translateY(-50%) translateX(0px);
|
||||
opacity: $mandala_final_opacity_base;
|
||||
}
|
||||
}
|
||||
@keyframes roll-in-up-md {
|
||||
0% {
|
||||
transform: rotate(80deg) translateY(-50%) translateX(-50%);
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotate(0) translateY(-50%) translateX(0px);
|
||||
opacity: $mandala_final_opacity_md;
|
||||
opacity: $mandala_final_opacity;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -113,17 +101,8 @@ $mandala_final_opacity_md: 0.66;
|
|||
pointer-events: none;
|
||||
z-index: -999;
|
||||
transform: translateY(-50%);
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
opacity: $mandala_final_opacity_base;
|
||||
animation: roll-in-down-md 1.5s cubic-bezier(0.51, 0.04, 0.68, 1.08);
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
opacity: $mandala_final_opacity_md;
|
||||
animation: roll-in-up-md 1.5s cubic-bezier(0.51, 0.04, 0.68, 1.08);
|
||||
}
|
||||
|
||||
opacity: $mandala_final_opacity;
|
||||
animation: roll_in 1.5s cubic-bezier(0.51, 0.04, 0.68, 1.08);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -280,6 +280,7 @@ select {
|
|||
|
||||
|
||||
/* Front page layout */
|
||||
.rpwwt-widget ul li img { margin: .5em .75em .75em 0; }
|
||||
main#fp-main > div.fp-grid {
|
||||
display: grid !important;
|
||||
grid-template-columns: 1fr;
|
||||
|
|
2
dist/main.min.css
vendored
2
dist/main.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "wp-rdnyc-theme",
|
||||
"author": "Adam Piontek <adam@73k.us> (https://73k.us)",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "Wordpress theme for Recovery Dharma NYC",
|
||||
"homepage": "https://github.com/apiontek/wp-rdnyc",
|
||||
"contributors": [
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Theme URI: https://github.com/apiontek/wp-rdnyc
|
||||
* Author: Adam Piontek
|
||||
* Author URI: https://73k.us
|
||||
* Version: 1.0.3
|
||||
* Version: 1.0.4
|
||||
* License: GNU General Public License v3 or later
|
||||
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
* Text Domain: wp-rdnyc
|
||||
|
|
Loading…
Reference in a new issue