Latest updates from IceHrmPro
This commit is contained in:
2
web/node_modules/antd/es/descriptions/style/css.js
generated
vendored
Normal file
2
web/node_modules/antd/es/descriptions/style/css.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import '../../style/index.css';
|
||||
import './index.css';
|
||||
107
web/node_modules/antd/es/descriptions/style/index.css
generated
vendored
Normal file
107
web/node_modules/antd/es/descriptions/style/index.css
generated
vendored
Normal file
@@ -0,0 +1,107 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-descriptions-title {
|
||||
margin-bottom: 20px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
line-height: 1.5715;
|
||||
}
|
||||
.ant-descriptions-view {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.ant-descriptions-view table {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
.ant-descriptions-row > th,
|
||||
.ant-descriptions-row > td {
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
.ant-descriptions-row:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.ant-descriptions-item-label {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
line-height: 1.5715;
|
||||
}
|
||||
.ant-descriptions-item-label::after {
|
||||
position: relative;
|
||||
top: -0.5px;
|
||||
margin: 0 8px 0 2px;
|
||||
content: ' ';
|
||||
}
|
||||
.ant-descriptions-item-colon::after {
|
||||
content: ':';
|
||||
}
|
||||
.ant-descriptions-item-no-label::after {
|
||||
margin: 0;
|
||||
content: '';
|
||||
}
|
||||
.ant-descriptions-item-content {
|
||||
display: table-cell;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
font-size: 14px;
|
||||
line-height: 1.5715;
|
||||
}
|
||||
.ant-descriptions-item {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.ant-descriptions-item > span {
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-descriptions-middle .ant-descriptions-row > th,
|
||||
.ant-descriptions-middle .ant-descriptions-row > td {
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
.ant-descriptions-small .ant-descriptions-row > th,
|
||||
.ant-descriptions-small .ant-descriptions-row > td {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.ant-descriptions-bordered .ant-descriptions-view {
|
||||
border: 1px solid #f0f0f0;
|
||||
}
|
||||
.ant-descriptions-bordered .ant-descriptions-view > table {
|
||||
table-layout: auto;
|
||||
}
|
||||
.ant-descriptions-bordered .ant-descriptions-item-label,
|
||||
.ant-descriptions-bordered .ant-descriptions-item-content {
|
||||
padding: 16px 24px;
|
||||
border-right: 1px solid #f0f0f0;
|
||||
}
|
||||
.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
|
||||
.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
.ant-descriptions-bordered .ant-descriptions-item-label {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.ant-descriptions-bordered .ant-descriptions-item-label::after {
|
||||
display: none;
|
||||
}
|
||||
.ant-descriptions-bordered .ant-descriptions-row {
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
}
|
||||
.ant-descriptions-bordered .ant-descriptions-row:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
|
||||
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
|
||||
padding: 12px 24px;
|
||||
}
|
||||
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
|
||||
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
|
||||
padding: 8px 16px;
|
||||
}
|
||||
.ant-descriptions-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-descriptions-rtl .ant-descriptions-item-label::after {
|
||||
margin: 0 2px 0 8px;
|
||||
}
|
||||
2
web/node_modules/antd/es/descriptions/style/index.d.ts
generated
vendored
Normal file
2
web/node_modules/antd/es/descriptions/style/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import '../../style/index.less';
|
||||
import './index.less';
|
||||
2
web/node_modules/antd/es/descriptions/style/index.js
generated
vendored
Normal file
2
web/node_modules/antd/es/descriptions/style/index.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import '../../style/index.less';
|
||||
import './index.less';
|
||||
142
web/node_modules/antd/es/descriptions/style/index.less
generated
vendored
Normal file
142
web/node_modules/antd/es/descriptions/style/index.less
generated
vendored
Normal file
@@ -0,0 +1,142 @@
|
||||
@import '../../style/themes/default';
|
||||
@import '../../style/mixins/index';
|
||||
|
||||
@descriptions-prefix-cls: ~'@{ant-prefix}-descriptions';
|
||||
|
||||
.@{descriptions-prefix-cls} {
|
||||
&-title {
|
||||
margin-bottom: @descriptions-title-margin-bottom;
|
||||
color: @heading-color;
|
||||
font-weight: bold;
|
||||
font-size: @font-size-lg;
|
||||
line-height: @line-height-base;
|
||||
}
|
||||
|
||||
&-view {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
border-radius: @border-radius-base;
|
||||
table {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
}
|
||||
|
||||
&-row {
|
||||
> th,
|
||||
> td {
|
||||
padding-bottom: @padding-md;
|
||||
}
|
||||
&:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
|
||||
&-item-label {
|
||||
color: @heading-color;
|
||||
font-weight: normal;
|
||||
font-size: @font-size-base;
|
||||
line-height: @line-height-base;
|
||||
|
||||
&::after {
|
||||
position: relative;
|
||||
top: -0.5px;
|
||||
margin: 0 8px 0 2px;
|
||||
content: ' ';
|
||||
}
|
||||
}
|
||||
|
||||
&-item-colon {
|
||||
&::after {
|
||||
content: ':';
|
||||
}
|
||||
}
|
||||
|
||||
&-item-no-label {
|
||||
&::after {
|
||||
margin: 0;
|
||||
content: '';
|
||||
}
|
||||
}
|
||||
|
||||
&-item-content {
|
||||
display: table-cell;
|
||||
color: @text-color;
|
||||
font-size: @font-size-base;
|
||||
line-height: @line-height-base;
|
||||
}
|
||||
|
||||
&-item {
|
||||
padding-bottom: 0;
|
||||
> span {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
&-middle {
|
||||
.@{descriptions-prefix-cls}-row {
|
||||
> th,
|
||||
> td {
|
||||
padding-bottom: @padding-sm;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-small {
|
||||
.@{descriptions-prefix-cls}-row {
|
||||
> th,
|
||||
> td {
|
||||
padding-bottom: @padding-xs;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-bordered {
|
||||
.@{descriptions-prefix-cls}-view {
|
||||
border: 1px solid @border-color-split;
|
||||
> table {
|
||||
table-layout: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.@{descriptions-prefix-cls}-item-label,
|
||||
.@{descriptions-prefix-cls}-item-content {
|
||||
padding: @descriptions-default-padding;
|
||||
border-right: 1px solid @border-color-split;
|
||||
|
||||
&:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
}
|
||||
|
||||
.@{descriptions-prefix-cls}-item-label {
|
||||
background-color: @descriptions-bg;
|
||||
&::after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.@{descriptions-prefix-cls}-row {
|
||||
border-bottom: 1px solid @border-color-split;
|
||||
&:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
|
||||
&.@{descriptions-prefix-cls}-middle {
|
||||
.@{descriptions-prefix-cls}-item-label,
|
||||
.@{descriptions-prefix-cls}-item-content {
|
||||
padding: @descriptions-middle-padding;
|
||||
}
|
||||
}
|
||||
|
||||
&.@{descriptions-prefix-cls}-small {
|
||||
.@{descriptions-prefix-cls}-item-label,
|
||||
.@{descriptions-prefix-cls}-item-content {
|
||||
padding: @descriptions-small-padding;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@import './rtl';
|
||||
18
web/node_modules/antd/es/descriptions/style/rtl.less
generated
vendored
Normal file
18
web/node_modules/antd/es/descriptions/style/rtl.less
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
@import '../../style/themes/default';
|
||||
@import '../../style/mixins/index';
|
||||
|
||||
@descriptions-prefix-cls: ~'@{ant-prefix}-descriptions';
|
||||
|
||||
.@{descriptions-prefix-cls} {
|
||||
&-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
&-item-label {
|
||||
&::after {
|
||||
.@{descriptions-prefix-cls}-rtl & {
|
||||
margin: 0 2px 0 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user