1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed image slider

This commit is contained in:
Fedor Katurov 2020-04-24 14:36:18 +07:00
parent f683fbe1dc
commit f52ae5f0b2
3 changed files with 23 additions and 25 deletions

View file

@ -9,12 +9,13 @@
position: absolute;
background: transparentize(black, 0.5);
display: flex;
right: 0;
top: 0;
border-radius: 8px;
left: 50%;
top: -60px;
border-radius: 24px;
padding: 0 3px;
flex-wrap: wrap;
transition: background-color 0.5s;
transform: translate(-50%, 0);
&:hover {
background: transparentize(black, 0.2);