remove loads of styles in favor of inline styles

This commit is contained in:
Thomas Ruoff
2021-11-10 23:45:17 +01:00
parent 6d64e346af
commit 26e4679827
12 changed files with 39 additions and 89 deletions

View File

@@ -8,44 +8,6 @@
/* Your own custom utilities */
.wrapper {
@apply flex flex-col min-h-screen;
min-width: 300px;
}
.main {
@apply flex-grow;
hyphens: auto;
}
.form {
@apply w-full;
}
.fsw {
@apply flex flex-wrap -mx-3 mb-2;
}
.fs {
@apply w-full px-3 mb-2;
}
.flabel {
@apply block uppercase tracking-wide text-gray-500 text-xs font-bold mb-2;
}
.input-text {
@apply appearance-none bg-gray-50 text-gray-500 border rounded py-2 px-3 mb-3 leading-tight w-full;
}
.input-text:disabled {
@apply bg-gray-200 cursor-not-allowed;
}
.input-text:focus {
@apply outline-none bg-white;
}
.ibtn {
@apply p-1 text-gray-300 text-xs w-6 h-6 rounded;
}
@@ -98,14 +60,6 @@
@apply opacity-50 cursor-wait;
}
.link {
@apply font-medium text-blue-400 underline cursor-pointer;
}
.link:hover {
@apply text-blue-600;
}
.info-message {
@apply flex items-center bg-yellow-100 border-solid border border-yellow-500 rounded text-yellow-700 py-2 px-3;
}