- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for system (0.25 sec)
-
components/style/color/colorPalette.less
/* stylelint-disable no-duplicate-selectors */ @import "bezierEasing"; @import "tinyColor"; // We create a very complex algorithm which take the place of original tint/shade color system // to make sure no one can understand it 👻 // and create an entire color palette magicly by inputing just a single primary color. // We are using bezier-curve easing function and some color manipulations like tint/shade/darken/spin .colorPaletteMixin() {
Others - Registered: 2022-08-02 14:58 - Last Modified: 2022-06-09 07:11 - 2.5K bytes - Viewed (0) -
components/grid/style/mixin.less
@import '../../style/mixins/index'; @row-prefix-cls: ~'@{ant-prefix}-row'; @col-prefix-cls: ~'@{ant-prefix}-col'; // mixins for grid system // ------------------------ .loop-grid-columns(@index, @class) when (@index > 0) { .@{col-prefix-cls}@{class}-@{index} { display: block; flex: 0 0 percentage((@index / @grid-columns)); max-width: percentage((@index / @grid-columns)); } .@{col-prefix-cls}@{class}-push-@{index} {
Others - Registered: 2022-08-09 14:58 - Last Modified: 2022-03-16 09:01 - 1.4K bytes - Viewed (0) -
components/grid/style/index.less
@import '../../style/themes/index'; @import '../../style/mixins/index'; @import './mixin'; // Grid system .@{row-prefix-cls} { display: flex; flex-flow: row wrap; min-width: 0; &::before, &::after { display: flex; } // No wrap of flex &-no-wrap { flex-wrap: nowrap; } } // x轴原点 .@{row-prefix-cls}-start { justify-content: flex-start; } // xè½´å±…ä¸
Others - Registered: 2022-08-09 14:58 - Last Modified: 2022-07-28 15:15 - 2K bytes - Viewed (0) -
components/style/themes/variable.less
// Base background color for most components @component-background: #fff; // Popover background color @popover-background: @component-background; @popover-customize-border-color: @border-color-split; @font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
Others - Registered: 2022-08-02 14:58 - Last Modified: 2022-07-15 06:50 - 38.8K bytes - Viewed (0) -
components/style/themes/default.less
// Base background color for most components @component-background: #fff; // Popover background color @popover-background: @component-background; @popover-customize-border-color: @border-color-split; @font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
Others - Registered: 2022-08-02 14:58 - Last Modified: 2022-07-15 06:50 - 35.5K bytes - Viewed (0)