diff options
author | blendoit <blendoit@gmail.com> | 2020-01-29 07:04:36 -0800 |
---|---|---|
committer | blendoit <blendoit@gmail.com> | 2020-01-29 07:04:36 -0800 |
commit | c8263cf37b9ff5642d3182f1f12c61f599eaae59 (patch) | |
tree | d820669a4e0afcc2344c0c42bbd1151d8aa56d95 /app/static | |
parent | 09611b72871e15bed0da0f3c7ed96b12cc9e0709 (diff) |
D A N K button opacity fade-in cripple crossface
Diffstat (limited to 'app/static')
-rw-r--r-- | app/static/styles/home.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/static/styles/home.css b/app/static/styles/home.css index ddbe261..9fa4e94 100644 --- a/app/static/styles/home.css +++ b/app/static/styles/home.css @@ -64,13 +64,14 @@ height: 40%; } .post:hover + .btn-wrapper { - /* opacity: 100%; */ + opacity: 100%; transform: rotateX(0deg); } .btn-wrapper { position: relative; z-index: 1; + opacity: 0%; transform: rotateX(-90deg); transition-duration: var(--med-speed); } |