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:
parent
f683fbe1dc
commit
f52ae5f0b2
3 changed files with 23 additions and 25 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue