aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2022-06-05 16:37:02 -0500
committerFurkan Sahin <furkan-dev@proton.me>2022-06-05 16:37:02 -0500
commitfe45c328fbd83a0659b16598ad91d7d5d2361b02 (patch)
treee07dcc569d4d5dd4c54f605f6d261c0338fa58dc
parent81a3ddbbf4188ee27d702e3005924efb5771a6b4 (diff)
Remove custom css, use inline
-rw-r--r--src/App.svelte24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/App.svelte b/src/App.svelte
index 4664e1e..b775e86 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -18,29 +18,5 @@
/* Custom Styles */
@layer utilities {
- .assign-box {
- /* w-1/3 bg-green-500 flex flex-col border-solid hover:border-4 border-2 border-slate-400 */
- width: 33.33%;
- display: flex;
- flex-direction: column;
- border-width: 4px;
- border: solid;
- border-color: rgb(148 163 184);
- }
- .assign-box:hover {
- border-width: 6px;
- border-color: black;
- }
-
- .assign-box-header {
- font-size: 1.5rem;
- font-family: sans;
- border: solid;
- text-align: center;
- height: 10%;
- overflow: hidden;
- }
-
-
}
</style>