Files
Verso/services/web/frontend/stylesheets/main-style.scss
T
claudeandClaude Opus 4.8 12cabd1d1b
Build and Deploy Verso / deploy (push) Successful in 9m21s
Branding: build-number version, EB Garamond title, blue filters, Present button
- Instance name: stamp the nav title with the build number at deploy time
  ("Verso V0.<run> alpha") via a sed placeholder fed by GITHUB_RUN_NUMBER,
  instead of the static "Verso V1.0 Alpha".

- Title typeface: self-host the EB Garamond latin subset (same one embedded in
  the logo SVGs) and apply it to .navbar-title so the instance name matches the
  Verso wordmark.

- Sidebar wordmark: let the logo fill the full sidebar column width (drop the
  160px cap).

- Project filters: switch the ds-nav active state (filter selection + theme
  toggle) from the green tokens to the blue scale, matching the rail.

- Present button: rename the presentation toolbar action from "Preview" to
  "Present" / "Présenter" and add a tooltip explaining it publishes the
  presentation and opens it in a new tab. New keys present /
  present_publishes_and_opens_in_new_tab in en, fr and extracted-translations.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-02 22:32:07 +00:00

57 lines
1.5 KiB
SCSS

// Web fonts
@import '../fonts/noto-sans/noto-sans.css';
@import '../fonts/inter/inter.css';
@import '../fonts/dm-mono/dm-mono.css';
@import '../fonts/merriweather/merriweather.css';
@import '../fonts/source-code-pro/source-code-pro.css';
@import '../fonts/STIXTwoMath/stix-two-math.css';
@import '../fonts/noto-serif/noto-serif.css';
@import '../fonts/open-dyslexic-mono/open-dyslexic-mono.css';
@import '../fonts/material-symbols/material-symbols.css';
@import '../fonts/eb-garamond/eb-garamond.css';
// Vendor CSS
// TODO Bootstrap 5: Check whether this works with Bootstrap 5, and whether we can replace it
@import 'vendor/select/select';
// Bootstrap-related
// Note that files containing Bootstrap or Sass files that interact with
// Bootstrap's Sass variables must use @import rather than @use because
// Bootstrap relies on its variables, mixins etc. all being global.
// Include Bootstrap 5 itself, plus overrides and extend Bootstrap styles.
@import 'base/bootstrap';
// Extra colours for the website redesign
@import 'base/colors';
// Components custom style
@import 'components/all';
// Typography-related
@import 'base/typography';
// Custom helpers
@import 'helpers/all';
// Modals
@import 'modals/all';
// Pages custom style
@import 'pages/all';
// Link styles
@import 'base/links';
@import 'base/base';
// Page layout that isn't related to a particular component or page
@import 'base/layout';
// Module styles
// TODO: find a way for modules to add styles dynamically
@import 'modules/all';
// DS unified access styles
@import 'ciam/all';