refact front
This commit is contained in:
2
resources/sass/components/_btn.scss
vendored
2
resources/sass/components/_btn.scss
vendored
@@ -1,7 +1,7 @@
|
||||
// Button
|
||||
|
||||
.btn {
|
||||
@apply border border-transparent inline-block bg-gray-600 text-white font-semibold whitespace-no-wrap py-2 px-4 shadow-sm rounded cursor-pointer;
|
||||
@apply border border-transparent inline-block bg-gray-600 text-white font-semibold whitespace-no-wrap py-2 px-4 shadow-sm rounded cursor-pointer no-underline;
|
||||
|
||||
&:hover {
|
||||
@apply text-white bg-gray-800 transition-all duration-300;
|
||||
|
||||
Reference in New Issue
Block a user