mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 02:01:29 +10:00
🚀 release v3.0.0
This commit is contained in:
19
client/templates/Onyx/Onyx.module.scss
Normal file
19
client/templates/Onyx/Onyx.module.scss
Normal file
@ -0,0 +1,19 @@
|
||||
.page {
|
||||
@apply px-6 py-4;
|
||||
|
||||
a {
|
||||
@apply font-semibold;
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
@apply grid gap-4;
|
||||
|
||||
.main {
|
||||
@apply grid gap-4;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
@apply grid gap-4;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user