Skip to content

Commit 4fcd5ad

Browse files
Merge pull request #1162 from liberu-genealogy/sweep/Add-Button-Styling-Class-to-Site-CSS
Add Button Styling Class to Site CSS
2 parents 1fafb85 + 5971a79 commit 4fcd5ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

resources/css/site.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ footer
1818
}
1919

2020
/* Custom styles extracted from tailwind.css */
21+
.btn {
2122
@apply px-4 py-2 bg-blue-500 text-white font-semibold rounded-lg shadow-md hover:bg-blue-700;
2223
}
2324
.form-input {

0 commit comments

Comments
 (0)