@castlabs/ui 7.1.0 → 7.2.1

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.
Files changed (139) hide show
  1. package/README.md +5 -21
  2. package/dist/assets/DMMono/index.scss +41 -0
  3. package/dist/assets/FontAwesome5/LICENSE.txt +34 -0
  4. package/{src/fonts/FontAwesome5/FontAwesome5.scss → dist/assets/FontAwesome5/index.scss} +6 -6
  5. package/{src/fonts/NonNaturalGroteskInktrap/NonNaturalGroteskInktrap.scss → dist/assets/NonNaturalGroteskInktrap/index.scss} +6 -3
  6. package/dist/castlabs-ui.common.js +1 -1
  7. package/dist/castlabs-ui.common.js.map +1 -1
  8. package/dist/castlabs-ui.css +5 -5
  9. package/dist/castlabs-ui.umd.js +9 -9
  10. package/dist/castlabs-ui.umd.js.map +1 -1
  11. package/package.json +1 -1
  12. package/src/components/ClAlert/style.scss +2 -0
  13. package/src/components/ClBadge/style.scss +2 -1
  14. package/src/components/ClBadge/style.variables.scss +2 -0
  15. package/src/components/ClBlockquote/style.scss +13 -0
  16. package/src/components/ClBlockquote/style.variables.scss +15 -0
  17. package/src/components/ClButton/style.scss +6 -4
  18. package/src/components/ClCard/style.scss +2 -1
  19. package/src/components/ClCard/style.variables.scss +2 -0
  20. package/src/components/ClDropdown/style.scss +2 -0
  21. package/src/components/ClDropzone/style.scss +2 -0
  22. package/src/components/ClFooter/style.scss +2 -0
  23. package/src/components/ClHighlight/style.scss +2 -0
  24. package/src/components/ClIcon/style.scss +2 -6
  25. package/src/components/ClIconotron/style.scss +2 -0
  26. package/src/components/ClList/style.scss +3 -2
  27. package/src/components/ClList/style.variables.scss +3 -3
  28. package/src/components/ClListGroup/style.scss +3 -1
  29. package/src/components/ClPagination/style.scss +3 -1
  30. package/src/components/ClProgress/style.scss +7 -1
  31. package/src/components/ClScrollbar/style.scss +2 -1
  32. package/src/components/ClSpinner/style.scss +2 -0
  33. package/src/components/ClTabs/style.scss +2 -0
  34. package/src/components/ClToggle/style.scss +2 -0
  35. package/src/components/ClTooltip/style.scss +3 -1
  36. package/src/components/ClWizard/style.scss +2 -0
  37. package/src/components/form/ClField/style.scss +2 -0
  38. package/src/components/form/ClFieldCheck/style.scss +7 -2
  39. package/src/components/form/ClFieldFile/style.scss +2 -0
  40. package/src/components/form/ClFieldGroup/style.scss +2 -0
  41. package/src/components/form/ClFieldInput/style.scss +2 -0
  42. package/src/components/form/ClFieldSelect/style.scss +8 -5
  43. package/src/components/form/ClFieldSet/style.scss +2 -0
  44. package/src/components/form/ClForm/style.scss +2 -0
  45. package/src/components/modal/ClModal/style.scss +3 -0
  46. package/src/components/navigation/ClNavSide/ClNavDrawer/style.scss +1 -0
  47. package/src/components/navigation/ClNavSide/ClNavSideMenu/style.scss +2 -0
  48. package/src/components/navigation/ClNavSide/style.scss +1 -4
  49. package/src/components/navigation/ClNavTop/style.scss +6 -4
  50. package/src/components/section/ClSectionForm/style.scss +2 -0
  51. package/src/components/section/ClSectionHeadline/style.scss +2 -0
  52. package/src/components/section/ClSectionMainSide/style.scss +2 -0
  53. package/src/components/table/ClTable/style.scss +2 -1
  54. package/src/components/table/ClTable/style.variables.scss +3 -2
  55. package/src/components/table/ClTableCel/Actions/style.scss +3 -1
  56. package/src/components/table/ClTableCel/Audit/style.scss +4 -2
  57. package/src/components/table/ClTableCel/Boolean/style.scss +3 -1
  58. package/src/components/table/ClTableCel/Checkbox/style.scss +2 -0
  59. package/src/components/table/ClTableCel/Code/style.scss +4 -1
  60. package/src/components/table/ClTableCel/Currency/style.scss +3 -1
  61. package/src/components/table/ClTableCel/Date/style.scss +3 -1
  62. package/src/components/table/ClTableCel/ID/style.scss +4 -1
  63. package/src/components/table/ClTableCel/Links/style.scss +4 -2
  64. package/src/components/table/ClTableCel/style.scss +2 -1
  65. package/src/components/table/ClTableCel/style.variables.scss +3 -0
  66. package/src/components/table/ClTableFootChecked/style.scss +2 -0
  67. package/src/components/table/ClTableHead/style.scss +3 -1
  68. package/src/components/text/ClCopy/style.scss +2 -0
  69. package/src/components/text/ClHashtag/style.scss +3 -0
  70. package/src/components/text/ClLinkExternal/style.scss +2 -0
  71. package/src/components/text/ClOrg/style.scss +2 -0
  72. package/src/components/text/ClPlan/style.scss +3 -0
  73. package/src/components/text/ClRole/style.scss +3 -0
  74. package/src/components/widget/ClBackCancelOk/style.scss +2 -0
  75. package/src/components/widget/ClCookieBanner/style.scss +2 -0
  76. package/src/components/widget/ClPage/style.scss +2 -0
  77. package/src/styles/_global.scss +12 -51
  78. package/src/styles/abstracts/app.scss +23 -0
  79. package/src/styles/{components/button.variables.scss → abstracts/button.scss} +5 -9
  80. package/src/styles/abstracts/color.scss +20 -0
  81. package/src/styles/{assets/fontawesome.variables.scss → abstracts/fontawesome.scss} +3 -0
  82. package/src/styles/{components/form.variables.scss → abstracts/form.scss} +6 -0
  83. package/src/styles/{layout/grid.variables.scss → abstracts/grid.scss} +8 -1
  84. package/src/styles/abstracts/responsive.scss +84 -0
  85. package/src/styles/abstracts/spacing.scss +51 -0
  86. package/src/styles/abstracts/tools.scss +6 -0
  87. package/src/styles/{layout/typography.variables.scss → abstracts/typography.scss} +18 -11
  88. package/src/styles/assets/logo.scss +7 -2
  89. package/src/styles/fonts/DMMono/DM_Mono_300.woff2 +0 -0
  90. package/src/styles/fonts/DMMono/DM_Mono_300italic.woff2 +0 -0
  91. package/src/styles/fonts/DMMono/DM_Mono_400.woff2 +0 -0
  92. package/src/styles/fonts/DMMono/DM_Mono_400italic.woff2 +0 -0
  93. package/src/styles/fonts/DMMono/DM_Mono_500.woff2 +0 -0
  94. package/src/styles/fonts/DMMono/DM_Mono_500italic.woff2 +0 -0
  95. package/src/styles/fonts/DMMono/index.scss +41 -0
  96. package/src/styles/fonts/FontAwesome5/fa-brands-400.woff2 +0 -0
  97. package/src/styles/fonts/FontAwesome5/fa-regular-400.woff2 +0 -0
  98. package/src/styles/fonts/FontAwesome5/fa-solid-900.woff2 +0 -0
  99. package/src/styles/fonts/FontAwesome5/index.scss +6124 -0
  100. package/src/styles/fonts/NonNaturalGroteskInktrap/NonNaturalGroteskInktrap-Bold.woff2 +0 -0
  101. package/src/styles/fonts/NonNaturalGroteskInktrap/NonNaturalGroteskInktrap-Medium.woff2 +0 -0
  102. package/src/styles/fonts/NonNaturalGroteskInktrap/NonNaturalGroteskInktrap-Regular.woff2 +0 -0
  103. package/src/styles/fonts/NonNaturalGroteskInktrap/index.scss +37 -0
  104. package/src/styles/layout/animation.scss +2 -0
  105. package/src/styles/layout/app.scss +2 -0
  106. package/src/styles/layout/color.scss +2 -0
  107. package/src/styles/layout/grid.scss +3 -4
  108. package/src/styles/layout/helper.scss +3 -0
  109. package/src/styles/layout/scrollbar.scss +2 -0
  110. package/src/styles/layout/section.scss +1 -9
  111. package/src/styles/layout/spacing.scss +3 -4
  112. package/src/styles/layout/typography.scss +16 -12
  113. package/src/styles/ui.scss +96 -77
  114. package/src/styles/vendors/bootstrap.scss +20 -19
  115. package/src/assets/bs/checked.svg +0 -1
  116. package/src/assets/bs/select-disabled.svg +0 -1
  117. package/src/assets/bs/select.svg +0 -1
  118. package/src/assets/castlabs-logo-eggshell.svg +0 -33
  119. package/src/assets/castlabs-logo.svg +0 -33
  120. package/src/fonts/DMMono/DMMono.scss +0 -44
  121. package/src/styles/abstracts/brand.scss +0 -9
  122. package/src/styles/abstracts/layer.scss +0 -10
  123. package/src/styles/assets/fontawesome.scss +0 -2
  124. package/src/styles/vendors/castlabs.scss +0 -17
  125. /package/{src/fonts → dist/assets}/DMMono/DM_Mono_300.woff2 +0 -0
  126. /package/{src/fonts → dist/assets}/DMMono/DM_Mono_300italic.woff2 +0 -0
  127. /package/{src/fonts → dist/assets}/DMMono/DM_Mono_400.woff2 +0 -0
  128. /package/{src/fonts → dist/assets}/DMMono/DM_Mono_400italic.woff2 +0 -0
  129. /package/{src/fonts → dist/assets}/DMMono/DM_Mono_500.woff2 +0 -0
  130. /package/{src/fonts → dist/assets}/DMMono/DM_Mono_500italic.woff2 +0 -0
  131. /package/{src/fonts → dist/assets}/FontAwesome5/fa-brands-400.woff2 +0 -0
  132. /package/{src/fonts → dist/assets}/FontAwesome5/fa-regular-400.woff2 +0 -0
  133. /package/{src/fonts → dist/assets}/FontAwesome5/fa-solid-900.woff2 +0 -0
  134. /package/{src/fonts → dist/assets}/NonNaturalGroteskInktrap/NonNaturalGroteskInktrap-Bold.woff2 +0 -0
  135. /package/{src/fonts → dist/assets}/NonNaturalGroteskInktrap/NonNaturalGroteskInktrap-Medium.woff2 +0 -0
  136. /package/{src/fonts → dist/assets}/NonNaturalGroteskInktrap/NonNaturalGroteskInktrap-Regular.woff2 +0 -0
  137. /package/dist/assets/{bs/checked.svg → checked.svg} +0 -0
  138. /package/dist/assets/{bs/select-disabled.svg → select-disabled.svg} +0 -0
  139. /package/dist/assets/{bs/select.svg → select.svg} +0 -0
