This commit is contained in:
Lieu Le 2019-09-13 15:37:19 +07:00
parent c8e61157a0
commit a13c72e23b
3 changed files with 3 additions and 10 deletions

@ -1025,9 +1025,6 @@ Use it to make something cool, have fun, and share what you've learned with othe
.opalesate-archive-top .opalestate-sortable .form-control, .opalesate-archive-top .opalestate-sortable .select2-selection--single { .opalesate-archive-top .opalestate-sortable .form-control, .opalesate-archive-top .opalestate-sortable .select2-selection--single {
padding-top: 8px; } padding-top: 8px; }
.opalestate-results .contact-share-form-container {
padding: 30px; }
.opalesate-archive-bottom { .opalesate-archive-bottom {
position: relative; } position: relative; }
@ -3193,7 +3190,7 @@ p.stars.selected a:not(.active)::before {
position: absolute; position: absolute;
z-index: 999; z-index: 999;
min-width: 450px; min-width: 450px;
top: 30px; top: 40px;
margin: 0 0 0 -194px; margin: 0 0 0 -194px;
padding: 30px; padding: 30px;
background-color: #FFF; background-color: #FFF;

@ -70,11 +70,7 @@
} }
} }
} }
.opalestate-results {
.contact-share-form-container {
padding: $grid-gutter-width;
}
}
.opalesate-archive-bottom { .opalesate-archive-bottom {
position: relative; position: relative;
} }

@ -564,7 +564,7 @@ p.stars {
position:absolute; position:absolute;
z-index: 999; z-index: 999;
min-width: 450px; min-width: 450px;
top: 30px; top: 40px;
margin:0 0 0 -194px; margin:0 0 0 -194px;
padding: $grid-gutter-width; padding: $grid-gutter-width;
background-color: $white; background-color: $white;