mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 08:42:08 +10:00
🚀 release: v3.0.0
This commit is contained in:
17
apps/client/components/shared/Heading.module.scss
Normal file
17
apps/client/components/shared/Heading.module.scss
Normal file
@ -0,0 +1,17 @@
|
||||
.container {
|
||||
@apply flex items-center justify-between;
|
||||
|
||||
h1 {
|
||||
@apply text-2xl;
|
||||
}
|
||||
|
||||
.actions {
|
||||
@apply flex gap-2 opacity-75 transition-opacity lg:opacity-50 dark:lg:opacity-25;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.actions {
|
||||
@apply opacity-75;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user