@@ -0,0 +1,37 @@
1
+ // stylelint-disable at-rule-descriptor-value-no-unknown
2
+
3
+ $cl-url-prefix: '' !default;
4
+ $cl-url-postfix: '' !default;
5
+
6
+ $non-natural-ascent-override: 100%;
7
+ $non-natural-descent-override: 40%;
8
+
9
+ @mixin NonNaturalGroteskInktrap {
10
+ @font-face {
11
+ ascent-override: $non-natural-ascent-override;
12
+ descent-override: $non-natural-descent-override;
13
+ font-family: NonNaturalGroteskInktrap;
14
+ font-style: normal;
15
+ font-weight: 400;
16
+ src: url('#{$cl-url-prefix}NonNaturalGroteskInktrap-Regular.woff2#{$cl-url-postfix}')
17
+ format('woff2');
18
+ }
19
+ @font-face {
20
+ ascent-override: $non-natural-ascent-override;
21
+ descent-override: $non-natural-descent-override;
22
+ font-family: NonNaturalGroteskInktrap;
23
+ font-style: normal;
24
+ font-weight: 500;
25
+ src: url('#{$cl-url-prefix}NonNaturalGroteskInktrap-Medium.woff2#{$cl-url-postfix}')
26
+ format('woff2');
27
+ }
28
+ @font-face {
29
+ ascent-override: $non-natural-ascent-override;
30
+ descent-override: $non-natural-descent-override;
31
+ font-family: NonNaturalGroteskInktrap;
32
+ font-style: normal;
33
+ font-weight: 700;
34
+ src: url('#{$cl-url-prefix}NonNaturalGroteskInktrap-Bold.woff2#{$cl-url-postfix}')
35
+ format('woff2');
36
+ }
37
+ }
@@ -3,6 +3,8 @@
3
3
  /// @access public
4
4
  ////
5
5
 
6
+ @use '../global' as *;
7
+
6
8
  // This file defines animations and transitions used in this app.
7
9
 
8
10
  // --- flash up text, e.g. after copy ------------------------------------------
@@ -5,6 +5,8 @@
5
5
 
6
6
  // This file defines classes most of our app will need for landing page handling
7
7
 
8
+ @use '../global' as *;
9
+
8
10
  .cl-app {
9
11
  height: 100%;
10
12
  }
@@ -5,6 +5,8 @@
5
5
 
6
6
  // Basic/generic color classes.
7
7
 
8
+ @use '../global' as *;
9
+
8
10
  // note: order of selectors in this file are important. do not move colors around or
