Files
AlgerMusicPlayer/src/index.css
T

20 lines
361 B
CSS
Raw Normal View History

2021-07-19 17:36:48 +08:00
/* ./src/index.css */
/*! @import */
@tailwind base;
@tailwind components;
@tailwind utilities;
.n-image img {
2024-01-03 22:27:58 +08:00
background-color: #111111;
width: 100%;
}
.n-slider-handle-indicator--top {
@apply bg-transparent text-[#ffffffdd] text-2xl px-2 py-1 shadow-none mb-0 !important;
}
.text-el {
@apply overflow-ellipsis overflow-hidden whitespace-nowrap;
}