This commit is contained in:
Lieu Le
2019-09-28 09:44:42 +07:00
parent 9cae389e96
commit 30d7f6335a
15 changed files with 53 additions and 25 deletions

View File

@@ -52,7 +52,7 @@
}
&::before{
content: '\f00d';
font-family: Fontawesome;
font-family: $font-family-icon;
transition: all .3s ease-in-out;
}
}

View File

@@ -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;
}

View File

@@ -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;

View File

@@ -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;
}
}
}
}

View File

@@ -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;
}

View File

@@ -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";

View File

@@ -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;

View File

@@ -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;
}