a122ee6c42
* tweaks to offline state in admin viewers page If stream is offline, hide current viewers statistic and viewers table. Also, change wording for describing max viewers. * take out ant dark stylesheet, organize ant color overrides * remove ant dark css; cleanup ant overrides; format public-detail page * combine toggleswitch component style with textfield so layout can be shared * fix toggleswitch status message placement * - update styles for modals, collapses - move reset dir into its own component - assorted style cleanups ans consistencies * hide entire advanced section for resetyp if no yp * temp adjustments to video modal * temp comment out toggle switch use for later' * address PR comments * lint * update type * allow warnings during lint Co-authored-by: nebunez <uoj2y7wak869@opayq.net>
36 lines
630 B
SCSS
36 lines
630 B
SCSS
// rename to variables.scss
|
|
|
|
:root {
|
|
|
|
--default-text-color: #fff;
|
|
|
|
--owncast-purple: rgba(90,103,216,1); //5a67d8
|
|
--owncast-purple-highlight: #ccd;
|
|
|
|
--online-color: #73dd3f;
|
|
|
|
--owncast-dark1: #1f1f21;
|
|
|
|
--ant-error: #ff4d4f;
|
|
--ant-success: #52c41a;
|
|
--ant-warning: #faad14;
|
|
--ant-transition-duration: .15s;
|
|
|
|
|
|
--container-bg-color: #1A1C24;
|
|
--container-bg-color-alt: #251c49;
|
|
--container-border-radius: 2px;
|
|
|
|
--code-purple: #82aaff;
|
|
|
|
--nav-bg-color: #1A1C24;
|
|
--nav-text: #6a76ba;
|
|
--nav-selected-text: #c48dff;
|
|
|
|
--form-focused: #8d71ff;
|
|
|
|
--textfield-border: #373640;
|
|
--textfield-bg: #100f0f;
|
|
|
|
}
|