forked from vergnet/site-accueil-insa
53 lines
No EOL
653 B
Text
53 lines
No EOL
653 B
Text
.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;
|
|
|
|
&: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;
|
|
}
|
|
} |