mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
remove loads of styles in favor of inline styles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user