Gradients

This commit is contained in:
2022-03-13 15:42:32 +01:00
parent 493e1495ce
commit 5a5eaa6615
91 changed files with 270 additions and 185 deletions

View File

@@ -75,9 +75,13 @@ const share_tumblr = () => {
border-radius: 16px;
text-align: center;
overflow: hidden;
transition: left 0.5s;
opacity: 0;
transition: left 0.4s, opacity 0.4s;
}
.visible {
left: 8em;
opacity: 1;
}
.visible { left: 8em; }
.button_full_width {
width: calc(100% - 6px);
}