prettier fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@import "tailwindcss/base";
|
||||
@import "tailwindcss/components";
|
||||
@import "tailwindcss/utilities";
|
||||
@import 'tailwindcss/base';
|
||||
@import 'tailwindcss/components';
|
||||
@import 'tailwindcss/utilities';
|
||||
|
||||
@layer utilities {
|
||||
/* Chrome, Safari and Opera */
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
input:focus ~ label,
|
||||
input:not(:placeholder-shown) ~ label {
|
||||
@apply -translate-y-2 text-xsmall-regular;
|
||||
@apply text-xsmall-regular -translate-y-2;
|
||||
}
|
||||
|
||||
input:focus ~ label {
|
||||
@@ -41,21 +41,21 @@
|
||||
transition: background-color 5000s ease-in-out 0s;
|
||||
}
|
||||
|
||||
input[type="search"]::-webkit-search-decoration,
|
||||
input[type="search"]::-webkit-search-cancel-button,
|
||||
input[type="search"]::-webkit-search-results-button,
|
||||
input[type="search"]::-webkit-search-results-decoration {
|
||||
input[type='search']::-webkit-search-decoration,
|
||||
input[type='search']::-webkit-search-cancel-button,
|
||||
input[type='search']::-webkit-search-results-button,
|
||||
input[type='search']::-webkit-search-results-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
.content-container {
|
||||
@apply max-w-[1440px] w-full mx-auto px-6;
|
||||
@apply mx-auto w-full max-w-[1440px] px-6;
|
||||
}
|
||||
|
||||
.contrast-btn {
|
||||
@apply px-4 py-2 border border-black rounded-full hover:bg-black hover:text-white transition-colors duration-200 ease-in;
|
||||
@apply rounded-full border border-black px-4 py-2 transition-colors duration-200 ease-in hover:bg-black hover:text-white;
|
||||
}
|
||||
|
||||
.text-xsmall-regular {
|
||||
|
||||
Reference in New Issue
Block a user