fix: Sidebar vars (#29070)

pull/29161/head
Júlia Jaeger Foresti 3 years ago committed by GitHub
parent fd3532d4f5
commit 3ca48eac9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      apps/meteor/app/theme/client/imports/general/variables.css

@ -208,7 +208,6 @@
--sidebar-md-width: 320px;
--sidebar-lg-width: 336px;
--sidebar-small-width: 90%;
--sidebar-background: var(--rc-color-primary-background);
--sidebar-background-hover: var(--rc-color-primary-dark);
--sidebar-background-light: var(--rc-color-primary-lightest);
--sidebar-background-light-hover: var(--rc-color-primary-light);
@ -353,3 +352,11 @@
--tooltip-text-size: 0.75rem;
--tooltip-radius: var(--border-radius);
}
.rcx-sidebar--main {
--sidebar-background: var(--rcx-color-surface-tint, #262931);
--sidebar-item-text-color: var(--rcx-color-font-default, #9ea2a8);
--sidebar-border-color: var(--rcx-color-stroke-extra-light, #2f343d);
}
/* #endregion */

Loading…
Cancel
Save