parent
0654581c2b
commit
10736d718a
@ -0,0 +1,51 @@ |
|||||||
|
|
||||||
|
@layer components { |
||||||
|
|
||||||
|
.btn-white-simple { |
||||||
|
@apply bg-white hover:bg-gray-100 text-gray-800 font-semibold py-2 px-4 border border-gray-400 rounded shadow; |
||||||
|
} |
||||||
|
|
||||||
|
.btn-gray-simple { |
||||||
|
@apply text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium; |
||||||
|
} |
||||||
|
|
||||||
|
.btn-orange-simple { |
||||||
|
@apply text-white bg-orange-400 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium hover:animate-pulse; |
||||||
|
} |
||||||
|
|
||||||
|
.btn-grad-red-rose { |
||||||
|
@apply text-gray-900 text-lg bg-gradient-to-br from-rose-600 to-red-400 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-red-200 font-medium rounded-full px-5 py-2.5 text-center; |
||||||
|
} |
||||||
|
|
||||||
|
.btn-grad-green-teal { |
||||||
|
@apply text-white text-lg bg-gradient-to-br from-teal-400 to-green-500 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-green-200 font-medium rounded-full px-5 py-2.5 text-center; |
||||||
|
} |
||||||
|
|
||||||
|
.btn-grad-pink-orange { |
||||||
|
@apply text-white bg-gradient-to-br from-pink-500 to-orange-400 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-pink-200 font-medium rounded-lg text-sm px-5 py-2.5 text-center; |
||||||
|
} |
||||||
|
|
||||||
|
.btn-grad-red-yellow { |
||||||
|
@apply text-gray-900 bg-gradient-to-r from-red-200 via-red-300 to-yellow-200 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-red-100 font-medium rounded-lg text-sm px-5 py-2.5 text-center; |
||||||
|
} |
||||||
|
|
||||||
|
.btn-grad-green-blue { |
||||||
|
@apply text-white bg-gradient-to-br from-green-400 to-blue-600 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-green-200 font-medium rounded-lg text-sm px-5 py-2.5 text-center; |
||||||
|
} |
||||||
|
|
||||||
|
.btn-grad-cyon-blue { |
||||||
|
@apply text-white bg-gradient-to-r from-cyan-500 to-blue-500 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-cyan-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center; |
||||||
|
} |
||||||
|
|
||||||
|
.btn-grad-purple-blue { |
||||||
|
@apply text-white bg-gradient-to-br from-purple-600 to-blue-500 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium py-2.5 px-5 rounded-lg text-sm text-center; |
||||||
|
} |
||||||
|
|
||||||
|
.btn-grad-teal-lime { |
||||||
|
@apply text-black bg-gradient-to-r from-teal-200 to-lime-200 hover:bg-gradient-to-l hover:from-teal-200 hover:to-lime-200 focus:ring-4 focus:outline-none focus:ring-lime-200 font-medium py-2.5 px-5 rounded-lg text-center; |
||||||
|
} |
||||||
|
|
||||||
|
.btn-grad-purple-pink { |
||||||
|
@apply text-white bg-gradient-to-r from-purple-500 to-pink-500 hover:bg-gradient-to-l focus:ring-4 focus:outline-none focus:ring-purple-200 font-semibold py-2 px-4 rounded text-center; |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue