mirror of
https://github.com/kevinnlsamuel/rainbowcroissant.git
synced 2025-12-06 10:06:01 +05:30
@@ -1,3 +1,12 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer components {
|
||||
.grid-table th, .grid-table td {
|
||||
@apply border-2;
|
||||
@apply border-solid;
|
||||
@apply border-slate-500;
|
||||
@apply p-2;
|
||||
}
|
||||
}
|
||||
|
||||
10
src/routes/mail/+page.svelte
Normal file
10
src/routes/mail/+page.svelte
Normal file
@@ -0,0 +1,10 @@
|
||||
<p>
|
||||
This will be populated… sometime
|
||||
</p>
|
||||
|
||||
<table class="grid-table border-collapse">
|
||||
<tr>
|
||||
<th scope="row">Semester</th>
|
||||
<td>N</td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user