diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index c283ebb..eefb986 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -514,41 +514,41 @@ main { display: inline-flex; } -.shimmer { - overflow: hidden; - position: relative; - background: var(--img-bg); - - &::before { - content: ''; - position: absolute; - background: var(--shimmer-bg); - height: 100%; - width: 100%; - -webkit-animation: shimmer 1.3s infinite; - animation: shimmer 1.3s infinite; - } - - @-webkit-keyframes shimmer { - 0% { - transform: translateX(-100%); - } - - 100% { - transform: translateX(100%); - } - } - - @keyframes shimmer { - 0% { - transform: translateX(-100%); - } - - 100% { - transform: translateX(100%); - } - } -} +// .shimmer { +// overflow: hidden; +// position: relative; +// background: var(--img-bg); + +// &::before { +// content: ''; +// position: absolute; +// background: var(--shimmer-bg); +// height: 100%; +// width: 100%; +// -webkit-animation: shimmer 1.3s infinite; +// animation: shimmer 1.3s infinite; +// } + +// @-webkit-keyframes shimmer { +// 0% { +// transform: translateX(-100%); +// } + +// 100% { +// transform: translateX(100%); +// } +// } + +// @keyframes shimmer { +// 0% { +// transform: translateX(-100%); +// } + +// 100% { +// transform: translateX(100%); +// } +// } +// } .embed-video { width: 100%;