src/widgets/PlaceholderPlayer.module.css
changeset 1072 ac1eacb3aa33
parent 1005 768bd0691ed1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/widgets/PlaceholderPlayer.module.css	Wed Sep 04 17:32:50 2024 +0200
@@ -0,0 +1,5 @@
+.Ldt-PlaceholderPlayer {
+    font-size: 40px; text-align: center;
+    padding: 40px 0; font-weight: bolder;
+    background: #333333; color: #FFFFFF;
+}