update
This commit is contained in:
parent
9cae389e96
commit
30d7f6335a
BIN
assets/.DS_Store
vendored
BIN
assets/.DS_Store
vendored
Binary file not shown.
BIN
assets/3rd/.DS_Store
vendored
Normal file
BIN
assets/3rd/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
assets/3rd/fontawesome/.DS_Store
vendored
Normal file
BIN
assets/3rd/fontawesome/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
assets/3rd/fontawesome/css/.DS_Store
vendored
Normal file
BIN
assets/3rd/fontawesome/css/.DS_Store
vendored
Normal file
Binary file not shown.
@ -38,7 +38,7 @@
|
|||||||
color: red; }
|
color: red; }
|
||||||
.uploader-item-preview .btn-close::before {
|
.uploader-item-preview .btn-close::before {
|
||||||
content: '\f00d';
|
content: '\f00d';
|
||||||
font-family: Fontawesome;
|
font-family: "Font Awesome 5 Free";
|
||||||
transition: all .3s ease-in-out; }
|
transition: all .3s ease-in-out; }
|
||||||
.uploader-item-preview .preview-icon {
|
.uploader-item-preview .preview-icon {
|
||||||
padding-top: 4px; }
|
padding-top: 4px; }
|
||||||
@ -494,7 +494,7 @@ span.cmb2-metabox-description {
|
|||||||
margin-top: 15px; } }
|
margin-top: 15px; } }
|
||||||
.opalestate-submission-form .btn-submit-cmb::before {
|
.opalestate-submission-form .btn-submit-cmb::before {
|
||||||
content: "\f138";
|
content: "\f138";
|
||||||
font-family: Fontawesome;
|
font-family: "Font Awesome 5 Free";
|
||||||
margin-right: 18px;
|
margin-right: 18px;
|
||||||
padding-right: 20px; }
|
padding-right: 20px; }
|
||||||
.opalestate-submission-form .btn-submit-cmb::after {
|
.opalestate-submission-form .btn-submit-cmb::after {
|
||||||
|
@ -2350,7 +2350,7 @@ ul.property-meta-list {
|
|||||||
font-style: unset; }
|
font-style: unset; }
|
||||||
|
|
||||||
i[class*="icon-property-"] {
|
i[class*="icon-property-"] {
|
||||||
font-family: FontAwesome; }
|
font-family: "Font Awesome 5 Free"; }
|
||||||
|
|
||||||
.icon-property-areasize:before {
|
.icon-property-areasize:before {
|
||||||
content: "\f047"; }
|
content: "\f047"; }
|
||||||
@ -2899,7 +2899,7 @@ ul.property-status {
|
|||||||
width: calc(15px*5 - 5px);
|
width: calc(15px*5 - 5px);
|
||||||
line-height: 1; }
|
line-height: 1; }
|
||||||
.opalestate-rating__stars::before {
|
.opalestate-rating__stars::before {
|
||||||
font-family: 'FontAwesome';
|
font-family: "Font Awesome 5 Free";
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
content: "\f005\f005\f005\f005\f005";
|
content: "\f005\f005\f005\f005\f005";
|
||||||
@ -2915,7 +2915,7 @@ ul.property-status {
|
|||||||
color: transparent;
|
color: transparent;
|
||||||
padding-top: 20px; }
|
padding-top: 20px; }
|
||||||
.opalestate-rating__stars span::before {
|
.opalestate-rating__stars span::before {
|
||||||
font-family: 'FontAwesome';
|
font-family: "Font Awesome 5 Free";
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
content: "\f005\f005\f005\f005\f005";
|
content: "\f005\f005\f005\f005\f005";
|
||||||
@ -2940,7 +2940,7 @@ p.stars a {
|
|||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
font-family: "FontAwesome";
|
font-family: "Font Awesome 5 Free";
|
||||||
content: "\f006";
|
content: "\f006";
|
||||||
text-indent: 0; }
|
text-indent: 0; }
|
||||||
p.stars a:hover ~ a::before {
|
p.stars a:hover ~ a::before {
|
||||||
@ -3925,9 +3925,10 @@ header#masthead {
|
|||||||
.opalestate-user-management .account-links {
|
.opalestate-user-management .account-links {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0 15px;
|
||||||
max-height: 530px;
|
max-height: 530px;
|
||||||
overflow-y: scroll; }
|
overflow-y: scroll;
|
||||||
|
font-size: 14px; }
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
.opalestate-user-management .account-links {
|
.opalestate-user-management .account-links {
|
||||||
max-height: 400px; } }
|
max-height: 400px; } }
|
||||||
@ -3961,13 +3962,29 @@ header#masthead {
|
|||||||
-o-border-radius: 50%;
|
-o-border-radius: 50%;
|
||||||
margin-left: 5px; }
|
margin-left: 5px; }
|
||||||
.opalestate-user-management .account-links a:hover, .opalestate-user-management .account-links a:focus {
|
.opalestate-user-management .account-links a:hover, .opalestate-user-management .account-links a:focus {
|
||||||
|
background-color: #2f73e9;
|
||||||
|
border-radius: 5px;
|
||||||
|
-webkit-border-radius: 5px;
|
||||||
|
-moz-border-radius: 5px;
|
||||||
|
-ms-border-radius: 5px;
|
||||||
|
-o-border-radius: 5px;
|
||||||
color: #FFF; }
|
color: #FFF; }
|
||||||
.opalestate-user-management .account-links a:hover i, .opalestate-user-management .account-links a:focus i {
|
.opalestate-user-management .account-links a:hover i, .opalestate-user-management .account-links a:focus i {
|
||||||
color: #FFF; }
|
color: #FFF; }
|
||||||
|
.opalestate-user-management .account-links a:hover .count, .opalestate-user-management .account-links a:focus .count {
|
||||||
|
background-color: #02ce76; }
|
||||||
.opalestate-user-management .account-links li.active a {
|
.opalestate-user-management .account-links li.active a {
|
||||||
|
background-color: #2f73e9;
|
||||||
|
border-radius: 5px;
|
||||||
|
-webkit-border-radius: 5px;
|
||||||
|
-moz-border-radius: 5px;
|
||||||
|
-ms-border-radius: 5px;
|
||||||
|
-o-border-radius: 5px;
|
||||||
color: #FFF; }
|
color: #FFF; }
|
||||||
.opalestate-user-management .account-links li.active a i {
|
.opalestate-user-management .account-links li.active a i {
|
||||||
color: #FFF; }
|
color: #FFF; }
|
||||||
|
.opalestate-user-management .account-links li.active a .count {
|
||||||
|
background-color: #02ce76; }
|
||||||
.opalestate-user-management .site-main {
|
.opalestate-user-management .site-main {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
padding-bottom: 60px; }
|
padding-bottom: 60px; }
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
}
|
}
|
||||||
&::before{
|
&::before{
|
||||||
content: '\f00d';
|
content: '\f00d';
|
||||||
font-family: Fontawesome;
|
font-family: $font-family-icon;
|
||||||
transition: all .3s ease-in-out;
|
transition: all .3s ease-in-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -616,7 +616,7 @@ span.cmb2-metabox-description {
|
|||||||
}
|
}
|
||||||
&::before{
|
&::before{
|
||||||
content: "\f138";
|
content: "\f138";
|
||||||
font-family: Fontawesome;
|
font-family: $font-family-icon;
|
||||||
margin-right: 18px;
|
margin-right: 18px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
|
@ -28,5 +28,6 @@ $footer-color : #000000;
|
|||||||
// -------------------------
|
// -------------------------
|
||||||
$theme-margin : 30px !default;
|
$theme-margin : 30px !default;
|
||||||
$theme-padding : 30px !default;
|
$theme-padding : 30px !default;
|
||||||
|
|
||||||
// fonts
|
// fonts
|
||||||
$font-family-second : $font-family-base !default;
|
$font-family-second : $font-family-base !default;
|
@ -122,7 +122,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.count {
|
.count {
|
||||||
color:$primary;
|
color:$primary;
|
||||||
padding:3px 8px;
|
padding:3px 8px;
|
||||||
@ -360,12 +359,14 @@
|
|||||||
.account-links {
|
.account-links {
|
||||||
list-style:none;
|
list-style:none;
|
||||||
padding:0;
|
padding:0;
|
||||||
margin : 0;
|
margin : 0 $padding-base;
|
||||||
max-height: 530px;
|
max-height: 530px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
font-size: 14px;
|
||||||
@media(max-width: 991px) {
|
@media(max-width: 991px) {
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 8px;
|
width: 8px;
|
||||||
background-color: #1d2329;
|
background-color: #1d2329;
|
||||||
@ -376,7 +377,6 @@
|
|||||||
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
|
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
|
||||||
background-color: #555;
|
background-color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
padding:8px 20px;
|
padding:8px 20px;
|
||||||
width:100%;
|
width:100%;
|
||||||
@ -399,20 +399,28 @@
|
|||||||
}
|
}
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
//background-color:#0073aa;
|
background-color:$primary;
|
||||||
|
@include border-radius(5px);
|
||||||
color:$white;
|
color:$white;
|
||||||
i {
|
i {
|
||||||
color:$white;
|
color:$white;
|
||||||
}
|
}
|
||||||
|
.count {
|
||||||
|
background-color: $secondary;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
li.active {
|
li.active {
|
||||||
a {
|
a {
|
||||||
//background-color:#0073aa;
|
background-color:$primary;
|
||||||
|
@include border-radius(5px);
|
||||||
color:$white;
|
color:$white;
|
||||||
i {
|
i {
|
||||||
color:$white;
|
color:$white;
|
||||||
}
|
}
|
||||||
|
.count {
|
||||||
|
background-color: $secondary;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -101,7 +101,7 @@ ul.property-status{
|
|||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|
||||||
&::before{
|
&::before{
|
||||||
font-family:'FontAwesome';
|
font-family:$font-family-icon;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
content: "\f005\f005\f005\f005\f005";
|
content: "\f005\f005\f005\f005\f005";
|
||||||
@ -118,7 +118,7 @@ ul.property-status{
|
|||||||
color: transparent;
|
color: transparent;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
&::before{
|
&::before{
|
||||||
font-family:'FontAwesome';
|
font-family:$font-family-icon;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
content: "\f005\f005\f005\f005\f005";
|
content: "\f005\f005\f005\f005\f005";
|
||||||
@ -147,7 +147,7 @@ p.stars {
|
|||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
font-family: "FontAwesome";
|
font-family: $font-family-icon;
|
||||||
content: "\f006";
|
content: "\f006";
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
}
|
}
|
||||||
|
@ -238,7 +238,7 @@ ul.property-meta-list{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
i[class*="icon-property-"]{
|
i[class*="icon-property-"]{
|
||||||
font-family: FontAwesome;
|
font-family: $font-family-icon;
|
||||||
}
|
}
|
||||||
.icon-property-areasize:before{
|
.icon-property-areasize:before{
|
||||||
content: "\f047";
|
content: "\f047";
|
||||||
|
@ -20,4 +20,6 @@ $price-color:red;
|
|||||||
$link-hover-color: $primary;
|
$link-hover-color: $primary;
|
||||||
$input-border-color: #ebebeb;
|
$input-border-color: #ebebeb;
|
||||||
$body-color: #7e7e7e;
|
$body-color: #7e7e7e;
|
||||||
$body-color-light: #bbb;
|
$body-color-light: #bbb;
|
||||||
|
|
||||||
|
$font-family-icon: "Font Awesome 5 Free" !default;
|
@ -263,7 +263,7 @@
|
|||||||
padding: 19px 25px 17px 20px;
|
padding: 19px 25px 17px 20px;
|
||||||
&::before{
|
&::before{
|
||||||
content: "\f138";
|
content: "\f138";
|
||||||
font-family: Fontawesome;
|
font-family: $font-family-icon;
|
||||||
margin-right: 18px;
|
margin-right: 18px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
@ -285,7 +285,7 @@
|
|||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
&::after{
|
&::after{
|
||||||
content: "\f137";
|
content: "\f137";
|
||||||
font-family: Fontawesome;
|
font-family: $font-family-icon;
|
||||||
margin-left: 18px;
|
margin-left: 18px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
@ -299,7 +299,7 @@
|
|||||||
padding: 19px 25px 17px 20px; }
|
padding: 19px 25px 17px 20px; }
|
||||||
.opalestate-submission-tab button.btn.submission-next-btn::before {
|
.opalestate-submission-tab button.btn.submission-next-btn::before {
|
||||||
content: "\f138";
|
content: "\f138";
|
||||||
font-family: Fontawesome;
|
font-family: "Font Awesome 5 Free";
|
||||||
margin-right: 18px;
|
margin-right: 18px;
|
||||||
padding-right: 20px; }
|
padding-right: 20px; }
|
||||||
.opalestate-submission-tab button.btn.submission-next-btn::after {
|
.opalestate-submission-tab button.btn.submission-next-btn::after {
|
||||||
@ -319,7 +319,7 @@
|
|||||||
padding-right: 20px; }
|
padding-right: 20px; }
|
||||||
.opalestate-submission-tab .submission-back-btn::after {
|
.opalestate-submission-tab .submission-back-btn::after {
|
||||||
content: "\f137";
|
content: "\f137";
|
||||||
font-family: Fontawesome;
|
font-family: "Font Awesome 5 Free";
|
||||||
margin-left: 18px;
|
margin-left: 18px;
|
||||||
padding-left: 20px; }
|
padding-left: 20px; }
|
||||||
.opalestate-submission-tab .submission-back-btn::before {
|
.opalestate-submission-tab .submission-back-btn::before {
|
||||||
|
Loading…
Reference in New Issue
Block a user