mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-08 01:06:43 +02:00
- use codeigniter-vite to manage static resources - update dependencies to latest closes #551
9 lines
141 B
CSS
9 lines
141 B
CSS
@layer base {
|
|
[data-dropdown="menu"] {
|
|
@apply absolute z-50;
|
|
}
|
|
|
|
[data-dropdown="menu"]:not([data-show]) {
|
|
@apply hidden;
|
|
}
|
|
}
|