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

refactored tag component

This commit is contained in:
Fedor Katurov 2020-10-31 18:09:15 +07:00
parent 01f52bcb63
commit ede4f4662c
16 changed files with 344 additions and 207 deletions

View file

@ -3,4 +3,8 @@
align-items: flex-start;
justify-content: flex-start;
flex-wrap: wrap;
&> * {
margin: 0 $gap $gap 0;
}
}