1
0
Fork 0

update: Change cards design and write documentation

This commit is contained in:
Ronan 2020-01-22 12:11:33 +01:00
commit 9bd80e41eb
19 changed files with 138 additions and 16 deletions

View file

@ -0,0 +1,9 @@
.btn, input[type="button"], .button {
box-shadow: none;
text-decoration: none;
&:hover {
opacity: 0.8;
box-shadow: none;
}
}