26 lines
642 B
SCSS
26 lines
642 B
SCSS
/* You can add global styles to this file, and also import other style files */
|
|
|
|
|
|
html, body { height: 100%; }
|
|
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
|
|
|
|
:root {
|
|
--ov-primary-color: #303030;
|
|
--ov-secondary-color: #3e3f3f;
|
|
--ov-tertiary-color: #598eff;
|
|
--ov-warn-color: #EB5144;
|
|
--ov-accent-color: #ffae35;
|
|
--ov-light-color: #e6e6e6;
|
|
|
|
--ov-logo-background-color: #3a3d3d;
|
|
|
|
--ov-text-color: #ffffff;
|
|
|
|
--ov-panel-text-color: #1d1d1d;
|
|
--ov-panel-background: #ffffff;
|
|
|
|
--ov-buttons-radius: 50%; // border-radius property
|
|
--ov-leave-button-radius: 10px;
|
|
--ov-video-radius: 5px;
|
|
--ov-panel-radius: 5px;
|
|
} |