mirror of
https://github.com/genemecija/learn-morse-code.git
synced 2025-12-06 07:02:00 +01:00
New opacity fix
This commit is contained in:
parent
86c93bdcce
commit
8c1ecb6590
17725
package-lock.json
generated
17725
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -221,7 +221,7 @@ html, body {
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
opacity: 100%;
|
opacity: 1;
|
||||||
|
|
||||||
transition: all 500ms ease-in-out;
|
transition: all 500ms ease-in-out;
|
||||||
|
|
||||||
|
|
@ -638,7 +638,7 @@ $morse-button-color: rgba(112, 138, 144,0.5);
|
||||||
|
|
||||||
@keyframes hideOverlay {
|
@keyframes hideOverlay {
|
||||||
0% {
|
0% {
|
||||||
opacity: 100%;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue