update
This commit is contained in:
parent
d49f11e8e3
commit
fb49f54f47
BIN
assets/images/.DS_Store
vendored
Normal file
BIN
assets/images/.DS_Store
vendored
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB |
@ -3855,7 +3855,8 @@ header#masthead {
|
||||
.card-item .opalestate-admin-box {
|
||||
box-shadow: none; }
|
||||
.card-item.dash-widget {
|
||||
padding: 40px; }
|
||||
padding: 40px;
|
||||
position: relative; }
|
||||
.card-item.dash-widget h5 {
|
||||
text-align: left;
|
||||
color: #FFF;
|
||||
@ -3863,11 +3864,17 @@ header#masthead {
|
||||
margin: 0; }
|
||||
.card-item.dash-widget .heading {
|
||||
border: 0;
|
||||
color: #FFF;
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
padding: 0;
|
||||
color: #FFF; }
|
||||
.card-item.dash-widget .heading span {
|
||||
color: #FFF; }
|
||||
.card-item.dash-widget .dash-widget-icon {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
right: 30px;
|
||||
color: rgba(255, 255, 255, 0.1);
|
||||
font-size: 75px; }
|
||||
.card-item.dash-widget.dash-published-listings {
|
||||
background-color: #2f73e9; }
|
||||
.card-item.dash-widget.dash-featured-listings {
|
||||
|
@ -272,8 +272,10 @@
|
||||
.opalestate-admin-box {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
&.dash-widget {
|
||||
padding: 40px;
|
||||
position: relative;
|
||||
h5 {
|
||||
text-align: left;
|
||||
color: $white;
|
||||
@ -282,12 +284,20 @@
|
||||
}
|
||||
.heading {
|
||||
border:0;
|
||||
margin: 0;
|
||||
padding:0;
|
||||
color: $white;
|
||||
margin: 0; padding:0;
|
||||
span {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
.dash-widget-icon {
|
||||
position: absolute;
|
||||
top:$grid-gutter-width/2;
|
||||
right:$grid-gutter-width;
|
||||
color: rgba(255,255,255,0.1);
|
||||
font-size:75px;
|
||||
}
|
||||
&.dash-published-listings {
|
||||
background-color: $primary;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user