Stablized with all CSS working now

This commit is contained in:
Alex Janousek
2025-11-06 14:23:30 -05:00
parent d86da8ed50
commit 5d9719e0f2
29 changed files with 994 additions and 417 deletions
+9 -12
View File
@@ -1,11 +1,10 @@
@use 'uswds-core' as *;
// Data visualization colors
$color-data-delivered: color('blue-50v');
$color-data-pending: color('green-cool-40v');
$color-data-failed: color('gray-cool-20');
$color-placeholder-highlight: #face00;
// Z-index scale
$z-index-base: 10;
$z-index-fullscreen-content: 100;
$z-index-fullscreen-left-column: 150;
@@ -13,16 +12,14 @@ $z-index-fullscreen-shadow: 200;
$z-index-fullscreen-header: 200;
$z-index-spreadsheet-fixed: 1000;
// SMS message bubbles
$sms-bubble-max-width: units('mobile'); // ~464px
$sms-bubble-arrow-size: units('105'); // ~10px
$sms-bubble-arrow-width: units(2); // ~13px
$sms-bubble-arrow-offset: units('205'); // ~20px
$sms-bubble-max-width: 464px;
$sms-bubble-arrow-size: 10px;
$sms-bubble-arrow-width: 13px;
$sms-bubble-arrow-offset: 20px;
$sms-bubble-arrow-rotation: 17deg;
// Spreadsheet viewer
$spreadsheet-column-width: 194px; // Keep as pixels for specific layout requirement
$spreadsheet-column-padding: 16px; // Keep as pixels for calc compatibility
$spreadsheet-scrollbar-height: units(2); // ~11px
$spreadsheet-column-width: 194px;
$spreadsheet-column-padding: 16px;
$spreadsheet-scrollbar-height: units(2);
$spreadsheet-scrollbar-thumb-radius: units(1);
$spreadsheet-scrollbar-border: 2px; // Keep as pixels for webkit scrollbar
$spreadsheet-scrollbar-border: 2px;