proxyraye-nextjs/src/components/Layout/PlyrJS/PlyrJS.module.scss

13 lines
212 B
SCSS

@import 'spacing';
.container {
margin-bottom: $spacing_32;
[type="button"],
[type="reset"],
[type="submit"] {
margin-bottom: 0 !important;
}
--plyr-color-main: var(--primary)
}