matomo / plugins /Feedback /vue /src /RateFeature /RateFeature.less
Leon4gr45's picture
Upload source files chunk 31
bd39fdf verified
Raw
History Blame Contribute Delete
697 Bytes
.ratefeatureDialog {
text-align: center;
textarea {
margin-top: 5px;
width: 100%;
height: 80px;
}
}
.ratefeature {
font-size: 1px;
.iconContainer {
display: inline-block;
}
.dislike-icon,
.like-icon {
opacity: 0.2;
width: 22px;
height: 22px;
cursor: pointer;
filter: @theme-filter-on-illustration;
&:hover {
opacity: 0.9;
}
}
}
.rateradio {
opacity: unset !important;
position:unset !important;
}
.ratelabel {
font-size: 18px;
color: unset !important;
margin-bottom:11px;
display: inline-block;
}
.modal {
.has-error {
border: 1px red solid;
}
.error-text {
float: left;
color: red;
}
}