aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/app.pcss
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-10-05 14:45:21 +0200
committerivarlovlie <git@ivarlovlie.no>2022-10-05 14:45:21 +0200
commitb7e39b59fd0fc7b5610ebff29035bf622079e0d8 (patch)
tree64be84ebbdac9f7ceced983390c53b10d575af5c /apps/kit/src/app.pcss
parent2001c035fbb417ab0a3d42cfb04d17420bde4086 (diff)
downloadgreatoffice-b7e39b59fd0fc7b5610ebff29035bf622079e0d8.tar.xz
greatoffice-b7e39b59fd0fc7b5610ebff29035bf622079e0d8.zip
refactor: Change file structure
Diffstat (limited to 'apps/kit/src/app.pcss')
-rw-r--r--apps/kit/src/app.pcss34
1 files changed, 0 insertions, 34 deletions
diff --git a/apps/kit/src/app.pcss b/apps/kit/src/app.pcss
deleted file mode 100644
index d256fea..0000000
--- a/apps/kit/src/app.pcss
+++ /dev/null
@@ -1,34 +0,0 @@
-/* Write your global styles here, in PostCSS syntax */
-@tailwind base;
-@tailwind components;
-@tailwind utilities;
-
-pre {
- font-family: monospace !important;
-}
-
-*:focus-visible {
- outline: 1px auto;
-}
-
-.c-disabled {
- cursor: not-allowed !important;
- filter: opacity(.45);
- pointer-events: none !important;
-}
-
-.c-disabled.loading {
- cursor: wait !important;
-}
-
-.link {
- @apply text-blue-600 hover:text-blue-700 transition duration-300 ease-in-out mb-4;
-
- &.danger {
- @apply text-red-600 hover:text-red-700;
- }
-
- &.active {
- @apply underline
- }
-} \ No newline at end of file