Latest updates from IceHrmPro
This commit is contained in:
101
web/node_modules/antd/lib/rate/style/index.css
generated
vendored
Normal file
101
web/node_modules/antd/lib/rate/style/index.css
generated
vendored
Normal file
@@ -0,0 +1,101 @@
|
||||
/* 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-rate {
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
font-size: 14px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.5715;
|
||||
-webkit-font-feature-settings: 'tnum';
|
||||
font-feature-settings: 'tnum';
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #fadb14;
|
||||
font-size: 20px;
|
||||
line-height: unset;
|
||||
list-style: none;
|
||||
outline: none;
|
||||
}
|
||||
.ant-rate-disabled .ant-rate-star {
|
||||
cursor: default;
|
||||
}
|
||||
.ant-rate-disabled .ant-rate-star:hover {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
.ant-rate-star {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
-webkit-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-rate-star:not(:last-child) {
|
||||
margin-right: 8px;
|
||||
}
|
||||
.ant-rate-star > div:focus {
|
||||
outline: 0;
|
||||
}
|
||||
.ant-rate-star > div:hover,
|
||||
.ant-rate-star > div:focus {
|
||||
-webkit-transform: scale(1.1);
|
||||
transform: scale(1.1);
|
||||
}
|
||||
.ant-rate-star-first,
|
||||
.ant-rate-star-second {
|
||||
color: #f0f0f0;
|
||||
-webkit-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-rate-star-first .anticon,
|
||||
.ant-rate-star-second .anticon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.ant-rate-star-first {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
opacity: 0;
|
||||
}
|
||||
.ant-rate-star-half .ant-rate-star-first,
|
||||
.ant-rate-star-half .ant-rate-star-second {
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-rate-star-half .ant-rate-star-first,
|
||||
.ant-rate-star-full .ant-rate-star-second {
|
||||
color: inherit;
|
||||
}
|
||||
.ant-rate-text {
|
||||
display: inline-block;
|
||||
margin-left: 8px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.ant-rate-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-rate-rtl .ant-rate-star:not(:last-child) {
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.ant-rate-rtl .ant-rate-star-first {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
.ant-rate-rtl .ant-rate-text {
|
||||
margin-right: 8px;
|
||||
margin-left: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user