@clayui/css 3.160.0 → 3.162.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.
- package/lib/css/atlas.css +1716 -1586
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1416 -1287
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +79 -12
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/arrow-key-down.svg +9 -0
- package/lib/images/icons/arrow-key-left.svg +9 -0
- package/lib/images/icons/arrow-key-right.svg +9 -0
- package/lib/images/icons/arrow-key-up.svg +9 -0
- package/lib/images/icons/books-brush.svg +9 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +1 -1
- package/src/images/icons/arrow-key-down.svg +9 -0
- package/src/images/icons/arrow-key-left.svg +9 -0
- package/src/images/icons/arrow-key-right.svg +9 -0
- package/src/images/icons/arrow-key-up.svg +9 -0
- package/src/images/icons/books-brush.svg +9 -0
- package/src/images/icons/icons.svg +1 -1
- package/src/scss/_components.scss +2 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/_variables.scss +6 -4
- package/src/scss/atlas/variables/_forms.scss +3 -1
- package/src/scss/atlas/variables/_globals.scss +10 -10
- package/src/scss/atlas/variables/_reorder.scss +1 -1
- package/src/scss/atlas-custom-properties/_variables.scss +66 -0
- package/src/scss/atlas-custom-properties/variables/_alerts.scss +1205 -0
- package/src/scss/atlas-custom-properties/variables/_application-bar.scss +60 -0
- package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +26 -0
- package/src/scss/atlas-custom-properties/variables/_badges.scss +341 -0
- package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +193 -0
- package/src/scss/atlas-custom-properties/variables/_buttons.scss +1442 -0
- package/src/scss/atlas-custom-properties/variables/_c-root.scss +343 -0
- package/src/scss/atlas-custom-properties/variables/_cards.scss +1212 -0
- package/src/scss/atlas-custom-properties/variables/_clay-color.scss +617 -0
- package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +1096 -0
- package/src/scss/atlas-custom-properties/variables/_date-picker.scss +619 -0
- package/src/scss/atlas-custom-properties/variables/_drilldown.scss +244 -0
- package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1229 -0
- package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +72 -0
- package/src/scss/atlas-custom-properties/variables/_empty-state.scss +102 -0
- package/src/scss/atlas-custom-properties/variables/_forms.scss +2305 -0
- package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +48 -0
- package/src/scss/atlas-custom-properties/variables/_globals.scss +844 -0
- package/src/scss/atlas-custom-properties/variables/_icons.scss +71 -0
- package/src/scss/atlas-custom-properties/variables/_images.scss +9 -0
- package/src/scss/atlas-custom-properties/variables/_labels.scss +1374 -0
- package/src/scss/atlas-custom-properties/variables/_links.scss +466 -0
- package/src/scss/atlas-custom-properties/variables/_list-group.scss +488 -0
- package/src/scss/atlas-custom-properties/variables/_loaders.scss +226 -0
- package/src/scss/atlas-custom-properties/variables/_management-bar.scss +151 -0
- package/src/scss/atlas-custom-properties/variables/_menubar.scss +778 -0
- package/src/scss/atlas-custom-properties/variables/_modals.scss +645 -0
- package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +354 -0
- package/src/scss/atlas-custom-properties/variables/_navbar.scss +198 -0
- package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +449 -0
- package/src/scss/atlas-custom-properties/variables/_navs.scss +553 -0
- package/src/scss/atlas-custom-properties/variables/_pagination.scss +1064 -0
- package/src/scss/atlas-custom-properties/variables/_panels.scss +554 -0
- package/src/scss/atlas-custom-properties/variables/_popovers.scss +533 -0
- package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +149 -0
- package/src/scss/atlas-custom-properties/variables/_quick-action.scss +28 -0
- package/src/scss/atlas-custom-properties/variables/_range.scss +262 -0
- package/src/scss/atlas-custom-properties/variables/_reorder.scss +91 -0
- package/src/scss/atlas-custom-properties/variables/_resizer.scss +37 -0
- package/src/scss/atlas-custom-properties/variables/_sheets.scss +301 -0
- package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +2 -0
- package/src/scss/atlas-custom-properties/variables/_sidebar.scss +547 -0
- package/src/scss/atlas-custom-properties/variables/_slideout.scss +369 -0
- package/src/scss/atlas-custom-properties/variables/_stickers.scss +576 -0
- package/src/scss/atlas-custom-properties/variables/_tables.scss +1292 -0
- package/src/scss/atlas-custom-properties/variables/_tbar.scss +570 -0
- package/src/scss/atlas-custom-properties/variables/_time.scss +133 -0
- package/src/scss/atlas-custom-properties/variables/_timelines.scss +50 -0
- package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +702 -0
- package/src/scss/atlas-custom-properties/variables/_tooltip.scss +321 -0
- package/src/scss/atlas-custom-properties/variables/_treeview.scss +367 -0
- package/src/scss/atlas-custom-properties/variables/_type.scss +195 -0
- package/src/scss/atlas-custom-properties/variables/_utilities.scss +933 -0
- package/src/scss/cadmin/components/_focus-ring.scss +74 -0
- package/src/scss/cadmin/components/_forms.scss +2 -0
- package/src/scss/cadmin/components/_menubar.scss +8 -0
- package/src/scss/cadmin/components/_resizer.scss +19 -4
- package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -1
- package/src/scss/cadmin/variables/_forms.scss +3 -1
- package/src/scss/cadmin/variables/_reorder.scss +1 -0
- package/src/scss/cadmin/variables/_resizer.scss +16 -3
- package/src/scss/cadmin.scss +1 -0
- package/src/scss/components/_focus-ring.scss +64 -0
- package/src/scss/components/_forms.scss +2 -0
- package/src/scss/components/_keyboard-arrows-indicator.scss +82 -0
- package/src/scss/components/_menubar.scss +8 -0
- package/src/scss/components/_resizer.scss +15 -4
- package/src/scss/functions/_global-functions.scss +6 -4
- package/src/scss/functions/_lx-icons-generated.scss +10 -0
- package/src/scss/variables/_breadcrumbs.scss +4 -2
- package/src/scss/variables/_forms.scss +2 -0
- package/src/scss/variables/_globals.scss +8 -8
- package/src/scss/variables/_resizer.scss +16 -3
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// .lexicon-icon
|
|
2
|
+
|
|
3
|
+
$lexicon-icon-size: 1em !default; // 16px
|
|
4
|
+
|
|
5
|
+
$lexicon-icon: () !default;
|
|
6
|
+
$lexicon-icon: map-merge(
|
|
7
|
+
(
|
|
8
|
+
display: inline-block,
|
|
9
|
+
fill: currentColor,
|
|
10
|
+
height: $lexicon-icon-size,
|
|
11
|
+
margin-top: -3px,
|
|
12
|
+
vertical-align: middle,
|
|
13
|
+
width: $lexicon-icon-size,
|
|
14
|
+
),
|
|
15
|
+
$lexicon-icon
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
// .lexicon-icon-sm
|
|
19
|
+
|
|
20
|
+
$lexicon-icon-sm-font-size: 0.5rem !default; // 8px
|
|
21
|
+
|
|
22
|
+
$lexicon-icon-sm: () !default;
|
|
23
|
+
$lexicon-icon-sm: map-merge(
|
|
24
|
+
(
|
|
25
|
+
font-size: $lexicon-icon-sm-font-size,
|
|
26
|
+
),
|
|
27
|
+
$lexicon-icon-sm
|
|
28
|
+
);
|
|
29
|
+
|
|
30
|
+
// .lexicon-icon-lg
|
|
31
|
+
|
|
32
|
+
$lexicon-icon-lg-font-size: 2rem !default; // 32px
|
|
33
|
+
|
|
34
|
+
$lexicon-icon-lg: () !default;
|
|
35
|
+
$lexicon-icon-lg: map-merge(
|
|
36
|
+
(
|
|
37
|
+
font-size: $lexicon-icon-lg-font-size,
|
|
38
|
+
),
|
|
39
|
+
$lexicon-icon-lg
|
|
40
|
+
);
|
|
41
|
+
|
|
42
|
+
// .lexicon-icon-xl
|
|
43
|
+
|
|
44
|
+
$lexicon-icon-xl-font-size: 8rem !default; // 128px
|
|
45
|
+
|
|
46
|
+
$lexicon-icon-xl: () !default;
|
|
47
|
+
$lexicon-icon-xl: map-merge(
|
|
48
|
+
(
|
|
49
|
+
font-size: $lexicon-icon-xl-font-size,
|
|
50
|
+
),
|
|
51
|
+
$lexicon-icon-xl
|
|
52
|
+
);
|
|
53
|
+
|
|
54
|
+
// .order-arrow
|
|
55
|
+
|
|
56
|
+
$order-arrow-down-active-color: $gray-500 !default;
|
|
57
|
+
$order-arrow-up-active-color: $order-arrow-down-active-color !default;
|
|
58
|
+
|
|
59
|
+
// .collapse-icon[href], .collapse-icon[type]
|
|
60
|
+
|
|
61
|
+
$collapse-icon-padding-left: null !default;
|
|
62
|
+
$collapse-icon-padding-right: 2.28125rem !default; // 45px
|
|
63
|
+
|
|
64
|
+
$collapse-icon-position-bottom: null !default;
|
|
65
|
+
$collapse-icon-position-left: null !default;
|
|
66
|
+
$collapse-icon-position-right: 0.9375rem !default; // 15px
|
|
67
|
+
$collapse-icon-position-top: clay-collapse-icon-align(
|
|
68
|
+
if(variable-exists(nav-link-padding-y), $nav-link-padding-y, 0.5rem),
|
|
69
|
+
0.0625rem,
|
|
70
|
+
0.9375em
|
|
71
|
+
) !default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
$thumbnail-bg: $body-bg !default;
|
|
2
|
+
$thumbnail-border-color: $gray-300 !default;
|
|
3
|
+
$thumbnail-border-radius: $border-radius !default;
|
|
4
|
+
$thumbnail-border-width: $border-width !default;
|
|
5
|
+
$thumbnail-box-shadow: 0 1px 2px unquote('hsl(from #{$black} h s l / 0.075)') !default;
|
|
6
|
+
$thumbnail-padding: 0.25rem !default;
|
|
7
|
+
|
|
8
|
+
$figure-caption-color: $gray-600 !default;
|
|
9
|
+
$figure-caption-font-size: 90% !default;
|