Hi guys,
Im using custom css in my app and now I need to apply a specific css settings for scene_1213.
Is there some kind of shortcut to put all changes inside #scene_1213 not having to write it on each css code line? Something like:
@scene_1213 {
.kn-title {display: none;}
.kn-table table {zoom: 95% !important;}
etc.
etc.
}
?