This commit is contained in:
Lieu Le
2019-09-13 15:21:14 +07:00
parent 5bcd3b22c3
commit c8e61157a0
4 changed files with 73 additions and 45 deletions

View File

@@ -155,29 +155,24 @@
}
}
}
.bg-primary {
background-color: $white!important;
//background-color:#0288d1 !important;
}
.bg-info {
background-color: $white!important;
//background-color:#0288d1 !important;
}
.admin-bar{
.bg-warning {
background-color: $white!important;
//background-color:#ffca28!important;
}
.page-template-user-management {
.body-inner {
background-color: #f1f1f1;
}
.opalestate-user-management{
.user-dasboard-sidebar{
padding-top: 30px;
}
}
.bg-primary {
background-color: $white!important;
//background-color:#0288d1 !important;
}
.bg-info {
background-color: $white!important;
//background-color:#0288d1 !important;
}
.bg-warning {
background-color: $white!important;
//background-color:#ffca28!important;
}
.opalestate-popup .popup-body {
padding:0 !important;
@@ -206,8 +201,15 @@
}
}
}
.opalestate-user-management{
.user-dasboard-sidebar{
padding-top: 30px;
}
}
.opalestate-box {
background-color: $white;
padding: $grid-gutter-width;
}
.opalmembership-box {
@@ -216,6 +218,17 @@
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
padding:$padding-base;
}
.property-submission-form {
padding:0;
background: transparent;
border-radius: 0;
}
@media (min-width:991px ) {
.cmb2-wrap input, .cmb2-wrap textarea {
min-width: 500px;
}
}
}
.card-item {

View File

@@ -552,9 +552,9 @@ p.stars {
color:$white;
&.active {
top:auto;
bottom:-10px;
bottom:0;
padding:5px;
background-color:$primary
background-color:$primary;
}
}
}

View File

@@ -98,11 +98,13 @@
}
}
}
.radius-status {
font-size: 12px;
}
.map-remove {
display: none;
position: absolute;
right: 50px;
right: 80px;
top: 40px;
}
.opalestate-search-opal-map {