9 lines
169 B
CSS
9 lines
169 B
CSS
@import "tailwindcss";
|
|
@plugin "daisyui";
|
|
|
|
@theme {
|
|
--shadow-panel: 0px 0px 10px rgba(0, 0, 0, 0.3);
|
|
}
|
|
@theme {
|
|
--shadow-bar: 0px 0px 10px rgba(0, 0, 0, 0.2);
|
|
}
|