less round
This commit is contained in:
parent
c56d77f26f
commit
c8c56f1ca0
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.button {
|
.button {
|
||||||
@apply inline-block cursor-pointer rounded-full border-0 font-semibold leading-none transition-colors hover:opacity-80 hover:shadow-lg;
|
@apply inline-block cursor-pointer rounded-lg border-0 font-semibold leading-none transition-colors hover:opacity-80 hover:shadow-lg;
|
||||||
}
|
}
|
||||||
.button--small {
|
.button--small {
|
||||||
@apply px-2 py-0.5 text-sm;
|
@apply px-2 py-0.5 text-sm;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue