mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 14:11:53 +00:00
8 lines
188 B
SCSS
8 lines
188 B
SCSS
|
/* ----------------------------------------------------------- */
|
||
|
/* == state */
|
||
|
/* ----------------------------------------------------------- */
|
||
|
|
||
|
.is-disabled {
|
||
|
cursor: not-allowed;
|
||
|
}
|