Ionic 2 RC.0 - Device Specific CSS, line down right hand of the screen in Android

Hi

Does anyone know where device specific CSS should go in the new file structure?

I have an irritating line down one side of the screen in Android, which I fixed in beta11 using this:

::-webkit-scrollbar {
    display: none;
}

Thanks