@loftyshaky/shared 2.3.0 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62,7 +62,7 @@ textarea {
62
62
  }
63
63
 
64
64
  svg {
65
- stroke: $lpe;
65
+ stroke: $tgp;
66
66
  }
67
67
  }
68
68
 
@@ -1,9 +1,9 @@
1
- @import '../../vars';
2
- @import '../../mixins';
3
- @import '../../functions';
4
- @import '../colors/very_dark';
5
- @import 'template';
6
-
7
- .main_2 {
8
- box-shadow: $blue_neon_very_dark;
9
- }
1
+ @import '../../vars';
2
+ @import '../../mixins';
3
+ @import '../../functions';
4
+ @import '../colors/very_dark';
5
+ @import 'template';
6
+
7
+ .main_2 {
8
+ box-shadow: $blue_neon_very_dark;
9
+ }
@@ -1,32 +1,32 @@
1
- $scrollbar_width: 17px;
2
- $font_main: 17px;
3
- $font_big: 24px;
4
- $font_small: 13px;
5
- $gap: 10px;
6
- $gap_small: 4px;
7
- $border_width: 1px;
8
- $input_height: 28px;
9
- $color_input_height: $input_height + ($border_width * 4) - 2;
10
- $input_content_gap: 8px;
11
- $input_inner_padding: 7px;
12
- $input_content_gap_2: $input_content_gap - ($border_width * 2);
13
- $main_margin: 16px;
14
- $ext_name_offset: 7px;
15
- $main_margin_2: $main_margin * 2;
16
- $main_margin_4: $main_margin * 4;
17
- $black: #212121;
18
- $yellow: #fbff75;
19
- $light_orange: #fff7c7;
20
- $blue: #3892ff;
21
- $black_shadow:
22
- rgb(0 0 0 / 30%) 0 0 30px,
23
- rgb(0 0 0 / 30%) 0 4px 8px;
24
- $black_shadow_2: 0 20px 30px rgb(0 0 0 / 20%);
25
- $blue_neon_dark:
26
- rgb(0 115 255 / 100%) 0 0 33px,
27
- rgb(255 255 255 / 40%) 0 0 10px;
28
- $blue_neon_very_dark:
29
- rgb(0 102 255 / 85%) 0 0 36px,
30
- rgb(255 255 255 / 40%) 0 0 10px;
31
- $glass_color: rgb(255 255 255 / 20%);
32
- $glass_blur: blur(8px);
1
+ $scrollbar_width: 17px;
2
+ $font_main: 17px;
3
+ $font_big: 24px;
4
+ $font_small: 13px;
5
+ $gap: 10px;
6
+ $gap_small: 4px;
7
+ $border_width: 1px;
8
+ $input_height: 28px;
9
+ $color_input_height: $input_height + ($border_width * 4) - 2;
10
+ $input_content_gap: 8px;
11
+ $input_inner_padding: 7px;
12
+ $input_content_gap_2: $input_content_gap - ($border_width * 2);
13
+ $main_margin: 16px;
14
+ $ext_name_offset: 7px;
15
+ $main_margin_2: $main_margin * 2;
16
+ $main_margin_4: $main_margin * 4;
17
+ $black: #212121;
18
+ $yellow: #fbff75;
19
+ $light_orange: #fff7c7;
20
+ $blue: #3892ff;
21
+ $black_shadow:
22
+ rgb(0 0 0 / 30%) 0 0 30px,
23
+ rgb(0 0 0 / 30%) 0 4px 8px;
24
+ $black_shadow_2: 0 20px 30px rgb(0 0 0 / 20%);
25
+ $blue_neon_dark:
26
+ rgb(0 115 255 / 100%) 0 0 33px,
27
+ rgb(255 255 255 / 40%) 0 0 10px;
28
+ $blue_neon_very_dark:
29
+ rgb(0 102 255 / 85%) 0 0 36px,
30
+ rgb(255 255 255 / 40%) 0 0 10px;
31
+ $glass_color: rgb(255 255 255 / 20%);
32
+ $glass_blur: blur(8px);