progress, performance & buttons
This commit is contained in:
@@ -44,7 +44,7 @@ body{
|
||||
|
||||
|
||||
.button {
|
||||
@apply w-full h-[38px] px-4 py-2 bg-secondary ring-2 ring-secondary/25 rounded-none xs:rounded-md text-white text-nowrap
|
||||
@apply w-min h-[38px] px-4 py-2 bg-secondary ring-2 ring-secondary/25 rounded-none xs:rounded-md text-white text-nowrap
|
||||
hover:bg-gradient-to-br from-secondary to-secondary-grad hover:shadow-lg transition-all hover:no-underline hover:ring-2 hover:ring-primary
|
||||
}
|
||||
|
||||
@@ -69,7 +69,7 @@ input:disabled, input:read-only, select:disabled {
|
||||
/*ARTICLE*/
|
||||
|
||||
article {
|
||||
@apply w-full relative bg-white px-0 py-0;
|
||||
@apply w-full relative bg-white px-0 py-0 z-0;
|
||||
|
||||
hr {@apply mb-4 mt-4;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user