12 lines
158 B
CSS
12 lines
158 B
CSS
.playlists-loading {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
}
|
|
|
|
.chevron-icon {
|
|
font-size: 16px;
|
|
margin-left: 4px;
|
|
}
|