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

made new hero component

This commit is contained in:
Fedor Katurov 2021-10-07 12:33:17 +07:00
parent 3b7997b442
commit 330e233869
10 changed files with 321 additions and 15 deletions

View file

@ -108,3 +108,9 @@ a {
::-webkit-scrollbar-corner {
background: transparent;
}
button {
border: none;
background-color: transparent;
outline: none;
}