9
11
  // .cl-color-* overrides might not work
10
12
 
@@ -5,8 +5,9 @@
5
5
 
6
6
  // This file defines our page grid. It is mostly based on bootstrap but with a few tweaks.
7
7
 
8
- @import 'bootstrap/scss/bootstrap-grid';
9
- @import 'grid.variables';
8
+ @use '../global' as *;
9
+
10
+ // hint: see also vendors/bootstrap.scss for the actual Bootstrap imports
10
11
 
11
12
  // bootstrap uses a narrow container for sm, but we prefer full-width instead
12
13
  @include media-breakpoint-only(sm) {
@@ -72,8 +73,6 @@
72
73
 
73
74
  // -----------------------------------------------------------------------------
74
75
 
75
- $grid-spacing: $spacing-small;
76
-
77
76
  section {
78
77
  padding-bottom: $spacing-small;
79
78
  padding-top: 0; // first element usually will add the rest.
@@ -5,6 +5,9 @@
5
5
 
6
6
  // This file defines various helper classes for easy css style access.
7
7
 
8
+ @use '../global' as *;
9
+ @use 'sass:math';
10
+
8
11
  .cl-nowrap {
9
12
  text-wrap: nowrap;
10
13
  }
@@ -5,6 +5,8 @@
5
5
 
6
6
  // This file defines tweaks scrollbars for rounded boxes and uses our CI colors.
7
7
 
8
+ @use '../global' as *;
9
+
8
10
  main,
9
11
  .cl-section {
10
12
  scrollbar-color: $color-ci-clay transparent;
@@ -5,15 +5,7 @@
5
5
 
6
6
  // This file defines how we structure pages with <section class="cl-section">s.
7
7
 
8
- %section-padding {
9
- padding-left: $spacing-tiny;
10
- padding-right: $spacing-tiny;
11
-
12
- @include media-breakpoint-up(sm) {
13
- padding-left: $spacing-medium;
14
- padding-right: $spacing-medium;
15
- }
16
- }
8
+ @use '../global' as *;
17
9
 
18
10
  .cl-section {
19
11
  @extend %section-padding;
@@ -5,6 +5,8 @@
5
5
 
6
6
  // This file contains spacing elements and helpers.
7
7
 
8
+ @use '../global' as *;
9
+
8
10
  // We move all margins to the top of entities. This makes it soo much easier
9
11
  // to use the + selector for fine-tuning situation specific spacings later on.
10
12
 
@@ -123,11 +125,8 @@ main {
123
125
  }
124
126
 
125
127
  // remove margins for divs in certain flexbox variants
126
- %cl-grid-flex-centered,
127
128
  .cl-grid-flex-centered {
128
- > * {
129
- @include spacing-before(0);
130
- }
129
+ @extend %cl-grid-flex-centered;
131
130
  }
132
131
 
133
132
  // -----------------------------------------------------------------------------
@@ -5,15 +5,24 @@
5
5
 
6
6
  // This file defines our basic typography rules.
7
7
 
8
- @import 'typography.variables';
8
+ $cl-url-prefix: '' !default;
9
+ $cl-url-postfix: '' !default;
10
+
11
+ @use '../global' as *;
9
12
 
10
13
  // conditionally import fonts so themes can omit them
11
- @import '../../fonts/DMMono/DMMono';
12
- @import '../../fonts/NonNaturalGroteskInktrap/NonNaturalGroteskInktrap';
14
+ @use '../fonts/DMMono' with (
15
+ $cl-url-prefix: '#{$cl-url-prefix}DMMono/',
16
+ $cl-url-postfix: $cl-url-postfix
17
+ );
18
+ @use '../fonts/NonNaturalGroteskInktrap' with (
19
+ $cl-url-prefix: '#{$cl-url-prefix}NonNaturalGroteskInktrap/',
20
+ $cl-url-postfix: $cl-url-postfix
21
+ );
13
22
  $castlabs-ui-fonts: true !default;
14
23
  @if $castlabs-ui-fonts {
15
- @include NonNaturalGroteskInktrap;
16
- @include DMMono;
24
+ @include NonNaturalGroteskInktrap.NonNaturalGroteskInktrap;
25
+ @include DMMono.DMMono;
17
26
  }
18
27
 
19
28
  // --- text --------------------------------------------------------------------
@@ -215,16 +224,11 @@ main {
215
224
 
216
225
  // --- block quotes ----------------------------------------------------------
217
226
 
218
- blockquote {
219
- @include cl-accent;
220
-
221
- border-left: $bar-ui-width solid var(--cl-color-accent);
222
- padding-left: calc($list-indent - $bar-ui-width);
223
- }
227
+ // see ClBlockquote
224
228
 
225
229
  // --- lists -------------------------------------------------------------------
226
230
 
227
- // see Lists.scss
231
+ // see ClList
228
232
  }
229
233
 
230
234
  // --- ruler -------------------------------------------------------------------
@@ -4,90 +4,109 @@
4
4
  ////
5
5
 
6
6
  // This file is the root for this lib's stylesheet and will include all others.
7
+ // It is not to be used in Vue.js projects, but any other web frameworks that
8
+ // want to pull in our styles via a .scss file.
7
9
 
8
- // Hint: Component-specific rules go into the vue components folders impored below.
10
+ $castlabs-ui-asset-prefix: './' !default;
11
+ $castlabs-ui-asset-postfix: '' !default;
9
12
 
10
- @use 'sass:math';
13
+ @use 'vendors/bootstrap'; // must go first
11
14
 
12
- $castlabs-ui-asset-prefix: '..' !default;
15
+ @use 'layout/animation';
16
+ @use 'layout/app';
17
+ @use 'layout/color';
18
+ @use 'layout/grid';
19
+ @use 'layout/helper';
20
+ @use 'layout/scrollbar';
21
+ @use 'layout/section';
22
+ @use 'layout/spacing';
23
+ @use 'layout/typography' with (
24
+ $cl-url-prefix: $castlabs-ui-asset-prefix,
25
+ $cl-url-postfix: $castlabs-ui-asset-postfix
26
+ );
13
27
 
14
- @import 'bootstrap/scss/bootstrap-reboot';
15
- @import 'bootstrap/scss/helpers/ratio';
16
- @import 'assets/logo';
17
- @import 'assets/fontawesome';
18
- @import 'global';
28
+ @use 'assets/logo' with (
29
+ $cl-url-prefix: $castlabs-ui-asset-prefix,
30
+ $cl-url-postfix: $castlabs-ui-asset-postfix
31
+ );
32
+ @use 'fonts/FontAwesome5' with (
33
+ $cl-url-prefix: '#{$castlabs-ui-asset-prefix}FontAwesome5/',
34
+ $cl-url-postfix: $castlabs-ui-asset-postfix
35
+ );
19
36
 
20
- @import 'layout/animation';
21
- @import 'layout/app';
22
- @import 'layout/color';
23
- @import 'layout/grid';
24
- @import 'layout/helper';
25
- @import 'layout/scrollbar';
26
- @import 'layout/section';
27
- @import 'layout/spacing';
28
- @import 'layout/typography';
37
+ @use '../components/ClAlert/style' as *;
38
+ @use '../components/ClBadge/style' as *;
39
+ @use '../components/ClBlockquote/style' as *;
40
+ @use '../components/ClButton/style' as *;
41
+ @use '../components/ClCard/style' as *;
42
+ @use '../components/ClDropdown/style' as *;
43
+ @use '../components/ClDropzone/style' as *;
44
+ @use '../components/ClFooter/style' as *;
45
+ @use '../components/ClHighlight/style' as *;
46
+ @use '../components/ClIcon/style' as *;
47
+ @use '../components/ClIconotron/style' as *;
48
+ @use '../components/ClList/style' as *;
49
+ @use '../components/ClListGroup/style' as *;
50
+ @use '../components/ClPagination/style' as *;
51
+ @use '../components/ClProgress/style' as *;
52
+ @use '../components/ClScrollbar/style' as *;
53
+ @use '../components/ClSpinner/style' as *;
54
+ @use '../components/ClTabs/style' as *;
55
+ @use '../components/ClToggle/style' as *;
56
+ @use '../components/ClTooltip/style' as *;
57
+ @use '../components/ClWizard/style' as *;
58
+ @use '../components/form/ClField/style' as *;
59
+ @use '../components/form/ClFieldCheck/style' as * with (
60
+ $cl-url-prefix: $castlabs-ui-asset-prefix,
61
+ $cl-url-postfix: $castlabs-ui-asset-postfix
62
+ );
63
+ @use '../components/form/ClFieldFile/style' as *;
64
+ @use '../components/form/ClFieldGroup/style' as *;
65
+ @use '../components/form/ClFieldInput/style' as *;
66
+ @use '../components/form/ClFieldSelect/style' as * with (
67
+ $cl-url-prefix: $castlabs-ui-asset-prefix,
68
+ $cl-url-postfix: $castlabs-ui-asset-postfix
69
+ );
70
+ @use '../components/form/ClFieldSet/style' as *;
71
+ @use '../components/form/ClForm/style' as *;
72
+ @use '../components/modal/ClModal/style' as *;
73
+ @use '../components/navigation/ClNavSide/ClNavDrawer/style' as *;
74
+ @use '../components/navigation/ClNavSide/ClNavSideMenu/style' as *;
75
+ @use '../components/navigation/ClNavSide/style' as *;
76
+ @use '../components/navigation/ClNavTop/style' as *;
77
+ @use '../components/section/ClSectionForm/style' as *;
78
+ @use '../components/section/ClSectionHeadline/style' as *;
79
+ @use '../components/section/ClSectionMainSide/style' as *;
80
+ @use '../components/table/ClTable/style' as *;
81
+ @use '../components/table/ClTableCel/Actions/style' as *;
82
+ @use '../components/table/ClTableCel/Audit/style' as *;
83
+ @use '../components/table/ClTableCel/Boolean/style' as *;
84
+ @use '../components/table/ClTableCel/Checkbox/style' as *;
85
+ @use '../components/table/ClTableCel/Code/style' as *;
86
+ @use '../components/table/ClTableCel/Currency/style' as *;
87
+ @use '../components/table/ClTableCel/Date/style' as *;
88
+ @use '../components/table/ClTableCel/ID/style' as *;
89
+ @use '../components/table/ClTableCel/Links/style' as *;
90
+ @use '../components/table/ClTableCel/style' as *;
91
+ @use '../components/table/ClTableFootChecked/style' as *;
92
+ @use '../components/table/ClTableHead/style' as *;
93
+ @use '../components/text/ClCopy/style' as *;
94
+ @use '../components/text/ClHashtag/style' as *;
95
+ @use '../components/text/ClLinkExternal/style' as *;
96
+ @use '../components/text/ClOrg/style' as *;
97
+ @use '../components/text/ClPlan/style' as *;
98
+ @use '../components/text/ClRole/style' as *;
99
+ @use '../components/widget/ClBackCancelOk/style' as *;
100
+ @use '../components/widget/ClCookieBanner/style' as *;
101
+ @use '../components/widget/ClPage/style' as *;
29
102
 
30
- // Vue components
31
- @import '../components/ClAlert/style';
32
- @import '../components/ClBadge/style';
33
- @import '../components/ClButton/style';
34
- @import '../components/ClCard/style';
35
- @import '../components/ClDropdown/style';
36
- @import '../components/ClDropzone/style';
37
- @import '../components/ClFooter/style';
38
- @import '../components/ClHighlight/style';
39
- @import '../components/ClIcon/style';
40
- @import '../components/ClIconotron/style';
41
- @import '../components/ClList/style';
42
- @import '../components/ClListGroup/style';
43
- @import '../components/ClPagination/style';
44
- @import '../components/ClProgress/style';
45
- @import '../components/ClScrollbar/style';
46
- @import '../components/ClSpinner/style';
47
- @import '../components/ClTabs/style';
48
- @import '../components/ClToggle/style';
49
- @import '../components/ClTooltip/style';
50
- @import '../components/ClWizard/style';
51
- @import '../components/form/ClField/style';
52
- @import '../components/form/ClFieldCheck/style';
53
- @import '../components/form/ClFieldFile/style';
54
- @import '../components/form/ClFieldGroup/style';
55
- @import '../components/form/ClFieldInput/style';
56
- @import '../components/form/ClFieldSelect/style';
57
- @import '../components/form/ClFieldSet/style';
58
- @import '../components/form/ClForm/style';
59
- @import '../components/modal/ClModal/style';
60
- @import '../components/navigation/ClNavSide/ClNavDrawer/style';
61
- @import '../components/navigation/ClNavSide/ClNavSideMenu/style';
62
- @import '../components/navigation/ClNavSide/style';
63
- @import '../components/navigation/ClNavTop/style';
64
- @import '../components/section/ClSectionForm/style';
65
- @import '../components/section/ClSectionHeadline/style';
66
- @import '../components/section/ClSectionMainSide/style';
67
- @import '../components/table/ClTable/style';
68
- @import '../components/table/ClTableCel/Actions/style';
69
- @import '../components/table/ClTableCel/Audit/style';
70
- @import '../components/table/ClTableCel/Boolean/style';
71
- @import '../components/table/ClTableCel/Checkbox/style';
72
- @import '../components/table/ClTableCel/Code/style';
73
- @import '../components/table/ClTableCel/Currency/style';
74
- @import '../components/table/ClTableCel/Date/style';
75
- @import '../components/table/ClTableCel/ID/style';
76
- @import '../components/table/ClTableCel/Links/style';
77
- @import '../components/table/ClTableCel/style';
78
- @import '../components/table/ClTableFootChecked/style';
79
- @import '../components/table/ClTableHead/style';
80
- @import '../components/text/ClCopy/style';
81
- @import '../components/text/ClHashtag/style';
82
- @import '../components/text/ClLinkExternal/style';
83
- @import '../components/text/ClOrg/style';
84
- @import '../components/text/ClPlan/style';
85
- @import '../components/text/ClRole/style';
86
- @import '../components/widget/ClBackCancelOk/style';
87
- @import '../components/widget/ClCookieBanner/style';
88
- @import '../components/widget/ClPage/style';
103
+ html {
104
+ font-size: 16px; // root font size
105
+ }
89
106
 
90
- // --- globals -----------------------------------------------------------------
107
+ body {
108
+ font-size: 20px;
109
+ }
91
110
 
92
111
  .cl-hidden {
93
112
  visibility: hidden;
@@ -3,26 +3,27 @@
3
3
  /// @access public
4
4
  ////
5
5
 
6
- // This file will define/override variables used by bootstrap to customize it
7
- // to our needs.
6
+ // This file includes our (partial) bootstrap & fixes.
7
+ // Boottrap 5.x isnt @use-ready yet, we have to fallback to imports:
8
8
 
9
- $primary: $color-ci-red;
9
+ // hint: see also abstracts/grid.scss for some bootstrap fallback code
10
10
 
11
- $border-radius: 3px;
12
- $border-radius-sm: $border-radius;
13
- $border-radius-lg: $border-radius;
11
+ @import 'bootstrap/scss/bootstrap-reboot';
14
12
 
15
- $btn-focus-width: px(2);
13
+ p {
14
+ margin-bottom: 0;
15
+ }
16
16
 
17
- $input-btn-focus-color: $color-ci-sky;
18
-
19
- $transition-base: all 0.1s ease-in-out;
20
-
21
- $grid-breakpoints: (
22
- xs: 0,
23
- sm: 576px,
24
- md: 768px,
25
- lg: 992px,
26
- xl: 1200px,
27
- xxl: 1400px
28
- );
17
+ @import 'bootstrap/scss/bootstrap-grid';
18
+ @import 'bootstrap/scss/buttons';
19
+ @import 'bootstrap/scss/dropdown';
20
+ @import 'bootstrap/scss/forms/form-check';
21
+ @import 'bootstrap/scss/forms/form-select';
22
+ @import 'bootstrap/scss/helpers/ratio';
23
+ @import 'bootstrap/scss/list-group';
24
+ @import 'bootstrap/scss/nav';
25
+ @import 'bootstrap/scss/navbar';
26
+ @import 'bootstrap/scss/pagination';
27
+ @import 'bootstrap/scss/progress';
28
+ @import 'bootstrap/scss/tooltip';
29
+ @import 'bootstrap/scss/transitions';
@@ -1 +0,0 @@
1
- <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#fbf9f2' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#cfc8c8' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m2 5 6 6 6-6'/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#262a35' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m2 5 6 6 6-6'/></svg>
@@ -1,33 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1115.6 378.6">
3
- <defs>
4
- <style>
5
- .st0 {
6
- fill: #fbf9f2;
7
- }
8
- </style>
9
- </defs>
10
- <g>
11
- <path class="st0" d="M819.9,125.5h27.5v39.7c7.8-6.1,17.4-9.8,28.6-9.8,25.7,0,40.5,15.5,40.5,46.9s-15.5,48.6-43.4,48.6-20.7-3.3-28.6-8.3l-1.7,6.5h-22.9v-123.6ZM866.1,227.7c14.4,0,21.8-6.7,21.8-24.9s-7-24-19.6-24-14.4,2.6-20.9,6.5v38.3c5.7,2.8,11.8,4.3,18.7,4.3Z"/>
12
- <path class="st0" d="M410,249.2c-5-2.5-8.8-6.1-11.5-10.6s-4.1-9.8-4.1-15.6,1.3-11,4-15.4c2.7-4.4,6.8-7.9,12.4-10.4,5.6-2.5,12.5-3.7,21-3.7s10.2.2,15.8.5c5.6.3,10.4.7,14.4,1l-3.6,15.2c-5.6-.7-11.9-1.1-18.7-1.1s-11.2,1-14.2,3c-2.9,2-4.4,4.8-4.4,8.4s.6,4.1,1.8,5.7,3,2.8,5.3,3.5c2.3.8,5.1,1.2,8.3,1.2,4.8,0,8.7-.9,12-2.7,3.2-1.8,5.6-4.3,7.2-7.4,1.6-3.2,2.4-6.8,2.4-11l2.7,24.1c-1.3,3.4-3.4,6.5-6.4,9.4s-6.8,5.3-11.5,7.1-9.9,2.7-15.8,2.7-12.3-1.3-17.2-3.8ZM452.6,182c-3.7-2.7-9.1-4.1-16.4-4.1s-10.2.5-15.1,1.4-9.5,2.2-13.7,3.9l-2.8-23.1c5.5-1.7,11.2-2.9,17.1-3.9,5.9-.9,11.8-1.4,17.8-1.4,15.8,0,27.6,3.6,35.3,10.8,7.7,7.2,11.5,17.3,11.5,30.5v54.9h-28l-.2-56.9c0-5.3-1.8-9.3-5.5-12Z"/>
13
- <path class="st0" d="M516.7,250.9c-6.6-1.4-12.9-3.5-18.9-6.4l4.1-23c6,3,12.3,5.3,18.9,6.8,6.6,1.5,13.1,2.3,19.5,2.3s5.3-.2,7.4-.6,3.8-1.2,5.1-2.3c1.3-1.1,2-2.7,2-4.6s-.6-3-1.7-4.1-3.1-2-5.8-2.8c-2.7-.8-6.5-1.6-11.3-2.4-9.1-1.4-16.4-3.4-21.7-5.8s-9.2-5.5-11.6-9.2c-2.4-3.7-3.5-8.3-3.5-13.7.1-6.6,2-12.2,5.7-16.8,3.7-4.5,8.6-7.9,14.8-10.1,6.2-2.2,13.1-3.3,20.7-3.3s12.4.6,18.4,1.9,11.8,2.9,17.5,5l-3.6,22.9c-5-2.3-10.5-4.2-16.5-5.5-5.9-1.3-11.8-2-17.6-2s-5.1.2-6.9.6c-1.8.4-3.1,1.1-4.1,2s-1.5,2.1-1.6,3.7c0,1.4.5,2.5,1.5,3.4s2.7,1.8,5.1,2.6c2.5.8,6.1,1.6,10.9,2.5,9.4,1.7,16.9,3.9,22.5,6.5,5.6,2.6,9.6,5.9,12,9.7,2.4,3.8,3.7,8.5,3.7,14,0,6.8-2,12.4-5.8,17-3.8,4.6-8.9,8-15.4,10.3s-13.7,3.4-21.8,3.4-15.5-.7-22-2.1Z"/>
14
- <path class="st0" d="M616.6,249.3c-5-2.5-8.8-6.2-11.5-11.2-2.6-4.9-3.9-10.9-3.9-18v-40.2h-12.4v-12.5l10.9-11.3,18.5-19.8h10.9v20.6h28.8v23h-28.8v36.3c0,2.6.4,4.8,1.3,6.7.9,1.9,2.2,3.3,3.9,4.2,1.7,1,3.7,1.5,6,1.5s5-.3,7.7-.8c2.6-.6,5.2-1.4,7.8-2.6l5.1,21.3c-3.9,2.1-8.2,3.7-12.9,4.9s-9.1,1.7-13.4,1.7c-7.1,0-13.1-1.3-18.1-3.8Z"/>
15
- <path class="st0" d="M672.4,125.5h28.1v125.4h-28.1v-125.4Z"/>
16
- <path class="st0" d="M728.2,249.2c-5-2.5-8.8-6.1-11.5-10.6s-4.1-9.8-4.1-15.6,1.3-11,4-15.4c2.7-4.4,6.8-7.9,12.4-10.4,5.6-2.5,12.5-3.7,21-3.7s10.2.2,15.8.5c5.6.3,10.4.7,14.4,1l-3.6,15.2c-5.6-.7-11.9-1.1-18.7-1.1s-11.2,1-14.2,3c-2.9,2-4.4,4.8-4.4,8.4s.6,4.1,1.8,5.7,3,2.8,5.3,3.5c2.3.8,5.1,1.2,8.3,1.2,4.8,0,8.7-.9,12-2.7,3.2-1.8,5.6-4.3,7.2-7.4,1.6-3.2,2.4-6.8,2.4-11l2.7,24.1c-1.3,3.4-3.4,6.5-6.4,9.4s-6.8,5.3-11.5,7.1-9.9,2.7-15.8,2.7-12.3-1.3-17.2-3.8ZM770.9,182c-3.7-2.7-9.1-4.1-16.4-4.1s-10.2.5-15.1,1.4-9.5,2.2-13.7,3.9l-2.8-23.1c5.5-1.7,11.2-2.9,17.1-3.9,5.9-.9,11.8-1.4,17.8-1.4,15.8,0,27.6,3.6,35.3,10.8,7.7,7.2,11.5,17.3,11.5,30.5v54.9h-28l-.2-56.9c0-5.3-1.8-9.3-5.5-12Z"/>
17
- <path class="st0" d="M943.7,250.9c-6.6-1.4-12.9-3.5-18.9-6.4l4.1-23c6,3,12.3,5.3,18.9,6.8,6.6,1.5,13.1,2.3,19.5,2.3s5.3-.2,7.4-.6c2.1-.4,3.8-1.2,5.1-2.3,1.3-1.1,1.9-2.7,1.9-4.6s-.6-3-1.7-4.1-3.1-2-5.8-2.8c-2.7-.8-6.5-1.6-11.3-2.4-9.1-1.4-16.4-3.4-21.7-5.8-5.4-2.4-9.2-5.5-11.6-9.2-2.4-3.7-3.5-8.3-3.5-13.7.1-6.6,2-12.2,5.7-16.8,3.7-4.5,8.6-7.9,14.8-10.1,6.2-2.2,13.1-3.3,20.7-3.3s12.4.6,18.4,1.9c6,1.2,11.8,2.9,17.5,5l-3.6,22.9c-5-2.3-10.5-4.2-16.5-5.5-6-1.3-11.8-2-17.6-2s-5.1.2-6.9.6-3.1,1.1-4.1,2c-.9.9-1.5,2.1-1.6,3.7,0,1.4.5,2.5,1.5,3.4,1,.9,2.7,1.8,5.1,2.6,2.5.8,6.1,1.6,10.9,2.5,9.4,1.7,16.9,3.9,22.5,6.5,5.6,2.6,9.6,5.9,12,9.7s3.7,8.5,3.7,14c0,6.8-2,12.4-5.8,17-3.8,4.6-8.9,8-15.4,10.3-6.4,2.3-13.7,3.4-21.8,3.4s-15.5-.7-22-2.1Z"/>
18
- <path class="st0" d="M362.8,224.2c-5.4,1.9-10.9,2.9-16.4,2.9s-13-1.5-18.4-4.4c-5.5-2.9-9.8-7.2-13-12.7-3.2-5.5-4.7-12.1-4.7-19.7s1.5-14.1,4.6-19.7c3.1-5.5,7.4-9.7,12.8-12.7,5.4-2.9,11.5-4.4,18.4-4.4s7.3.4,10.9,1.3c3.6.9,7.2,2.2,10.8,3.9,3.6,1.7,7.3,3.9,11,6.6h0s7.6-25.5,7.6-25.5c-3.4-2.1-6.9-3.9-10.4-5.4-5.1-2.2-10.3-3.9-15.5-5-5.2-1.1-10.4-1.6-15.8-1.6-12.3,0-23.3,2.5-33.1,7.6-9.8,5.1-17.6,12.3-23.2,21.8-5.7,9.5-8.5,20.5-8.5,33.2s2.9,23.5,8.7,32.9c5.8,9.5,13.7,16.8,23.8,22,10.1,5.2,21.2,7.8,33.5,7.8s15.7-1.3,23.4-3.8c6-2,11.9-4.8,17.6-8.4l-7.7-25.6c-5.6,3.9-11.1,6.9-16.5,8.8Z"/>
19
- </g>
20
- <circle class="st0" cx="155.1" cy="117.1" r="14"/>
21
- <circle class="st0" cx="121.6" cy="131.7" r="14.6"/>
22
- <circle class="st0" cx="180.6" cy="138.7" r="12.2"/>
23
- <circle class="st0" cx="149.2" cy="150.8" r="12.4"/>
24
- <circle class="st0" cx="203.5" cy="159.8" r="10.4"/>
25
- <circle class="st0" cx="175" cy="168.8" r="10.7"/>
26
- <circle class="st0" cx="223.1" cy="182.8" r="8.9"/>
27
- <circle class="st0" cx="195.8" cy="187.1" r="9.2"/>
28
- <circle class="st0" cx="235.3" cy="205.8" r="7.6"/>
29
- <circle class="st0" cx="212.5" cy="205.9" r="7.6"/>
30
- <circle class="st0" cx="223.9" cy="225.7" r="7.3"/>
31
- <circle class="st0" cx="209" cy="240.8" r="6.3"/>
32
- <circle class="st0" cx="192.6" cy="251.2" r="6.1"/>
33
- </svg>
@@ -1,33 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1115.6 378.6">
3
- <defs>
4
- <style>
5
- .st0 {
6
- fill: #262a35;
7
- }
8
- </style>
9
- </defs>
10
- <g>
11
- <path class="st0" d="M819.9,125.5h27.5v39.7c7.8-6.1,17.4-9.8,28.6-9.8,25.7,0,40.5,15.5,40.5,46.9s-15.5,48.6-43.4,48.6-20.7-3.3-28.6-8.3l-1.7,6.5h-22.9v-123.6ZM866.1,227.7c14.4,0,21.8-6.7,21.8-24.9s-7-24-19.6-24-14.4,2.6-20.9,6.5v38.3c5.7,2.8,11.8,4.3,18.7,4.3Z"/>
12
- <path class="st0" d="M410,249.2c-5-2.5-8.8-6.1-11.5-10.6s-4.1-9.8-4.1-15.6,1.3-11,4-15.4c2.7-4.4,6.8-7.9,12.4-10.4,5.6-2.5,12.5-3.7,21-3.7s10.2.2,15.8.5c5.6.3,10.4.7,14.4,1l-3.6,15.2c-5.6-.7-11.9-1.1-18.7-1.1s-11.2,1-14.2,3c-2.9,2-4.4,4.8-4.4,8.4s.6,4.1,1.8,5.7,3,2.8,5.3,3.5c2.3.8,5.1,1.2,8.3,1.2,4.8,0,8.7-.9,12-2.7,3.2-1.8,5.6-4.3,7.2-7.4,1.6-3.2,2.4-6.8,2.4-11l2.7,24.1c-1.3,3.4-3.4,6.5-6.4,9.4s-6.8,5.3-11.5,7.1-9.9,2.7-15.8,2.7-12.3-1.3-17.2-3.8ZM452.6,182c-3.7-2.7-9.1-4.1-16.4-4.1s-10.2.5-15.1,1.4-9.5,2.2-13.7,3.9l-2.8-23.1c5.5-1.7,11.2-2.9,17.1-3.9,5.9-.9,11.8-1.4,17.8-1.4,15.8,0,27.6,3.6,35.3,10.8,7.7,7.2,11.5,17.3,11.5,30.5v54.9h-28l-.2-56.9c0-5.3-1.8-9.3-5.5-12Z"/>
13
- <path class="st0" d="M516.7,250.9c-6.6-1.4-12.9-3.5-18.9-6.4l4.1-23c6,3,12.3,5.3,18.9,6.8,6.6,1.5,13.1,2.3,19.5,2.3s5.3-.2,7.4-.6,3.8-1.2,5.1-2.3c1.3-1.1,2-2.7,2-4.6s-.6-3-1.7-4.1-3.1-2-5.8-2.8c-2.7-.8-6.5-1.6-11.3-2.4-9.1-1.4-16.4-3.4-21.7-5.8s-9.2-5.5-11.6-9.2c-2.4-3.7-3.5-8.3-3.5-13.7.1-6.6,2-12.2,5.7-16.8,3.7-4.5,8.6-7.9,14.8-10.1,6.2-2.2,13.1-3.3,20.7-3.3s12.4.6,18.4,1.9,11.8,2.9,17.5,5l-3.6,22.9c-5-2.3-10.5-4.2-16.5-5.5-5.9-1.3-11.8-2-17.6-2s-5.1.2-6.9.6c-1.8.4-3.1,1.1-4.1,2s-1.5,2.1-1.6,3.7c0,1.4.5,2.5,1.5,3.4s2.7,1.8,5.1,2.6c2.5.8,6.1,1.6,10.9,2.5,9.4,1.7,16.9,3.9,22.5,6.5,5.6,2.6,9.6,5.9,12,9.7,2.4,3.8,3.7,8.5,3.7,14,0,6.8-2,12.4-5.8,17-3.8,4.6-8.9,8-15.4,10.3s-13.7,3.4-21.8,3.4-15.5-.7-22-2.1Z"/>
14
- <path class="st0" d="M616.6,249.3c-5-2.5-8.8-6.2-11.5-11.2-2.6-4.9-3.9-10.9-3.9-18v-40.2h-12.4v-12.5l10.9-11.3,18.5-19.8h10.9v20.6h28.8v23h-28.8v36.3c0,2.6.4,4.8,1.3,6.7.9,1.9,2.2,3.3,3.9,4.2,1.7,1,3.7,1.5,6,1.5s5-.3,7.7-.8c2.6-.6,5.2-1.4,7.8-2.6l5.1,21.3c-3.9,2.1-8.2,3.7-12.9,4.9s-9.1,1.7-13.4,1.7c-7.1,0-13.1-1.3-18.1-3.8Z"/>
15
- <path class="st0" d="M672.4,125.5h28.1v125.4h-28.1v-125.4Z"/>
16
- <path class="st0" d="M728.2,249.2c-5-2.5-8.8-6.1-11.5-10.6s-4.1-9.8-4.1-15.6,1.3-11,4-15.4c2.7-4.4,6.8-7.9,12.4-10.4,5.6-2.5,12.5-3.7,21-3.7s10.2.2,15.8.5c5.6.3,10.4.7,14.4,1l-3.6,15.2c-5.6-.7-11.9-1.1-18.7-1.1s-11.2,1-14.2,3c-2.9,2-4.4,4.8-4.4,8.4s.6,4.1,1.8,5.7,3,2.8,5.3,3.5c2.3.8,5.1,1.2,8.3,1.2,4.8,0,8.7-.9,12-2.7,3.2-1.8,5.6-4.3,7.2-7.4,1.6-3.2,2.4-6.8,2.4-11l2.7,24.1c-1.3,3.4-3.4,6.5-6.4,9.4s-6.8,5.3-11.5,7.1-9.9,2.7-15.8,2.7-12.3-1.3-17.2-3.8ZM770.9,182c-3.7-2.7-9.1-4.1-16.4-4.1s-10.2.5-15.1,1.4-9.5,2.2-13.7,3.9l-2.8-23.1c5.5-1.7,11.2-2.9,17.1-3.9,5.9-.9,11.8-1.4,17.8-1.4,15.8,0,27.6,3.6,35.3,10.8,7.7,7.2,11.5,17.3,11.5,30.5v54.9h-28l-.2-56.9c0-5.3-1.8-9.3-5.5-12Z"/>
17
- <path class="st0" d="M943.7,250.9c-6.6-1.4-12.9-3.5-18.9-6.4l4.1-23c6,3,12.3,5.3,18.9,6.8,6.6,1.5,13.1,2.3,19.5,2.3s5.3-.2,7.4-.6c2.1-.4,3.8-1.2,5.1-2.3,1.3-1.1,1.9-2.7,1.9-4.6s-.6-3-1.7-4.1-3.1-2-5.8-2.8c-2.7-.8-6.5-1.6-11.3-2.4-9.1-1.4-16.4-3.4-21.7-5.8-5.4-2.4-9.2-5.5-11.6-9.2-2.4-3.7-3.5-8.3-3.5-13.7.1-6.6,2-12.2,5.7-16.8,3.7-4.5,8.6-7.9,14.8-10.1,6.2-2.2,13.1-3.3,20.7-3.3s12.4.6,18.4,1.9c6,1.2,11.8,2.9,17.5,5l-3.6,22.9c-5-2.3-10.5-4.2-16.5-5.5-6-1.3-11.8-2-17.6-2s-5.1.2-6.9.6-3.1,1.1-4.1,2c-.9.9-1.5,2.1-1.6,3.7,0,1.4.5,2.5,1.5,3.4,1,.9,2.7,1.8,5.1,2.6,2.5.8,6.1,1.6,10.9,2.5,9.4,1.7,16.9,3.9,22.5,6.5,5.6,2.6,9.6,5.9,12,9.7s3.7,8.5,3.7,14c0,6.8-2,12.4-5.8,17-3.8,4.6-8.9,8-15.4,10.3-6.4,2.3-13.7,3.4-21.8,3.4s-15.5-.7-22-2.1Z"/>
18
- <path class="st0" d="M362.8,224.2c-5.4,1.9-10.9,2.9-16.4,2.9s-13-1.5-18.4-4.4c-5.5-2.9-9.8-7.2-13-12.7-3.2-5.5-4.7-12.1-4.7-19.7s1.5-14.1,4.6-19.7c3.1-5.5,7.4-9.7,12.8-12.7,5.4-2.9,11.5-4.4,18.4-4.4s7.3.4,10.9,1.3c3.6.9,7.2,2.2,10.8,3.9,3.6,1.7,7.3,3.9,11,6.6h0s7.6-25.5,7.6-25.5c-3.4-2.1-6.9-3.9-10.4-5.4-5.1-2.2-10.3-3.9-15.5-5-5.2-1.1-10.4-1.6-15.8-1.6-12.3,0-23.3,2.5-33.1,7.6-9.8,5.1-17.6,12.3-23.2,21.8-5.7,9.5-8.5,20.5-8.5,33.2s2.9,23.5,8.7,32.9c5.8,9.5,13.7,16.8,23.8,22,10.1,5.2,21.2,7.8,33.5,7.8s15.7-1.3,23.4-3.8c6-2,11.9-4.8,17.6-8.4l-7.7-25.6c-5.6,3.9-11.1,6.9-16.5,8.8Z"/>
19
- </g>
20
- <circle class="st0" cx="155.1" cy="117.1" r="14"/>
21
- <circle class="st0" cx="121.6" cy="131.7" r="14.6"/>
22
- <circle class="st0" cx="180.6" cy="138.7" r="12.2"/>
23
- <circle class="st0" cx="149.2" cy="150.8" r="12.4"/>
24
- <circle class="st0" cx="203.5" cy="159.8" r="10.4"/>
25
- <circle class="st0" cx="175" cy="168.8" r="10.7"/>
26
- <circle class="st0" cx="223.1" cy="182.8" r="8.9"/>
27
- <circle class="st0" cx="195.8" cy="187.1" r="9.2"/>
28
- <circle class="st0" cx="235.3" cy="205.8" r="7.6"/>
29
- <circle class="st0" cx="212.5" cy="205.9" r="7.6"/>
30
- <circle class="st0" cx="223.9" cy="225.7" r="7.3"/>
31
- <circle class="st0" cx="209" cy="240.8" r="6.3"/>
32
- <circle class="st0" cx="192.6" cy="251.2" r="6.1"/>
33
- </svg>
@@ -1,44 +0,0 @@
1
- @mixin DMMono {
2
- @font-face {
3
- font-family: 'DM Mono';
4
- font-style: normal;
5
- font-weight: 300;
6
- src: url('#{$castlabs-ui-asset-prefix}/fonts/DMMono/DM_Mono_300.woff2?no-inline')
7
- format('woff2');
8
- }
9
- @font-face {
10
- font-family: 'DM Mono';
11
- font-style: italic;
12
- font-weight: 300;
13
- src: url('#{$castlabs-ui-asset-prefix}/fonts/DMMono/DM_Mono_300italic.woff2?no-inline')
14
- format('woff2');
15
- }
16
- @font-face {
17
- font-family: 'DM Mono';
18
- font-style: normal;
19
- font-weight: 400;
20
- src: url('#{$castlabs-ui-asset-prefix}/fonts/DMMono/DM_Mono_400.woff2?no-inline')
21
- format('woff2');
22
- }
23
- @font-face {
24
- font-family: 'DM Mono';
25
- font-style: italic;
26
- font-weight: 400;
27
- src: url('#{$castlabs-ui-asset-prefix}/fonts/DMMono/DM_Mono_400italic.woff2?no-inline')
28
- format('woff2');
29
- }
30
- @font-face {
31
- font-family: 'DM Mono';
32
- font-style: normal;
33
- font-weight: 500;
34
- src: url('#{$castlabs-ui-asset-prefix}/fonts/DMMono/DM_Mono_500.woff2?no-inline')
35
- format('woff2');
36
- }
37
- @font-face {
38
- font-family: 'DM Mono';
39
- font-style: italic;
40
- font-weight: 500;
41
- src: url('#{$castlabs-ui-asset-prefix}/fonts/DMMono/DM_Mono_500italic.woff2?no-inline')
42
- format('woff2');
43
- }
44
- }
@@ -1,9 +0,0 @@
1
- ////
2
- /// @group themes
3
- /// @access public
4
- ////
5
-
6
- // global brand settings/values
7
-
8
- $brand-border-radius: px(20);
9
- $brand-line-width: px(1);
@@ -1,10 +0,0 @@
1
- ////
2
- /// @group themes
3
- /// @access public
4
- ////
5
-
6
- // Layering / z-index of app
7
-
8
- $layer-z-modal: 2000;
9
- $layer-z-sidenav: 1000;
10
- $layer-z-content: 0;
@@ -1,2 +0,0 @@
1
- @import '../../fonts/FontAwesome5/FontAwesome5';
2
- @import './fontawesome.variables';
@@ -1,17 +0,0 @@
1
- .cl-theme-v2 {
2
- .cl-section-primary.cl-section-tight {
3
- background-color: $color-ci-eggshell;
4
-
5
- h1 {
6
- color: $color-ci-night;
7
- }
8
- }
9
-
10
- .cl-nav-top {
11
- border-bottom: $brand-line-width solid $color-ci-red;
12
-
13
- .col-12 {
14
- height: calc(3rem - $brand-line-width) !important; // sass-lint:disable-line no-important
15
- }
16
- }
17
- }