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

changed image switcher appearance

This commit is contained in:
muerwre 2019-08-20 22:30:06 +07:00
parent a68c752325
commit c7581e976e
3 changed files with 22 additions and 8 deletions

View file

@ -18,12 +18,12 @@
width: 30px;
height: 30px;
box-sizing: border-box;
opacity: .3;
cursor: pointer;
transition: opacity 0.25s;
display: flex;
align-items: center;
justify-content: center;
opacity: .5;
transition: opacity 0.25s;
&:hover {
opacity: 1;
@ -38,5 +38,11 @@
border-radius: 8px;
box-shadow: inset white 0 0 0 2px;
}
&:global(.is_active) {
&::after {
background: white;
}
}
}
}