Latest updates from IceHrmPro
This commit is contained in:
224
web/node_modules/antd/lib/popover/style/index.css
generated
vendored
Normal file
224
web/node_modules/antd/lib/popover/style/index.css
generated
vendored
Normal file
@@ -0,0 +1,224 @@
|
||||
/* 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-popover {
|
||||
-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: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1030;
|
||||
font-weight: normal;
|
||||
white-space: normal;
|
||||
text-align: left;
|
||||
cursor: auto;
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
.ant-popover::after {
|
||||
position: absolute;
|
||||
background: rgba(255, 255, 255, 0.01);
|
||||
content: '';
|
||||
}
|
||||
.ant-popover-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-popover-placement-top,
|
||||
.ant-popover-placement-topLeft,
|
||||
.ant-popover-placement-topRight {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.ant-popover-placement-right,
|
||||
.ant-popover-placement-rightTop,
|
||||
.ant-popover-placement-rightBottom {
|
||||
padding-left: 10px;
|
||||
}
|
||||
.ant-popover-placement-bottom,
|
||||
.ant-popover-placement-bottomLeft,
|
||||
.ant-popover-placement-bottomRight {
|
||||
padding-top: 10px;
|
||||
}
|
||||
.ant-popover-placement-left,
|
||||
.ant-popover-placement-leftTop,
|
||||
.ant-popover-placement-leftBottom {
|
||||
padding-right: 10px;
|
||||
}
|
||||
.ant-popover-inner {
|
||||
background-color: #fff;
|
||||
background-clip: padding-box;
|
||||
border-radius: 2px;
|
||||
-webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
||||
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
|
||||
}
|
||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||
.ant-popover {
|
||||
/* IE10+ */
|
||||
}
|
||||
.ant-popover-inner {
|
||||
-webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
}
|
||||
.ant-popover-title {
|
||||
min-width: 177px;
|
||||
min-height: 32px;
|
||||
margin: 0;
|
||||
padding: 5px 16px 4px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: 500;
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
}
|
||||
.ant-popover-inner-content {
|
||||
padding: 12px 16px;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
.ant-popover-message {
|
||||
position: relative;
|
||||
padding: 4px 0 12px;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
font-size: 14px;
|
||||
}
|
||||
.ant-popover-message > .anticon {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
color: #faad14;
|
||||
font-size: 14px;
|
||||
}
|
||||
.ant-popover-message-title {
|
||||
padding-left: 22px;
|
||||
}
|
||||
.ant-popover-buttons {
|
||||
margin-bottom: 4px;
|
||||
text-align: right;
|
||||
}
|
||||
.ant-popover-buttons button {
|
||||
margin-left: 8px;
|
||||
}
|
||||
.ant-popover-arrow {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 8.48528137px;
|
||||
height: 8.48528137px;
|
||||
background: transparent;
|
||||
border-style: solid;
|
||||
border-width: 4.24264069px;
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
|
||||
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
|
||||
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
|
||||
bottom: 6.2px;
|
||||
border-top-color: transparent;
|
||||
border-right-color: #fff;
|
||||
border-bottom-color: #fff;
|
||||
border-left-color: transparent;
|
||||
-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
||||
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
|
||||
left: 50%;
|
||||
-webkit-transform: translateX(-50%) rotate(45deg);
|
||||
transform: translateX(-50%) rotate(45deg);
|
||||
}
|
||||
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
|
||||
left: 16px;
|
||||
}
|
||||
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
|
||||
right: 16px;
|
||||
}
|
||||
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
|
||||
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
|
||||
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
|
||||
left: 6px;
|
||||
border-top-color: transparent;
|
||||
border-right-color: transparent;
|
||||
border-bottom-color: #fff;
|
||||
border-left-color: #fff;
|
||||
-webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
||||
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
|
||||
top: 50%;
|
||||
-webkit-transform: translateY(-50%) rotate(45deg);
|
||||
transform: translateY(-50%) rotate(45deg);
|
||||
}
|
||||
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
|
||||
top: 12px;
|
||||
}
|
||||
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
|
||||
bottom: 12px;
|
||||
}
|
||||
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
|
||||
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
|
||||
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
|
||||
top: 6px;
|
||||
border-top-color: #fff;
|
||||
border-right-color: transparent;
|
||||
border-bottom-color: transparent;
|
||||
border-left-color: #fff;
|
||||
-webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
|
||||
box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
|
||||
left: 50%;
|
||||
-webkit-transform: translateX(-50%) rotate(45deg);
|
||||
transform: translateX(-50%) rotate(45deg);
|
||||
}
|
||||
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
|
||||
left: 16px;
|
||||
}
|
||||
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
|
||||
right: 16px;
|
||||
}
|
||||
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
|
||||
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
|
||||
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
|
||||
right: 6px;
|
||||
border-top-color: #fff;
|
||||
border-right-color: #fff;
|
||||
border-bottom-color: transparent;
|
||||
border-left-color: transparent;
|
||||
-webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
||||
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
|
||||
top: 50%;
|
||||
-webkit-transform: translateY(-50%) rotate(45deg);
|
||||
transform: translateY(-50%) rotate(45deg);
|
||||
}
|
||||
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
|
||||
top: 12px;
|
||||
}
|
||||
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
|
||||
bottom: 12px;
|
||||
}
|
||||
.ant-popover-rtl {
|
||||
direction: rtl;
|
||||
text-align: right;
|
||||
}
|
||||
.ant-popover-rtl .ant-popover-message-title {
|
||||
padding-right: 22px;
|
||||
padding-left: 16px;
|
||||
}
|
||||
.ant-popover-rtl .ant-popover-buttons {
|
||||
text-align: left;
|
||||
}
|
||||
.ant-popover-rtl .ant-popover-buttons button {
|
||||
margin-right: 8px;
|
||||
margin-left: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user