Remove workspace partial scss stylesheet

This commit is contained in:
Belén Albeza 2024-06-21 15:35:54 +02:00
parent ce9fb80558
commit c9258b5526
13 changed files with 131 additions and 341 deletions

View file

@ -6,10 +6,6 @@
@use "sass:color";
// TODO: legacy Sass colors, we should eventually try to remove them in
// favor of DS colors.
$color-gray-20: #b1b2b5;
:root {
// DARK
// Dark background

View file

@ -23,3 +23,6 @@ $fs-36: math.div(36, $fs-base) + rem;
$fw400: 400; // Regular (CSS value: 'normal')
$fw500: 500; // Medium
$fw700: 700; // Bold (CSS value: 'bold')
// Line heights
$lh-150: 1.5;