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