Latest updates from IceHrmPro
This commit is contained in:
7
web/node_modules/antd/lib/page-header/style/css.js
generated
vendored
Normal file
7
web/node_modules/antd/lib/page-header/style/css.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
require("./index.css");
|
||||
|
||||
require("../../breadcrumb/style/css");
|
||||
|
||||
require("../../avatar/style/css");
|
||||
167
web/node_modules/antd/lib/page-header/style/index.css
generated
vendored
Normal file
167
web/node_modules/antd/lib/page-header/style/index.css
generated
vendored
Normal file
@@ -0,0 +1,167 @@
|
||||
/* 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-page-header {
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
font-size: 14px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.5715;
|
||||
list-style: none;
|
||||
-webkit-font-feature-settings: 'tnum';
|
||||
font-feature-settings: 'tnum';
|
||||
position: relative;
|
||||
padding: 16px 24px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.ant-page-header-ghost {
|
||||
background-color: inherit;
|
||||
}
|
||||
.ant-page-header.has-breadcrumb {
|
||||
padding-top: 12px;
|
||||
}
|
||||
.ant-page-header.has-footer {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.ant-page-header-back {
|
||||
margin-right: 16px;
|
||||
font-size: 16px;
|
||||
line-height: 1;
|
||||
}
|
||||
.ant-page-header-back-button {
|
||||
color: #1890ff;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
-webkit-transition: color 0.3s;
|
||||
transition: color 0.3s;
|
||||
color: #000;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-page-header-back-button:focus,
|
||||
.ant-page-header-back-button:hover {
|
||||
color: #40a9ff;
|
||||
}
|
||||
.ant-page-header-back-button:active {
|
||||
color: #096dd9;
|
||||
}
|
||||
.ant-page-header .ant-divider-vertical {
|
||||
height: 14px;
|
||||
margin: 0 12px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.ant-breadcrumb + .ant-page-header-heading {
|
||||
margin-top: 8px;
|
||||
}
|
||||
.ant-page-header-heading {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.ant-page-header-heading-left {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
margin: 4px 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.ant-page-header-heading-title {
|
||||
margin-right: 12px;
|
||||
margin-bottom: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: 600;
|
||||
font-size: 20px;
|
||||
line-height: 32px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.ant-page-header-heading .ant-avatar {
|
||||
margin-right: 12px;
|
||||
}
|
||||
.ant-page-header-heading-sub-title {
|
||||
margin-right: 12px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.ant-page-header-heading-extra {
|
||||
margin: 4px 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.ant-page-header-heading-extra > * {
|
||||
margin-left: 12px;
|
||||
white-space: unset;
|
||||
}
|
||||
.ant-page-header-heading-extra > *:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-page-header-content {
|
||||
padding-top: 12px;
|
||||
}
|
||||
.ant-page-header-footer {
|
||||
margin-top: 16px;
|
||||
}
|
||||
.ant-page-header-footer .ant-tabs-bar {
|
||||
margin-bottom: 1px;
|
||||
border-bottom: 0;
|
||||
}
|
||||
.ant-page-header-footer .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
|
||||
padding: 8px 0;
|
||||
font-size: 16px;
|
||||
}
|
||||
.ant-page-header-compact .ant-page-header-heading {
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.ant-page-header-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-page-header-rtl .ant-page-header-back {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 16px;
|
||||
}
|
||||
.ant-page-header-rtl .ant-page-header-heading-title {
|
||||
float: right;
|
||||
padding-right: 0;
|
||||
padding-left: 12px;
|
||||
}
|
||||
.ant-page-header-rtl .ant-page-header-heading .ant-avatar {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 12px;
|
||||
}
|
||||
.ant-page-header-rtl .ant-page-header-heading-sub-title {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 12px;
|
||||
}
|
||||
.ant-page-header-rtl .ant-page-header-heading-tags {
|
||||
float: right;
|
||||
}
|
||||
.ant-page-header-rtl .ant-page-header-heading-extra {
|
||||
float: left;
|
||||
}
|
||||
.ant-page-header-rtl .ant-page-header-heading-extra > * {
|
||||
margin-right: 8px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-page-header-rtl .ant-page-header-heading-extra > *:first-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
.ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav {
|
||||
float: right;
|
||||
}
|
||||
3
web/node_modules/antd/lib/page-header/style/index.d.ts
generated
vendored
Normal file
3
web/node_modules/antd/lib/page-header/style/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import './index.less';
|
||||
import '../../breadcrumb/style';
|
||||
import '../../avatar/style';
|
||||
7
web/node_modules/antd/lib/page-header/style/index.js
generated
vendored
Normal file
7
web/node_modules/antd/lib/page-header/style/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
require("./index.less");
|
||||
|
||||
require("../../breadcrumb/style");
|
||||
|
||||
require("../../avatar/style");
|
||||
122
web/node_modules/antd/lib/page-header/style/index.less
generated
vendored
Normal file
122
web/node_modules/antd/lib/page-header/style/index.less
generated
vendored
Normal file
@@ -0,0 +1,122 @@
|
||||
@import '../../style/themes/index';
|
||||
@import '../../style/mixins/index';
|
||||
|
||||
@pageheader-prefix-cls: ~'@{ant-prefix}-page-header';
|
||||
|
||||
.@{pageheader-prefix-cls} {
|
||||
.reset-component;
|
||||
position: relative;
|
||||
padding: @page-header-padding-vertical @page-header-padding;
|
||||
background-color: @component-background;
|
||||
|
||||
&-ghost {
|
||||
background-color: @page-header-ghost-bg;
|
||||
}
|
||||
|
||||
&.has-breadcrumb {
|
||||
padding-top: @page-header-padding-breadcrumb;
|
||||
}
|
||||
|
||||
&.has-footer {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
&-back {
|
||||
margin-right: @margin-md;
|
||||
font-size: 16px;
|
||||
line-height: 1;
|
||||
|
||||
&-button {
|
||||
.operation-unit();
|
||||
color: @page-header-back-color;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.@{ant-prefix}-divider-vertical {
|
||||
height: 14px;
|
||||
margin: 0 @margin-sm;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.@{ant-prefix}-breadcrumb + &-heading {
|
||||
margin-top: @margin-xs;
|
||||
}
|
||||
|
||||
.text-overflow-ellipsis() {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
&-heading {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
&-left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: (@margin-xs / 2) 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
&-title {
|
||||
margin-right: @margin-sm;
|
||||
margin-bottom: 0;
|
||||
color: @heading-color;
|
||||
font-weight: 600;
|
||||
font-size: @heading-4-size;
|
||||
line-height: 32px;
|
||||
.text-overflow-ellipsis;
|
||||
}
|
||||
|
||||
.@{ant-prefix}-avatar {
|
||||
margin-right: @margin-sm;
|
||||
}
|
||||
|
||||
&-sub-title {
|
||||
margin-right: @margin-sm;
|
||||
color: @text-color-secondary;
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
.text-overflow-ellipsis;
|
||||
}
|
||||
|
||||
&-extra {
|
||||
margin: (@margin-xs / 2) 0;
|
||||
white-space: nowrap;
|
||||
|
||||
> * {
|
||||
margin-left: @margin-sm;
|
||||
white-space: unset;
|
||||
}
|
||||
> *:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-content {
|
||||
padding-top: @page-header-content-padding-vertical;
|
||||
}
|
||||
|
||||
&-footer {
|
||||
margin-top: @margin-md;
|
||||
.@{ant-prefix}-tabs-bar {
|
||||
margin-bottom: 1px;
|
||||
border-bottom: 0;
|
||||
.@{ant-prefix}-tabs-nav {
|
||||
.@{ant-prefix}-tabs-tab {
|
||||
padding: @tabs-horizontal-padding-sm;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-compact &-heading {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
|
||||
@import './rtl';
|
||||
78
web/node_modules/antd/lib/page-header/style/rtl.less
generated
vendored
Normal file
78
web/node_modules/antd/lib/page-header/style/rtl.less
generated
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
@import '../../style/themes/index';
|
||||
@import '../../style/mixins/index';
|
||||
|
||||
@pageheader-prefix-cls: ~'@{ant-prefix}-page-header';
|
||||
|
||||
.@{pageheader-prefix-cls} {
|
||||
&-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
&-back {
|
||||
.@{pageheader-prefix-cls}-rtl & {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
&-heading {
|
||||
&-title {
|
||||
.@{pageheader-prefix-cls}-rtl & {
|
||||
float: right;
|
||||
padding-right: 0;
|
||||
padding-left: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.@{ant-prefix}-avatar {
|
||||
.@{pageheader-prefix-cls}-rtl & {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
&-sub-title {
|
||||
.@{pageheader-prefix-cls}-rtl & {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
&-tags {
|
||||
.@{pageheader-prefix-cls}-rtl & {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
&-extra {
|
||||
.@{pageheader-prefix-cls}-rtl & {
|
||||
float: left;
|
||||
}
|
||||
|
||||
> * {
|
||||
.@{pageheader-prefix-cls}-rtl & {
|
||||
margin-right: 8px;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
> *:first-child {
|
||||
.@{pageheader-prefix-cls}-rtl & {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-footer {
|
||||
.@{ant-prefix}-tabs-bar {
|
||||
.@{ant-prefix}-tabs-nav {
|
||||
.@{pageheader-prefix-cls}-rtl & {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user