update
This commit is contained in:
parent
f5f29f508c
commit
d756a09011
@ -3812,6 +3812,9 @@ header#masthead {
|
|||||||
.page-template-user-management .cmb2-wrap input, .page-template-user-management .cmb2-wrap textarea {
|
.page-template-user-management .cmb2-wrap input, .page-template-user-management .cmb2-wrap textarea {
|
||||||
min-width: 500px; } }
|
min-width: 500px; } }
|
||||||
|
|
||||||
|
.dash-widget {
|
||||||
|
background-color: #2f73e9; }
|
||||||
|
|
||||||
.card-item {
|
.card-item {
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
|
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
|
||||||
@ -3841,6 +3844,9 @@ header#masthead {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #23282d;
|
color: #23282d;
|
||||||
font-weight: 500; }
|
font-weight: 500; }
|
||||||
|
.card-item .heading .dash-view-all {
|
||||||
|
float: right;
|
||||||
|
color: #2f73e9; }
|
||||||
.card-item h5 {
|
.card-item h5 {
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
text-align: center; }
|
text-align: center; }
|
||||||
@ -3895,6 +3901,19 @@ header#masthead {
|
|||||||
.opalestate-user-management .account-links a i {
|
.opalestate-user-management .account-links a i {
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
color: #616a75; }
|
color: #616a75; }
|
||||||
|
.opalestate-user-management .account-links a .count {
|
||||||
|
color: #FFF;
|
||||||
|
padding: 5px 10px;
|
||||||
|
font-size: 11px;
|
||||||
|
min-width: 20px;
|
||||||
|
text-align: center;
|
||||||
|
background-color: #2f73e9;
|
||||||
|
border-radius: 50%;
|
||||||
|
-webkit-border-radius: 50%;
|
||||||
|
-moz-border-radius: 50%;
|
||||||
|
-ms-border-radius: 50%;
|
||||||
|
-o-border-radius: 50%;
|
||||||
|
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 {
|
||||||
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 {
|
||||||
|
@ -234,6 +234,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.dash-widget {
|
||||||
|
background-color: $primary;
|
||||||
|
}
|
||||||
|
|
||||||
.card-item {
|
.card-item {
|
||||||
background-color:$white;
|
background-color:$white;
|
||||||
@ -258,6 +261,10 @@
|
|||||||
color: #23282d;
|
color: #23282d;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
.dash-view-all {
|
||||||
|
float: right;
|
||||||
|
color: $primary;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
@ -331,6 +338,16 @@
|
|||||||
margin-right:6px;
|
margin-right:6px;
|
||||||
color:#616a75;
|
color:#616a75;
|
||||||
}
|
}
|
||||||
|
.count {
|
||||||
|
color:$white;
|
||||||
|
padding:5px 10px;
|
||||||
|
font-size: 11px;
|
||||||
|
min-width: 20px;
|
||||||
|
text-align: center;
|
||||||
|
background-color: $primary;
|
||||||
|
@include border-radius(50%);
|
||||||
|
margin-left:5px;
|
||||||
|
}
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
//background-color:#0073aa;
|
//background-color:#0073aa;
|
||||||
|
Loading…
Reference in New Issue
Block a user