update: Change cards design and write documentation
This commit is contained in:
parent
784672d335
commit
9bd80e41eb
19 changed files with 138 additions and 16 deletions
9
stylesheets/components/_button.less
Normal file
9
stylesheets/components/_button.less
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.btn, input[type="button"], .button {
|
||||
box-shadow: none;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
opacity: 0.8;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue