Opal-Estate-Pro/assets/scss/opalestate/_dashboard.scss

388 lines
6.3 KiB
SCSS
Raw Normal View History

2019-09-13 06:27:52 +02:00
.dashboard-grid {
&.opal-row {
> div {
margin-bottom: $grid-gutter-width;
}
}
}
2019-09-10 06:27:33 +02:00
.opalestate-admin-box{
2019-09-13 06:27:52 +02:00
margin-bottom:$grid-gutter-width;
padding: $grid-gutter-width;
background-color: $white;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
2019-09-10 06:27:33 +02:00
h3 {
border-bottom:1px $border-color solid;
padding-bottom:15px;
padding-top:30px;
font-size:150%;
}
}
/** CMD BOX 2 */
.select2-search-member {
display:flex;
.member-meta {
margin-left:12px;
font-weight:500
}
}
.cmb2-wrap .field-row-2 .cmb-row {
display: inline-block;
width: 50%;
}
.cmb2-wrap .field-row-2 .cmb-row:nth-child(even) > div {
@media screen and (min-width:768px){
padding-left: 12px;
}
}
.cmb2-wrap .cmb-td {
padding: 4px 0;
}
.alert.alert-success{
background: #0F93FA;
}
.alert.alert-danger{
background: #f55753;
}
.alert.alert-warning{
background: #ffca28;
}
/**
*
* Dashboard Page
*/
@media( max-width: $screen-xs-max ) {
.user-dasboard-sidebar {
display:none;
}
body.active {
.user-dasboard-sidebar{
display:block;
}
margin-left:251px!important;
}
.page-template-user-management {
margin-left:0!important;
}
#show-user-sidebar-btn {
display:block!important;
}
}
.navbar-left {
display:flex;
}
2019-09-13 06:27:52 +02:00
2019-09-10 06:27:33 +02:00
.opalestate-user-greeting {
2019-09-25 08:43:27 +02:00
.howdy {
float: right;
padding-left: 5px;
padding-top: 5px;
font-weight: 700;
}.opalestate-popup
2019-09-10 06:27:33 +02:00
.popup-head {
2019-09-25 08:43:27 +02:00
float:left;
2019-09-10 06:27:33 +02:00
}
.popup-head a {
color:$white;
text-align:right;
2019-09-13 09:48:46 +02:00
float:right;
position:relative;
.opalestate-user-image {
position: relative;
@include size(40px, 40px);
img {
min-height: 40px;
object-fit: cover;
border-radius:50%;
}
}
2019-09-10 06:27:33 +02:00
i {
padding:12px;
border-radius:50%;
background:rgba(0, 0, 0, .06 );
}
}
ul {
padding:0;
margin :0 ;
list-style:none;
}
}
2019-09-25 08:43:27 +02:00
.dashboard-navbar {
background-color: #1d2329;
padding:20px $grid-gutter-width;
border-left: 1px solid #282d33;
margin-bottom: $grid-gutter-width/2;
2019-09-10 06:27:33 +02:00
ul{
margin-bottom: 0;
}
2019-09-25 08:43:27 +02:00
}
2019-09-10 06:27:33 +02:00
.page-template-user-management {
.opalestate-box{
@media screen and (min-width:768px){
margin-right: $padding-base;
}
}
2019-09-13 08:23:55 +02:00
&.logged-in {
margin-left:251px;
background: #f1f1f1;
}
2019-09-10 06:27:33 +02:00
#content {
padding-left:$padding-base*2;
padding-right:$padding-base*2;
}
#show-user-sidebar-btn {
display:none;
margin-right:$padding-base;
}
.opalestate-panel-myaccount {
padding-top: $padding-base*3;
padding-bottom: $padding-base*3;
}
}
2019-09-13 06:27:52 +02:00
2019-09-10 06:27:33 +02:00
.opalmembership-dashboard{
.btn-link{
background-color: $secondary;
color: $white;
&:hover{
background-color: $primary;
}
}
}
2019-09-13 10:21:14 +02:00
.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;
}
2019-09-13 06:27:52 +02:00
2019-09-13 10:21:14 +02:00
.page-template-user-management {
2019-09-13 06:27:52 +02:00
.body-inner {
2019-09-25 08:43:27 +02:00
background-color: #f8f8f8;
2019-09-13 06:27:52 +02:00
}
.opalestate-popup .popup-body {
padding:0 !important;
top: 59px;
.account-dashboard-content {
a {
font-size: 14px;
&:not(:hover){
color: #7e7e7e;
}
}
&::before {
position: absolute;
width: 0px;
height: 0px;
content: "";
z-index: 2;
transform: translateX(-50%);
2019-09-25 08:43:27 +02:00
right:25%;
2019-09-13 06:27:52 +02:00
top: -14px;
border-bottom: 25px solid rgb(255, 255, 255);
border-left: 20px solid transparent;
border-right: 20px solid transparent;
}
}
}
2019-09-13 10:21:14 +02:00
.opalestate-user-management{
.user-dasboard-sidebar{
padding-top: 30px;
}
}
2019-09-13 06:27:52 +02:00
.opalestate-box {
background-color: $white;
2019-09-13 10:21:14 +02:00
padding: $grid-gutter-width;
2019-09-13 06:27:52 +02:00
}
2019-09-13 08:23:55 +02:00
.opalmembership-box {
background-color:$white;
//border:solid 1px $border-color;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
padding:$padding-base;
}
2019-09-13 10:21:14 +02:00
.property-submission-form {
padding:0;
background: transparent;
border-radius: 0;
}
@media (min-width:991px ) {
.cmb2-wrap input, .cmb2-wrap textarea {
min-width: 500px;
}
}
2019-09-13 06:27:52 +02:00
}
.card-item {
background-color:$white;
2019-09-25 08:43:27 +02:00
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
@include border-radius(5px);
2019-09-13 06:27:52 +02:00
padding:$padding-base;
.heading {
margin-bottom: $grid-gutter-width;
border-bottom:1px solid #eee;
padding-bottom: $grid-gutter-width/2;
i {
2019-09-25 09:33:59 +02:00
background:$primary;
color: $white;
padding:10px;
min-width: 32px;
2019-09-13 06:27:52 +02:00
text-align: center;
margin-right: 10px;
2019-09-25 09:33:59 +02:00
@include border-radius(50%);
2019-09-13 06:27:52 +02:00
}
span {
2019-09-13 08:23:55 +02:00
font-size: 16px;
2019-09-13 06:27:52 +02:00
color: #23282d;
font-weight: 500;
}
}
h5 {
font-size:200%;
text-align:center;
}
.opalestate-admin-box {
box-shadow: none;
}
}
2019-09-10 06:27:33 +02:00
.opalestate-user-management {
2019-09-13 06:27:52 +02:00
min-height: 742px;
2019-09-10 06:27:33 +02:00
.property-submission-form{
.opalestate-box{
margin-right: 0;
}
}
.user-dasboard-sidebar {
2019-09-25 08:43:27 +02:00
background-color:#1d2329;
2019-09-10 06:27:33 +02:00
min-height:900px;
position:fixed;
left:0;
2019-09-25 08:43:27 +02:00
width:251px;
2019-09-10 06:27:33 +02:00
height:100%;
z-index:100;
top:0px;
2019-09-25 09:33:59 +02:00
.navbar-brand {
text-align: center;
margin: 50px 0 60px 0;
.custom-logo-link {
padding: $grid-gutter-width*2 $grid-gutter-width;
border-bottom:1px solid rgba(255,255,255, 0.1);
}
}
2019-09-10 06:27:33 +02:00
.user-dasboard-sidebar-inner{
padding-top:20px;
}
}
.navbar-brand {
padding:32px $padding-base;
}
.account-links {
list-style:none;
padding:0;
2019-09-25 09:33:59 +02:00
margin : 0;
max-height: 520px;
overflow-y: scroll;
@media(max-width: 991px) {
max-height: 400px;
}
&::-webkit-scrollbar {
width: 8px;
background-color: #1d2329;
}
&::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
background-color: #555;
}
2019-09-10 06:27:33 +02:00
a {
padding:8px 20px;
width:100%;
display:block;
font-weight:500 ;
2019-09-25 08:43:27 +02:00
color:#616a75;
2019-09-10 06:27:33 +02:00
i {
margin-right:6px;
2019-09-25 08:43:27 +02:00
color:#616a75;
2019-09-10 06:27:33 +02:00
}
2019-09-13 06:27:52 +02:00
&:hover,
&:focus {
2019-09-25 08:43:27 +02:00
//background-color:#0073aa;
2019-09-13 06:27:52 +02:00
color:#fff;
i {
2019-09-25 08:43:27 +02:00
color:#fff;
2019-09-13 06:27:52 +02:00
}
2019-09-10 06:27:33 +02:00
}
}
2019-09-18 08:34:52 +02:00
li.active {
a {
2019-09-25 08:43:27 +02:00
//background-color:#0073aa;
2019-09-18 08:34:52 +02:00
color:#fff;
i {
2019-09-25 08:43:27 +02:00
color:#fff;
2019-09-18 08:34:52 +02:00
}
}
}
2019-09-10 06:27:33 +02:00
}
.site-main {
padding-top:$padding-base;
$padding-bottom:$padding-base;
}
}
//my reviews
.opalestate-my-reviews{
.commentlist{
margin: 0;
}
.meta{
margin-bottom: 10px;
}
.opalestate-review__ratings{
margin-bottom: 0;
}
}
.opalestate-my-reviews-item_property-name{
margin-bottom: 5px;
}
.opalestate-my-reviews-item_property-view{
font-size: 12px;
font-style: italic;
}
//my property
.my-property-list{
.entry-content{
width: 100%;
}
}
.dashboard {
}