-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathvariables.scss
More file actions
49 lines (41 loc) · 1.46 KB
/
variables.scss
File metadata and controls
49 lines (41 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// Atlas UI compatible variable naming for data widgets
// Brand colors
$brand-primary: #264ae5 !default;
$brand-light: #e6eaff !default;
$grid-selected-row-background: $brand-light !default;
$color-contrast: #000 !default;
$color-base: #fff !default;
// Background
$bg-color: $color-base !default;
$bg-color-secondary: #f5f8fd !default;
$grid-bg-striped: #fafafb !default;
$grid-bg-hover: #f5f6f6 !default;
$hover-color: #f8f8f8 !default;
$selected-color: #dadcde !default;
$label-info-color: $color-base !default;
$color-default-light: $grid-bg-hover !default;
$color-primary-lighter: $brand-light !default;
// Text and icon colors
$gray-dark: #606671 !default;
$gray-darker: #3b4251 !default;
$caption-color: #0a1325 !default;
$form-input-placeholder-color: #757575 !default;
$form-input-border-color: $brand-primary !default;
$btn-primary-color: $color-base !default;
// Border colors
$border-color-default: #ced0d3 !default;
$grid-border-color: #ced0d3 !default;
// Sizing and spacing
$btn-font-size: 14px !default;
$spacing-smaller: 4px !default;
$spacing-small: 8px !default;
$spacing-medium: 16px !default;
$spacing-large: 24px !default;
$spacing-larger: 32px !default;
// Gallery specific spacing
$gallery-gap: $spacing-small !default;
// Effects and animations
$dragging-color-effect: rgba(10, 19, 37, 0.8) !default;
$skeleton-background: linear-gradient(90deg, rgba(194, 194, 194, 0.2) 0%, #d2d2d2 100%) !default;
// Assets
$arrow: "resources/dropdown-arrow.svg" !default;