This commit is contained in:
Lieu Le
2019-09-28 15:17:10 +07:00
parent 141276e9a7
commit bdcfaf9140
3 changed files with 15 additions and 10 deletions

View File

@@ -2871,6 +2871,7 @@ ul.property-status {
font-size: inherit;
text-rendering: auto;
content: "\f005\f005\f005\f005\f005";
font-weight: 400;
opacity: 0.5;
position: absolute;
top: 0;
@@ -2887,7 +2888,7 @@ ul.property-status {
font-size: inherit;
text-rendering: auto;
content: "\f005\f005\f005\f005\f005";
font-weight: 900;
font-weight: 400;
color: #f6be15;
position: absolute;
top: 0;
@@ -2922,12 +2923,15 @@ p.stars:hover a::before {
font-weight: 900; }
p.stars.selected a.active::before {
font-weight: 900;
content: '\f005'; }
p.stars.selected a.active ~ a::before {
content: '\f006'; }
font-weight: 400;
content: '\f005'; }
p.stars.selected a:not(.active)::before {
font-weight: 900;
content: '\f005'; }
.opalestate-mortgage-chart-svg {

View File

@@ -105,6 +105,7 @@ ul.property-status{
font-size: inherit;
text-rendering: auto;
content: "\f005\f005\f005\f005\f005";
font-weight: 400;
opacity: 0.5;
position: absolute;
top: 0;
@@ -122,7 +123,7 @@ ul.property-status{
font-size: inherit;
text-rendering: auto;
content: "\f005\f005\f005\f005\f005";
font-weight: 900;
font-weight: 400;
color: #f6be15;
position: absolute;
top: 0;
@@ -173,19 +174,19 @@ p.stars {
&.selected {
a.active {
&::before {
font-weight: 900;
content: '\f005';
}
~ a::before {
content: '\f006';
font-weight:400;
content: '\f005';
}
}
a:not( .active ) {
a:not(.active ) {
&::before {
font-weight: 900;
content: '\f005';
}
}