Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Override style classes #25

Open
gorlitzer opened this issue Oct 21, 2019 · 1 comment
Open

Override style classes #25

gorlitzer opened this issue Oct 21, 2019 · 1 comment

Comments

@gorlitzer
Copy link

Ehy, I'm trying to override default style but no luck.. can you provide a code snippet please?

@hanno-jonlay
Copy link

For anyone looking for something similar, a quick and somewhat hacky workaround:

Inside your ModalVideoComponent.js:

import './modalVideoOverride.css';

Inside ./modalVideoOverride.css:

.modal-video-body {
  max-width: 80%;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants