mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
33 lines
No EOL
817 B
CSS
33 lines
No EOL
817 B
CSS
/* Common */
|
|
/* Responsive Breakpoints */
|
|
/* Transitions - Based on Angular Material */
|
|
/* Elevation - Based on Angular Material */
|
|
.md-rating-bar {
|
|
width: auto;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: -webkit-fit-content;
|
|
width: -moz-fit-content;
|
|
width: fit-content;
|
|
padding: 3px;
|
|
border-radius: 2px;
|
|
}
|
|
.md-rating-bar > .md-full-icon {
|
|
overflow-x: hidden;
|
|
display: inherit;
|
|
}
|
|
.md-rating-bar > .md-empty-icon > .md-icon,
|
|
.md-rating-bar > .md-full-icon > .md-icon {
|
|
margin: 0;
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
}
|
|
.md-rating-bar:not([disabled]):hover {
|
|
background-color: rgba(153, 153, 153, 0.2);
|
|
}
|
|
.md-rating-bar[disabled] > .md-empty-icon > .md-icon,
|
|
.md-rating-bar[disabled] > .md-full-icon > .md-icon {
|
|
cursor: default;
|
|
}
|
|
|
|
/*# sourceMappingURL=index.css.map*/ |