mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-20 21:34:14 +08:00
20 lines
361 B
CSS
20 lines
361 B
CSS
/* ./src/index.css */
|
|
|
|
/*! @import */
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.n-image img {
|
|
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;
|
|
}
|