mirror of
https://github.com/chaoming/hugo-saasify-theme.git
synced 2025-04-20 05:41:52 +02:00
feat: add scale effect to outline button hover to match primary/secondary buttons
This commit is contained in:
parent
df1d3dec94
commit
745accd112
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-outline {
|
.btn-outline {
|
||||||
@apply btn border-2 border-gray-200 hover:border-primary-600 hover:text-primary-600;
|
@apply btn border-2 border-gray-200 hover:border-primary-600 hover:text-primary-600 hover:scale-105;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|
Loading…
Add table
Reference in a new issue