chore: heygermany customer project
This commit is contained in:
24
apps/website/components/ui/ThemeToggle.module.css
Normal file
24
apps/website/components/ui/ThemeToggle.module.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.icon {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.dark {
|
||||
@mixin dark {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@mixin light {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.light {
|
||||
@mixin light {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@mixin dark {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user