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

use hash at css (again)

This commit is contained in:
muerwre 2019-08-25 21:03:08 +07:00
parent a1a790e56e
commit 2dc1b1def6
2 changed files with 11 additions and 1 deletions

View file

@ -14,6 +14,11 @@
border-radius: 24px;
padding: 0 3px;
flex-wrap: wrap;
transition: background-color 0.5s;
&:hover {
background: transparentize(black, 0.2);
}
& > div {
width: 30px;