mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 09:28:26 -04:00
26 lines
740 B
SCSS
26 lines
740 B
SCSS
@use 'uswds-core' as *;
|
|
|
|
$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-base: 10;
|
|
$z-index-fullscreen-content: 100;
|
|
$z-index-fullscreen-left-column: 150;
|
|
$z-index-fullscreen-shadow: 200;
|
|
$z-index-fullscreen-header: 200;
|
|
$z-index-spreadsheet-fixed: 1000;
|
|
|
|
$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-column-width: 194px;
|
|
$spreadsheet-column-padding: 16px;
|
|
$spreadsheet-scrollbar-height: units(2);
|
|
$spreadsheet-scrollbar-thumb-radius: units(1);
|
|
$spreadsheet-scrollbar-border: 2px;
|